.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-9e3c2e7 */@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

/* =========================================================
   PLAYROOM — OFERTA INDYWIDUALNA
   Wszystkie style są ograniczone do klasy .pr-offer
   ========================================================= */

.pr-offer {
  --pr-bg: #f7f8f6;
  --pr-bg-soft: #f1f5f2;
  --pr-card: #ffffff;
  --pr-text: #202322;
  --pr-muted: #68716c;
  --pr-mint: #bfd9ca;
  --pr-mint-soft: #e8f1ec;
  --pr-mint-dark: #6f9782;
  --pr-green: #3f755c;
  --pr-border: #dce4df;
  --pr-border-dark: rgba(255, 255, 255, 0.13);
  --pr-dark: #151817;
  --pr-dark-soft: #1d2220;
  --pr-shadow: 0 24px 70px rgba(30, 44, 37, 0.1);
  --pr-shadow-small: 0 14px 35px rgba(30, 44, 37, 0.08);
  --pr-radius-xl: 36px;
  --pr-radius-lg: 26px;
  --pr-radius-md: 18px;
  --pr-radius-sm: 12px;
  --pr-container: 1240px;

  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--pr-bg);
  color: var(--pr-text);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.pr-offer,
.pr-offer *,
.pr-offer *::before,
.pr-offer *::after {
  box-sizing: border-box;
}

.pr-offer h1,
.pr-offer h2,
.pr-offer h3,
.pr-offer p,
.pr-offer ul {
  margin-top: 0;
}

.pr-offer img {
  display: block;
  max-width: 100%;
}

.pr-offer a {
  color: inherit;
  text-decoration: none;
}

.pr-offer svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pr-offer section[id] {
  scroll-margin-top: 100px;
}

.pr-container {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--pr-container));
  margin-inline: auto;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.pr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 15px 24px;
  border: 1px solid var(--pr-dark);
  border-radius: 999px;
  background: var(--pr-dark);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  box-shadow: 0 12px 30px rgba(21, 24, 23, 0.18);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.pr-btn svg {
  width: 19px;
  height: 19px;
  transition: transform 0.25s ease;
}

.pr-btn:hover {
  transform: translateY(-3px);
  background: #2b302e;
  border-color: #2b302e;
  box-shadow: 0 18px 38px rgba(21, 24, 23, 0.24);
}

.pr-btn:hover svg {
  transform: translateX(4px);
}

.pr-btn--secondary {
  border-color: var(--pr-border);
  background: rgba(255, 255, 255, 0.72);
  color: var(--pr-text) !important;
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.pr-btn--secondary:hover {
  border-color: var(--pr-mint-dark);
  background: var(--pr-card);
  box-shadow: var(--pr-shadow-small);
}

.pr-btn--small {
  min-height: 44px;
  padding: 12px 18px;
  font-size: 12px;
}

.pr-btn--small svg {
  width: 16px;
  height: 16px;
}


/* =========================================================
   HEADER
   ========================================================= */

.pr-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(32, 35, 34, 0.08);
  background: rgba(247, 248, 246, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.pr-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 30px;
}

.pr-header__brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.pr-header__logo {
  width: 52px;
  height: auto;
}

.pr-header__brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.pr-header__brand-copy strong {
  font-size: 12px;
  font-weight: 700;
}

.pr-header__brand-copy small {
  margin-top: 3px;
  color: var(--pr-muted);
  font-size: 10px;
  font-weight: 500;
}

.pr-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-left: auto;
}

.pr-nav a {
  position: relative;
  padding: 8px 0;
  color: #4e5652;
  font-size: 12px;
  font-weight: 600;
  transition: color 0.25s ease;
}

.pr-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--pr-mint-dark);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.pr-nav a:hover {
  color: var(--pr-text);
}

.pr-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}


/* =========================================================
   COMMON HEADINGS
   ========================================================= */

.pr-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--pr-green);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pr-kicker--light {
  color: var(--pr-mint);
}

.pr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 8px 13px;
  border: 1px solid var(--pr-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: #4d5b54;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.pr-eyebrow__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pr-mint-dark);
  box-shadow: 0 0 0 5px rgba(111, 151, 130, 0.12);
}

.pr-eyebrow--light {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.74);
}

.pr-section {
  position: relative;
  padding: 120px 0;
}

.pr-section--soft {
  background: var(--pr-bg-soft);
}

.pr-section--mint {
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.8), transparent 28%),
    var(--pr-mint-soft);
}

.pr-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 62px;
}

.pr-section-heading h2 {
  max-width: 800px;
  margin-bottom: 0;
  color: var(--pr-text);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.pr-section-heading > p {
  max-width: 500px;
  margin-bottom: 4px;
  color: var(--pr-muted);
  font-size: 15px;
  line-height: 1.8;
}

.pr-section-heading--center {
  display: flex;
  max-width: 850px;
  margin-right: auto;
  margin-bottom: 62px;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.pr-section-heading--center h2 {
  max-width: 850px;
}

.pr-section-heading--center > p {
  max-width: 680px;
}


/* =========================================================
   HERO
   ========================================================= */

.pr-hero {
  position: relative;
  min-height: 810px;
  padding: 105px 0 90px;
  background:
    linear-gradient(rgba(32, 35, 34, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 35, 34, 0.034) 1px, transparent 1px),
    var(--pr-bg);
  background-size: 54px 54px;
}

.pr-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 130px;
  background: linear-gradient(to bottom, transparent, var(--pr-bg));
  pointer-events: none;
}

.pr-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.pr-hero__glow--one {
  top: -250px;
  right: -180px;
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(191, 217, 202, 0.48), transparent 68%);
}

.pr-hero__glow--two {
  bottom: -300px;
  left: -260px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(191, 217, 202, 0.28), transparent 70%);
}

.pr-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  align-items: center;
  gap: 80px;
}

.pr-hero__content {
  position: relative;
  z-index: 3;
}

.pr-hero__personal {
  margin-bottom: 4px;
  color: var(--pr-muted);
  font-size: 16px;
  font-weight: 500;
}

.pr-hero h1 {
  max-width: 720px;
  margin-bottom: 28px;
  color: var(--pr-text);
  font-size: clamp(52px, 6.3vw, 87px);
  font-weight: 700;
  line-height: 0.99;
  letter-spacing: -0.075em;
}

.pr-hero h1 span {
  color: var(--pr-mint-dark);
}

.pr-hero__lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: #58615c;
  font-size: 17px;
  line-height: 1.75;
}

.pr-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pr-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--pr-border);
}

.pr-hero__meta div {
  display: flex;
  min-width: 130px;
  flex-direction: column;
}

.pr-hero__meta strong {
  font-size: 12px;
  font-weight: 700;
}

.pr-hero__meta span {
  margin-top: 4px;
  color: var(--pr-muted);
  font-size: 10px;
}


/* HERO SYSTEM VISUAL */

.pr-system-visual {
  position: relative;
  z-index: 3;
  padding: 28px;
  border: 1px solid rgba(111, 151, 130, 0.22);
  border-radius: var(--pr-radius-xl);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--pr-shadow);
  backdrop-filter: blur(22px);
}

.pr-system-visual::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: -1;
  border: 1px solid rgba(111, 151, 130, 0.1);
  border-radius: calc(var(--pr-radius-xl) - 9px);
  pointer-events: none;
}

.pr-system-visual__head {
  display: flex;
  margin-bottom: 24px;
  flex-direction: column;
}

.pr-system-visual__head span {
  color: var(--pr-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pr-system-visual__head strong {
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.pr-system-visual__channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.pr-channel {
  display: flex;
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--pr-border);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.82);
  flex-direction: column;
  gap: 11px;
}

.pr-channel__icon {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 9px;
  background: var(--pr-mint-soft);
  color: var(--pr-green);
  font-size: 11px;
  font-weight: 800;
}

.pr-channel__icon svg {
  width: 16px;
  height: 16px;
}

.pr-channel div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.pr-channel strong {
  overflow: hidden;
  font-size: 10px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pr-channel small {
  margin-top: 3px;
  overflow: hidden;
  color: var(--pr-muted);
  font-size: 7px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pr-system-visual__connector {
  position: relative;
  display: flex;
  height: 58px;
  align-items: center;
  justify-content: center;
}

.pr-system-visual__connector span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(var(--pr-border), var(--pr-mint-dark));
}

.pr-system-visual__connector svg {
  position: relative;
  z-index: 2;
  width: 26px;
  height: 26px;
  padding: 6px;
  border: 1px solid var(--pr-border);
  border-radius: 50%;
  background: var(--pr-card);
  color: var(--pr-mint-dark);
}

.pr-system-core {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(111, 151, 130, 0.24);
  border-radius: 18px;
  background: linear-gradient(135deg, #17201c, #27352e);
  color: #ffffff;
  box-shadow: 0 15px 30px rgba(21, 24, 23, 0.2);
}

.pr-system-core__logo {
  display: grid;
  width: 47px;
  height: 47px;
  flex-shrink: 0;
  place-items: center;
  border-radius: 14px;
  background: var(--pr-mint);
  color: var(--pr-dark);
  font-size: 14px;
  font-weight: 800;
}

.pr-system-core > div:not(.pr-system-core__logo) {
  display: flex;
  flex-direction: column;
}

.pr-system-core small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
  font-weight: 600;
}

.pr-system-core strong {
  margin-top: 2px;
  font-size: 17px;
  line-height: 1.2;
}

.pr-system-core__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 7px;
  font-weight: 600;
}

.pr-system-core__status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #74d59f;
  box-shadow: 0 0 0 4px rgba(116, 213, 159, 0.1);
}

.pr-system-visual__connector--bottom {
  height: 42px;
}

.pr-system-visual__connector--bottom span {
  background: linear-gradient(var(--pr-mint-dark), var(--pr-border));
}

.pr-system-visual__outputs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.pr-system-visual__outputs div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  padding: 10px;
  border: 1px solid var(--pr-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
}

.pr-system-visual__outputs svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: var(--pr-mint-dark);
}

.pr-system-visual__outputs span {
  overflow: hidden;
  font-size: 8px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* =========================================================
   STATS
   ========================================================= */

.pr-stats {
  position: relative;
  z-index: 5;
  border-top: 1px solid var(--pr-border);
  border-bottom: 1px solid var(--pr-border);
  background: rgba(255, 255, 255, 0.55);
}

.pr-stats__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.pr-stats article {
  position: relative;
  display: flex;
  min-height: 128px;
  padding: 30px 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pr-stats article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  width: 1px;
  background: var(--pr-border);
}

.pr-stats strong {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.pr-stats span {
  margin-top: 7px;
  color: var(--pr-muted);
  font-size: 9px;
  font-weight: 600;
}


/* =========================================================
   PROBLEM CARDS
   ========================================================= */

.pr-problems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pr-problem-card {
  position: relative;
  min-height: 320px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--pr-border);
  border-radius: var(--pr-radius-lg);
  background: var(--pr-card);
  box-shadow: 0 8px 30px rgba(30, 44, 37, 0.035);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.pr-problem-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--pr-mint-soft), transparent 68%);
  pointer-events: none;
}

.pr-problem-card:hover {
  transform: translateY(-7px);
  border-color: rgba(111, 151, 130, 0.35);
  box-shadow: var(--pr-shadow-small);
}

.pr-problem-card__number {
  position: absolute;
  top: 25px;
  right: 26px;
  color: #c5cdc8;
  font-size: 11px;
  font-weight: 700;
}

.pr-card-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 15px;
  background: var(--pr-mint-soft);
  color: var(--pr-green);
}

.pr-card-icon svg {
  width: 22px;
  height: 22px;
}

.pr-problem-card h3 {
  margin-bottom: 14px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.pr-problem-card p {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  color: var(--pr-muted);
  font-size: 13px;
  line-height: 1.8;
}


/* =========================================================
   CURRENT WEBSITE
   ========================================================= */

.pr-current {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  align-items: center;
  gap: 85px;
}

.pr-browser {
  position: relative;
  padding: 9px;
  border: 1px solid var(--pr-border);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--pr-shadow);
}

.pr-browser__bar {
  display: flex;
  height: 48px;
  align-items: center;
  padding: 0 16px;
  border-bottom: 1px solid #e8ece9;
  gap: 18px;
}

.pr-browser__dots {
  display: flex;
  gap: 5px;
}

.pr-browser__dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5ddd8;
}

.pr-browser__address {
  display: flex;
  width: min(70%, 300px);
  height: 28px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid #e6ebe8;
  border-radius: 8px;
  background: #f8faf9;
  color: #89918d;
  font-size: 8px;
}

.pr-browser__address svg {
  width: 11px;
  height: 11px;
}

.pr-browser__screen {
  height: 570px;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  background: #f3f3f3;
}

.pr-browser__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 5s cubic-bezier(0.2, 0.7, 0, 1);
}

.pr-browser:hover .pr-browser__screen img {
  transform: translateY(-12%);
}

.pr-browser__label {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(21, 24, 23, 0.84);
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.pr-current__content h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.pr-current__lead {
  margin-bottom: 30px;
  color: var(--pr-muted);
  font-size: 15px;
  line-height: 1.8;
}

.pr-check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pr-check-list > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--pr-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  color: #4d5752;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.pr-check-list > div > span {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--pr-mint-soft);
  color: var(--pr-green);
}

.pr-check-list svg {
  width: 13px;
  height: 13px;
  stroke-width: 2.2;
}


/* =========================================================
   COMPARISON
   ========================================================= */

.pr-comparison {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--pr-border);
  border-radius: var(--pr-radius-lg);
  background: var(--pr-card);
  box-shadow: var(--pr-shadow-small);
}

.pr-comparison__head {
  display: flex;
  min-height: 120px;
  padding: 28px 32px;
  flex-direction: column;
  justify-content: center;
}

.pr-comparison__head span {
  margin-bottom: 5px;
  color: var(--pr-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pr-comparison__head strong {
  font-size: 19px;
  line-height: 1.35;
}

.pr-comparison__head--before {
  background: #f4f5f4;
}

.pr-comparison__head--after {
  border-left: 1px solid var(--pr-border);
  background: var(--pr-mint-soft);
}

.pr-comparison__cell {
  display: flex;
  min-height: 80px;
  align-items: center;
  gap: 14px;
  padding: 22px 32px;
  border-top: 1px solid var(--pr-border);
  color: #626b66;
  font-size: 12px;
  font-weight: 600;
}

.pr-comparison__cell--after {
  border-left: 1px solid var(--pr-border);
  background: rgba(232, 241, 236, 0.32);
  color: var(--pr-text);
}

.pr-comparison__mark {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
}

.pr-comparison__mark--minus {
  background: #ecefee;
  color: #8f9893;
}

.pr-comparison__mark--plus {
  background: var(--pr-mint);
  color: var(--pr-green);
}


/* =========================================================
   DARK SYSTEM SECTION
   ========================================================= */

.pr-section--dark {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(191, 217, 202, 0.11), transparent 26%),
    radial-gradient(circle at 88% 90%, rgba(191, 217, 202, 0.08), transparent 30%),
    var(--pr-dark);
  color: #ffffff;
}

.pr-section--dark__glow {
  position: absolute;
  top: -300px;
  left: 45%;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191, 217, 202, 0.08), transparent 66%);
  pointer-events: none;
}

.pr-section-heading--light h2 {
  color: #ffffff;
}

.pr-section-heading--light > p {
  color: rgba(255, 255, 255, 0.58);
}

.pr-section-heading--light .pr-kicker {
  color: var(--pr-mint);
}

.pr-modules {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.pr-module-card {
  position: relative;
  min-height: 315px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--pr-border-dark);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.pr-module-card:hover {
  transform: translateY(-6px);
  border-color: rgba(191, 217, 202, 0.28);
  background: rgba(255, 255, 255, 0.07);
}

.pr-module-card--featured {
  grid-column: span 2;
  background:
    radial-gradient(circle at 90% 10%, rgba(191, 217, 202, 0.16), transparent 38%),
    rgba(255, 255, 255, 0.065);
}

.pr-module-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.pr-module-card__tag {
  padding: 7px 10px;
  border: 1px solid rgba(191, 217, 202, 0.22);
  border-radius: 999px;
  background: rgba(191, 217, 202, 0.08);
  color: var(--pr-mint);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pr-module-card__icon {
  display: grid;
  width: 45px;
  height: 45px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid rgba(191, 217, 202, 0.14);
  border-radius: 14px;
  background: rgba(191, 217, 202, 0.09);
  color: var(--pr-mint);
}

.pr-module-card__icon svg {
  width: 21px;
  height: 21px;
}

.pr-module-card h3 {
  margin-bottom: 13px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.025em;
}

.pr-module-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.8;
}

.pr-module-card ul {
  display: grid;
  margin: 20px 0 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  list-style: none;
}

.pr-module-card li {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.65);
  font-size: 8px;
  line-height: 1.5;
  text-align: center;
}

.pr-ai-note {
  display: flex;
  margin-top: 22px;
  padding: 26px;
  border: 1px solid rgba(191, 217, 202, 0.2);
  border-radius: 20px;
  background: rgba(191, 217, 202, 0.07);
  gap: 18px;
}

.pr-ai-note__icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 13px;
  background: rgba(191, 217, 202, 0.12);
  color: var(--pr-mint);
}

.pr-ai-note__icon svg {
  width: 20px;
  height: 20px;
}

.pr-ai-note strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 13px;
}

.pr-ai-note p {
  max-width: 930px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 11px;
  line-height: 1.8;
}


/* =========================================================
   SCOPE
   ========================================================= */

.pr-scope-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(350px, 0.75fr);
  align-items: start;
  gap: 26px;
}

.pr-scope-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.pr-scope-list article {
  display: flex;
  min-height: 245px;
  padding: 26px;
  border: 1px solid var(--pr-border);
  border-radius: 22px;
  background: var(--pr-card);
  gap: 18px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.pr-scope-list article:hover {
  transform: translateY(-5px);
  box-shadow: var(--pr-shadow-small);
}

.pr-scope-list article > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--pr-mint-soft);
  color: var(--pr-green);
  font-size: 9px;
  font-weight: 800;
}

.pr-scope-list h3 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.025em;
}

.pr-scope-list p {
  margin-bottom: 0;
  color: var(--pr-muted);
  font-size: 11px;
  line-height: 1.8;
}

.pr-scope-summary {
  position: sticky;
  top: 110px;
  padding: 34px;
  border: 1px solid rgba(111, 151, 130, 0.23);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(191, 217, 202, 0.35), transparent 40%),
    #ffffff;
  box-shadow: var(--pr-shadow-small);
}

.pr-scope-summary__label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--pr-mint-soft);
  color: var(--pr-green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pr-scope-summary h3 {
  margin-bottom: 24px;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.pr-scope-summary ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.pr-scope-summary li {
  position: relative;
  padding-left: 23px;
  color: #59625d;
  font-size: 11px;
  font-weight: 600;
}

.pr-scope-summary li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  background: var(--pr-mint-soft);
  color: var(--pr-green);
  font-size: 9px;
  font-weight: 800;
}

.pr-scope-summary__bottom {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--pr-border);
}

.pr-scope-summary__bottom strong {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.pr-scope-summary__bottom p {
  margin-bottom: 0;
  color: var(--pr-muted);
  font-size: 10px;
  line-height: 1.7;
}


/* =========================================================
   MIGRATION
   ========================================================= */

.pr-migration {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.pr-migration::before {
  content: "";
  position: absolute;
  top: 45px;
  right: 8%;
  left: 8%;
  z-index: 0;
  height: 1px;
  background: rgba(111, 151, 130, 0.28);
}

.pr-migration article {
  position: relative;
  z-index: 2;
  min-height: 245px;
  padding: 24px;
  border: 1px solid rgba(111, 151, 130, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.pr-migration__step {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid rgba(111, 151, 130, 0.3);
  border-radius: 50%;
  background: var(--pr-card);
  color: var(--pr-green);
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(30, 44, 37, 0.08);
}

.pr-migration h3 {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.35;
}

.pr-migration p {
  margin-bottom: 0;
  color: var(--pr-muted);
  font-size: 10px;
  line-height: 1.75;
}

.pr-legal-note {
  margin-top: 24px;
  padding: 25px 28px;
  border: 1px solid rgba(111, 151, 130, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.65);
}

.pr-legal-note strong {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
}

.pr-legal-note p {
  margin-bottom: 0;
  color: var(--pr-muted);
  font-size: 10px;
  line-height: 1.8;
}


/* =========================================================
   TIMELINE
   ========================================================= */

.pr-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.pr-timeline article {
  position: relative;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--pr-border);
  border-radius: 23px;
  background: var(--pr-card);
}

.pr-timeline article::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--pr-mint-soft), transparent 70%);
}

.pr-timeline__number {
  position: absolute;
  top: 23px;
  right: 25px;
  color: #d0d7d3;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}

.pr-timeline small {
  display: inline-block;
  margin-bottom: 38px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--pr-mint-soft);
  color: var(--pr-green);
  font-size: 8px;
  font-weight: 700;
}

.pr-timeline h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.pr-timeline p {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  color: var(--pr-muted);
  font-size: 11px;
  line-height: 1.8;
}


/* =========================================================
   DELIVERABLES
   ========================================================= */

.pr-deliverables {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.pr-deliverables article {
  padding: 28px;
  border: 1px solid var(--pr-border);
  border-radius: 24px;
  background: var(--pr-card);
}

.pr-deliverables__head {
  display: flex;
  min-height: 65px;
  align-items: flex-start;
  gap: 13px;
}

.pr-deliverables__head span {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border-radius: 9px;
  background: var(--pr-mint-soft);
  color: var(--pr-green);
  font-size: 8px;
  font-weight: 800;
}

.pr-deliverables h3 {
  margin: 3px 0 0;
  font-size: 16px;
  line-height: 1.35;
}

.pr-deliverables ul {
  display: flex;
  margin: 19px 0 0;
  padding: 19px 0 0;
  border-top: 1px solid var(--pr-border);
  flex-direction: column;
  gap: 9px;
  list-style: none;
}

.pr-deliverables li {
  position: relative;
  padding-left: 17px;
  color: var(--pr-muted);
  font-size: 10px;
  line-height: 1.55;
}

.pr-deliverables li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pr-mint-dark);
}


/* =========================================================
   COSTS
   ========================================================= */

.pr-costs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.pr-cost-card {
  position: relative;
  padding: 32px;
  border: 1px solid var(--pr-border);
  border-radius: 27px;
  background: var(--pr-card);
  box-shadow: 0 8px 30px rgba(30, 44, 37, 0.035);
}

.pr-cost-card--recommended {
  border-color: rgba(111, 151, 130, 0.36);
  background:
    radial-gradient(circle at 100% 0, rgba(191, 217, 202, 0.3), transparent 36%),
    var(--pr-card);
}

.pr-cost-card__badge {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--pr-mint-soft);
  color: var(--pr-green);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pr-cost-card__top {
  display: flex;
  min-height: 115px;
  flex-direction: column;
}

.pr-cost-card__top > span {
  margin-bottom: 13px;
  color: var(--pr-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pr-cost-card__top strong {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.055em;
}

.pr-cost-card__top small {
  margin-top: 6px;
  color: var(--pr-muted);
  font-size: 9px;
}

.pr-cost-card__calculation {
  display: flex;
  margin: 15px 0 20px;
  padding: 18px;
  border-radius: 17px;
  background: var(--pr-bg-soft);
  flex-direction: column;
  gap: 9px;
}

.pr-cost-card__calculation div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--pr-muted);
  font-size: 9px;
}

.pr-cost-card__calculation strong {
  color: var(--pr-text);
  font-size: 9px;
}

.pr-cost-card__calculation .pr-cost-card__total {
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid var(--pr-border);
  color: var(--pr-text);
  font-weight: 700;
}

.pr-cost-card ul {
  display: flex;
  margin: 18px 0 20px;
  padding: 18px 0 0;
  border-top: 1px solid var(--pr-border);
  flex-direction: column;
  gap: 8px;
  list-style: none;
}

.pr-cost-card li {
  position: relative;
  padding-left: 18px;
  color: #5d6661;
  font-size: 10px;
  font-weight: 600;
}

.pr-cost-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--pr-green);
  font-size: 10px;
  font-weight: 800;
}

.pr-cost-card > p {
  margin-bottom: 0;
  color: var(--pr-muted);
  font-size: 9px;
  line-height: 1.75;
}

.pr-cost-summary {
  display: grid;
  margin-top: 22px;
  padding: 30px 34px;
  grid-template-columns: 1fr 0.8fr;
  align-items: center;
  gap: 50px;
  border: 1px solid rgba(111, 151, 130, 0.24);
  border-radius: 23px;
  background: var(--pr-mint-soft);
}

.pr-cost-summary div {
  display: flex;
  flex-direction: column;
}

.pr-cost-summary span {
  margin-bottom: 5px;
  color: var(--pr-green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pr-cost-summary strong {
  font-size: clamp(19px, 3vw, 29px);
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.pr-cost-summary strong i {
  margin: 0 8px;
  color: var(--pr-mint-dark);
  font-style: normal;
}

.pr-cost-summary p {
  margin-bottom: 0;
  color: var(--pr-muted);
  font-size: 10px;
  line-height: 1.75;
}


/* =========================================================
   INVESTMENT
   ========================================================= */

.pr-investment {
  overflow: hidden;
  background: var(--pr-dark);
  color: #ffffff;
}

.pr-investment__glow {
  position: absolute;
  top: -380px;
  right: -220px;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191, 217, 202, 0.14), transparent 67%);
}

.pr-investment__card {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.15fr) minmax(370px, 0.65fr);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.24);
}

.pr-investment__main {
  padding: 62px;
}

.pr-investment__main h2 {
  max-width: 700px;
  margin-bottom: 23px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 61px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.06em;
}

.pr-investment__main > p {
  max-width: 700px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.59);
  font-size: 13px;
  line-height: 1.85;
}

.pr-investment__included {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.pr-investment__included div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-weight: 600;
}

.pr-investment__included svg {
  width: 17px;
  height: 17px;
  padding: 3px;
  border-radius: 50%;
  background: rgba(191, 217, 202, 0.13);
  color: var(--pr-mint);
  stroke-width: 2.4;
}

.pr-price-box {
  display: flex;
  padding: 50px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 80% 0, rgba(191, 217, 202, 0.18), transparent 37%),
    rgba(255, 255, 255, 0.045);
  flex-direction: column;
  justify-content: center;
}

.pr-price-box__label {
  margin-bottom: 13px;
  color: var(--pr-mint);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pr-price-box__price {
  display: flex;
  flex-direction: column;
}

.pr-price-box__price strong {
  font-size: clamp(51px, 6vw, 75px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.pr-price-box__price span {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 600;
}

.pr-price-box > p {
  margin: 15px 0 25px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
}

.pr-payment-plan {
  display: flex;
  margin-bottom: 25px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 17px;
  background: rgba(0, 0, 0, 0.1);
  flex-direction: column;
  gap: 11px;
}

.pr-payment-plan div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 8px;
}

.pr-payment-plan strong {
  flex-shrink: 0;
  color: #ffffff;
  font-size: 9px;
}

.pr-btn--price {
  width: 100%;
  border-color: var(--pr-mint);
  background: var(--pr-mint);
  color: var(--pr-dark) !important;
  box-shadow: 0 12px 32px rgba(191, 217, 202, 0.16);
}

.pr-btn--price:hover {
  border-color: #d2e6da;
  background: #d2e6da;
}

.pr-price-box__validity {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
  text-align: center;
}


/* =========================================================
   SUPPORT / WARRANTY
   ========================================================= */

.pr-support {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.pr-support article {
  min-height: 270px;
  padding: 30px;
  border: 1px solid var(--pr-border);
  border-radius: 24px;
  background: var(--pr-card);
}

.pr-support h3 {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.35;
}

.pr-support p {
  margin-bottom: 0;
  color: var(--pr-muted);
  font-size: 11px;
  line-height: 1.8;
}

.pr-warranty-note {
  display: grid;
  margin-top: 18px;
  padding: 25px 28px;
  grid-template-columns: 210px 1fr;
  align-items: start;
  gap: 28px;
  border: 1px solid var(--pr-border);
  border-radius: 19px;
  background: var(--pr-bg-soft);
}

.pr-warranty-note strong {
  font-size: 11px;
}

.pr-warranty-note p {
  margin-bottom: 0;
  color: var(--pr-muted);
  font-size: 10px;
  line-height: 1.8;
}


/* =========================================================
   ABOUT
   ========================================================= */

.pr-about {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 85px;
}

.pr-about__image {
  position: relative;
  padding: 10px;
  border: 1px solid var(--pr-border);
  border-radius: 31px;
  background: var(--pr-card);
  box-shadow: var(--pr-shadow);
}

.pr-about__image > img {
  width: 100%;
  height: 610px;
  border-radius: 23px;
  object-fit: cover;
  object-position: center center;
}

.pr-about__image-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  padding: 19px 21px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 17px;
  background: rgba(21, 24, 23, 0.83);
  color: #ffffff;
  flex-direction: column;
  backdrop-filter: blur(14px);
}

.pr-about__image-card strong {
  font-size: 11px;
}

.pr-about__image-card span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.59);
  font-size: 8px;
}

.pr-about__content h2 {
  margin-bottom: 24px;
  font-size: clamp(36px, 4.5vw, 57px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.058em;
}

.pr-about__lead {
  margin-bottom: 15px;
  color: var(--pr-text) !important;
  font-size: 15px !important;
  font-weight: 600;
}

.pr-about__content > p {
  color: var(--pr-muted);
  font-size: 12px;
  line-height: 1.85;
}

.pr-about__points {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.pr-about__points > div {
  display: flex;
  min-height: 87px;
  padding: 15px;
  border: 1px solid var(--pr-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  gap: 11px;
}

.pr-about__points span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 8px;
  background: var(--pr-mint-soft);
  color: var(--pr-green);
  font-size: 7px;
  font-weight: 800;
}

.pr-about__points p {
  margin-bottom: 0;
  color: #56605b;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.6;
}

.pr-about__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pr-about__contact a {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid var(--pr-border);
  border-radius: 999px;
  background: var(--pr-card);
  color: #4f5954;
  font-size: 9px;
  font-weight: 700;
  transition:
    border-color 0.25s ease,
    transform 0.25s ease;
}

.pr-about__contact a:hover {
  transform: translateY(-2px);
  border-color: var(--pr-mint-dark);
}

.pr-about__contact svg {
  width: 15px;
  height: 15px;
  color: var(--pr-mint-dark);
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.pr-final {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: var(--pr-dark);
  color: #ffffff;
}

.pr-final__glow {
  position: absolute;
  top: -380px;
  left: -280px;
  width: 850px;
  height: 850px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191, 217, 202, 0.13), transparent 67%);
}

.pr-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.75fr);
  align-items: start;
  gap: 85px;
}

.pr-final h2 {
  max-width: 720px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.065em;
}

.pr-final__inner > div:first-child > p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.85;
}

.pr-next-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pr-next-steps article {
  display: flex;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.045);
  gap: 14px;
}

.pr-next-steps article > span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 9px;
  background: rgba(191, 217, 202, 0.1);
  color: var(--pr-mint);
  font-size: 8px;
  font-weight: 800;
}

.pr-next-steps strong {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
}

.pr-next-steps p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.47);
  font-size: 8px;
  line-height: 1.6;
}

.pr-final__actions {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 5px;
}

.pr-btn--final {
  border-color: var(--pr-mint);
  background: var(--pr-mint);
  color: var(--pr-dark) !important;
}

.pr-btn--final:hover {
  border-color: #d0e5d8;
  background: #d0e5d8;
}

.pr-btn--final-secondary {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}

.pr-btn--final-secondary:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.09);
}

.pr-final__validity {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pr-final__validity span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pr-final__validity strong {
  font-size: 10px;
}


/* =========================================================
   FOOTER
   ========================================================= */

.pr-footer {
  padding: 48px 0;
  border-top: 1px solid var(--pr-border);
  background: var(--pr-bg);
}

.pr-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 70px;
}

.pr-footer__logo {
  width: 51px;
  height: auto;
  margin-bottom: 13px;
}

.pr-footer p {
  max-width: 330px;
  margin-bottom: 0;
  color: var(--pr-muted);
  font-size: 8px;
  line-height: 1.7;
}

.pr-footer__contact,
.pr-footer__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pr-footer__contact strong {
  font-size: 9px;
}

.pr-footer__contact a,
.pr-footer__meta span {
  color: var(--pr-muted);
  font-size: 8px;
}

.pr-footer__contact a:hover {
  color: var(--pr-green);
}


/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 1100px) {
  .pr-nav {
    display: none;
  }

  .pr-hero__grid {
    grid-template-columns: 1fr 440px;
    gap: 45px;
  }

  .pr-hero h1 {
    font-size: clamp(49px, 6vw, 70px);
  }

  .pr-section-heading {
    gap: 40px;
  }

  .pr-problems {
    grid-template-columns: repeat(2, 1fr);
  }

  .pr-modules {
    grid-template-columns: repeat(2, 1fr);
  }

  .pr-module-card--featured {
    grid-column: span 2;
  }

  .pr-deliverables {
    grid-template-columns: repeat(2, 1fr);
  }

  .pr-migration {
    grid-template-columns: repeat(3, 1fr);
  }

  .pr-migration::before {
    display: none;
  }

  .pr-investment__card {
    grid-template-columns: 1fr 390px;
  }

  .pr-investment__main {
    padding: 45px;
  }

  .pr-final__inner {
    gap: 50px;
  }
}


/* =========================================================
   RESPONSIVE — SMALL TABLET
   ========================================================= */

@media (max-width: 900px) {
  .pr-container {
    width: min(calc(100% - 34px), var(--pr-container));
  }

  .pr-header__inner {
    min-height: 72px;
  }

  .pr-header__brand-copy {
    display: none;
  }

  .pr-header__logo {
    width: 46px;
  }

  .pr-hero {
    padding: 82px 0 80px;
  }

  .pr-hero__grid {
    grid-template-columns: 1fr;
  }

  .pr-system-visual {
    max-width: 600px;
  }

  .pr-stats__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pr-stats article:nth-child(3)::after {
    display: none;
  }

  .pr-stats article:nth-child(n + 4) {
    border-top: 1px solid var(--pr-border);
  }

  .pr-section {
    padding: 90px 0;
  }

  .pr-section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pr-current {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .pr-browser {
    max-width: 650px;
  }

  .pr-scope-layout {
    grid-template-columns: 1fr;
  }

  .pr-scope-summary {
    position: relative;
    top: auto;
  }

  .pr-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .pr-investment__card {
    grid-template-columns: 1fr;
  }

  .pr-price-box {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    border-left: 0;
  }

  .pr-about {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .pr-about__image {
    max-width: 600px;
  }

  .pr-final__inner {
    grid-template-columns: 1fr;
  }

  .pr-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .pr-footer__meta {
    grid-column: 1 / -1;
    padding-top: 20px;
    border-top: 1px solid var(--pr-border);
  }
}


/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 650px) {
  .pr-container {
    width: min(calc(100% - 24px), var(--pr-container));
  }

  .pr-header__inner {
    min-height: 66px;
  }

  .pr-header .pr-btn--small {
    min-height: 39px;
    padding: 10px 13px;
    font-size: 9px;
  }

  .pr-header .pr-btn--small svg {
    display: none;
  }

  .pr-header__logo {
    width: 42px;
  }

  .pr-hero {
    min-height: auto;
    padding: 63px 0 65px;
    background-size: 38px 38px;
  }

  .pr-hero__grid {
    gap: 42px;
  }

  .pr-eyebrow {
    margin-bottom: 18px;
    padding: 7px 10px;
    font-size: 7px;
  }

  .pr-hero__personal {
    font-size: 12px;
  }

  .pr-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(43px, 13vw, 60px);
    line-height: 1.01;
  }

  .pr-hero__lead {
    margin-bottom: 27px;
    font-size: 13px;
    line-height: 1.75;
  }

  .pr-hero__actions {
    flex-direction: column;
  }

  .pr-hero__actions .pr-btn {
    width: 100%;
  }

  .pr-hero__meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 34px;
  }

  .pr-system-visual {
    padding: 19px;
    border-radius: 26px;
  }

  .pr-system-visual__channels {
    grid-template-columns: 1fr;
  }

  .pr-channel {
    flex-direction: row;
    align-items: center;
  }

  .pr-system-core {
    padding: 14px;
  }

  .pr-system-core__status {
    display: none;
  }

  .pr-system-visual__outputs {
    grid-template-columns: repeat(2, 1fr);
  }

  .pr-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pr-stats article {
    min-height: 105px;
    padding: 22px 12px;
  }

  .pr-stats article::after {
    display: none;
  }

  .pr-stats article:nth-child(even) {
    border-left: 1px solid var(--pr-border);
  }

  .pr-stats article:nth-child(n + 3) {
    border-top: 1px solid var(--pr-border);
  }

  .pr-stats article:last-child {
    grid-column: 1 / -1;
    border-left: 0;
  }

  .pr-stats strong {
    font-size: 20px;
  }

  .pr-section {
    padding: 74px 0;
  }

  .pr-section-heading {
    margin-bottom: 40px;
  }

  .pr-section-heading h2,
  .pr-current__content h2,
  .pr-about__content h2 {
    font-size: clamp(32px, 10vw, 43px);
  }

  .pr-section-heading > p {
    font-size: 12px;
  }

  .pr-problems,
  .pr-scope-list,
  .pr-timeline,
  .pr-support,
  .pr-costs,
  .pr-deliverables {
    grid-template-columns: 1fr;
  }

  .pr-problem-card {
    min-height: 270px;
    padding: 25px;
  }

  .pr-browser__screen {
    height: 430px;
  }

  .pr-current {
    gap: 42px;
  }

  .pr-check-list > div {
    padding: 13px;
    font-size: 10px;
  }

  .pr-comparison {
    display: flex;
    border-radius: 22px;
    flex-direction: column;
  }

  .pr-comparison__head--after,
  .pr-comparison__cell--after {
    border-left: 0;
  }

  .pr-comparison__head--after {
    order: 7;
    border-top: 5px solid var(--pr-bg);
  }

  .pr-comparison__cell:nth-of-type(4) {
    order: 8;
  }

  .pr-comparison__cell:nth-of-type(6) {
    order: 9;
  }

  .pr-comparison__cell:nth-of-type(8) {
    order: 10;
  }

  .pr-comparison__cell:nth-of-type(10) {
    order: 11;
  }

  .pr-comparison__cell:nth-of-type(12) {
    order: 12;
  }

  .pr-comparison__cell:nth-of-type(14) {
    order: 13;
  }

  .pr-comparison__cell {
    min-height: 68px;
    padding: 18px;
    font-size: 10px;
  }

  .pr-modules {
    grid-template-columns: 1fr;
  }

  .pr-module-card--featured {
    grid-column: auto;
  }

  .pr-module-card {
    min-height: 275px;
    padding: 24px;
  }

  .pr-module-card ul {
    grid-template-columns: 1fr;
  }

  .pr-ai-note {
    padding: 20px;
  }

  .pr-migration {
    grid-template-columns: 1fr;
  }

  .pr-migration article {
    min-height: auto;
  }

  .pr-scope-list article {
    min-height: auto;
    padding: 22px;
  }

  .pr-scope-summary {
    padding: 27px;
  }

  .pr-cost-card {
    padding: 26px;
  }

  .pr-cost-card__badge {
    position: static;
    display: inline-block;
    margin-bottom: 16px;
  }

  .pr-cost-summary {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 25px;
  }

  .pr-cost-summary strong {
    display: flex;
    flex-direction: column;
  }

  .pr-cost-summary strong i {
    margin: 4px 0;
  }

  .pr-investment__card {
    border-radius: 27px;
  }

  .pr-investment__main,
  .pr-price-box {
    padding: 31px 24px;
  }

  .pr-investment__main h2 {
    font-size: clamp(35px, 11vw, 47px);
  }

  .pr-investment__included {
    grid-template-columns: 1fr;
  }

  .pr-price-box__price strong {
    font-size: 56px;
  }

  .pr-warranty-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pr-about__image > img {
    height: 470px;
  }

  .pr-about__points {
    grid-template-columns: 1fr;
  }

  .pr-about__contact {
    flex-direction: column;
  }

  .pr-about__contact a {
    justify-content: center;
  }

  .pr-final {
    padding: 80px 0;
  }

  .pr-final h2 {
    font-size: clamp(36px, 11vw, 49px);
  }

  .pr-final__actions {
    flex-direction: column;
  }

  .pr-final__actions .pr-btn {
    width: 100%;
  }

  .pr-final__validity {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .pr-footer__inner {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .pr-footer__meta {
    grid-column: auto;
  }
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .pr-offer *,
  .pr-offer *::before,
  .pr-offer *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .pr-browser:hover .pr-browser__screen img {
    transform: none;
  }
}
/* =========================================================
   FIX: PEŁNA SZEROKOŚĆ STRONY / BRAK BIAŁYCH SZCZELIN
   ========================================================= */

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

.pr-page-shell,
.pr-page-shell > .e-con-inner,
.pr-page-shell .elementor-widget-html,
.pr-page-shell .elementor-widget-html > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pr-page-shell {
  overflow: visible !important;
}

.pr-page-shell .pr-offer {
  width: 100vw !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: calc(50% - 50vw) !important;
}

.pr-page-shell .elementor-widget-html {
  margin-bottom: 0 !important;
}

.pr-offer > :first-child {
  margin-top: 0 !important;
}

.pr-offer > :last-child {
  margin-bottom: 0 !important;
}
/* =========================================================
   FIX: LINKI BEZ PODKREŚLEŃ
   ========================================================= */

.pr-offer a,
.pr-offer a:hover,
.pr-offer a:focus,
.pr-offer a:active,
.pr-offer a:visited {
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: 0 !important;
  box-shadow: none;
}

.pr-offer a::before,
.pr-offer a::after {
  text-decoration: none !important;
}

.pr-nav a::after {
  display: none !important;
}

.pr-nav a {
  padding: 9px 13px;
  border-radius: 999px;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.pr-nav a:hover {
  background: var(--pr-mint-soft);
  color: var(--pr-green);
  transform: translateY(-1px);
}

.pr-header__brand:hover {
  opacity: 0.78;
}

.pr-footer__contact a {
  display: inline-block;
  width: fit-content;
}

.pr-footer__contact a:hover {
  color: var(--pr-green);
}

/* =========================================================
   FIX: WIĘKSZA TYPOGRAFIA I KONTRAST
   ========================================================= */

.pr-offer {
  --pr-muted: #59635e;
  --pr-border: #d3ddd7;
  font-size: 17px;
}

.pr-header__brand-copy strong {
  font-size: 13px;
}

.pr-header__brand-copy small {
  font-size: 11px;
}

.pr-nav a {
  font-size: 13px;
}

.pr-eyebrow {
  font-size: 11px;
}

.pr-kicker {
  font-size: 12px;
}

.pr-hero__lead {
  font-size: 18px;
}

.pr-hero__meta strong {
  font-size: 13px;
}

.pr-hero__meta span {
  font-size: 11px;
}

.pr-system-visual__head span {
  font-size: 10px;
}

.pr-system-visual__head strong {
  font-size: 22px;
}

.pr-channel strong {
  font-size: 12px;
}

.pr-channel small {
  font-size: 9px;
  line-height: 1.45;
}

.pr-system-core small {
  font-size: 9px;
}

.pr-system-core strong {
  font-size: 18px;
}

.pr-system-core__status {
  font-size: 9px;
}

.pr-system-visual__outputs span {
  font-size: 10px;
}

.pr-stats span {
  font-size: 11px;
}

.pr-problem-card p {
  font-size: 14px;
}

.pr-current__lead {
  font-size: 16px;
}

.pr-check-list > div {
  font-size: 13px;
}

.pr-comparison__head span {
  font-size: 10px;
}

.pr-comparison__head strong {
  font-size: 21px;
}

.pr-comparison__cell {
  font-size: 13px;
}

.pr-module-card p {
  font-size: 13px;
}

.pr-module-card li {
  font-size: 10px;
}

.pr-ai-note strong {
  font-size: 14px;
}

.pr-ai-note p {
  font-size: 12px;
}

.pr-scope-list h3 {
  font-size: 18px;
}

.pr-scope-list p {
  font-size: 13px;
}

.pr-scope-summary__label {
  font-size: 10px;
}

.pr-scope-summary li {
  font-size: 12px;
}

.pr-scope-summary__bottom strong {
  font-size: 13px;
}

.pr-scope-summary__bottom p {
  font-size: 11px;
}

.pr-migration h3 {
  font-size: 17px;
}

.pr-migration p {
  font-size: 12px;
}

.pr-legal-note strong {
  font-size: 13px;
}

.pr-legal-note p {
  font-size: 11px;
}

.pr-timeline small {
  font-size: 10px;
}

.pr-timeline h3 {
  font-size: 20px;
}

.pr-timeline p {
  font-size: 13px;
}

.pr-deliverables h3 {
  font-size: 18px;
}

.pr-deliverables li {
  font-size: 12px;
}

.pr-cost-card__top > span {
  font-size: 11px;
}

.pr-cost-card__top small {
  font-size: 11px;
}

.pr-cost-card__calculation div,
.pr-cost-card__calculation strong {
  font-size: 11px;
}

.pr-cost-card li {
  font-size: 12px;
}

.pr-cost-card > p {
  font-size: 11px;
}

.pr-cost-summary span {
  font-size: 10px;
}

.pr-cost-summary p {
  font-size: 12px;
}

.pr-investment__main > p {
  font-size: 14px;
}

.pr-investment__included div {
  font-size: 12px;
}

.pr-price-box__label {
  font-size: 10px;
}

.pr-price-box > p {
  font-size: 11px;
}

.pr-payment-plan div {
  font-size: 10px;
}

.pr-payment-plan strong {
  font-size: 11px;
}

.pr-price-box__validity {
  font-size: 10px;
}

.pr-support h3 {
  font-size: 19px;
}

.pr-support p {
  font-size: 13px;
}

.pr-warranty-note strong {
  font-size: 13px;
}

.pr-warranty-note p {
  font-size: 12px;
}

.pr-about__lead {
  font-size: 16px !important;
}

.pr-about__content > p {
  font-size: 14px;
}

.pr-about__points p {
  font-size: 11px;
}

.pr-about__contact a {
  font-size: 11px;
}

.pr-next-steps strong {
  font-size: 13px;
}

.pr-next-steps p {
  font-size: 10px;
}

.pr-final__inner > div:first-child > p {
  font-size: 14px;
}

.pr-final__validity span,
.pr-final__validity strong {
  font-size: 10px;
}

.pr-footer p,
.pr-footer__contact a,
.pr-footer__meta span {
  font-size: 10px;
}

.pr-footer__contact strong {
  font-size: 11px;
}
/* =========================================================
   FIX: WIĘKSZE MODUŁY IDOBOOKING
   ========================================================= */

.pr-modules {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pr-module-card {
  min-height: 340px;
  padding: 30px;
}

.pr-module-card--featured {
  grid-column: span 2;
}

@media (max-width: 900px) {
  .pr-modules {
    grid-template-columns: repeat(2, 1fr);
  }

  .pr-module-card--featured {
    grid-column: span 2;
  }
}

@media (max-width: 650px) {
  .pr-modules {
    grid-template-columns: 1fr;
  }

  .pr-module-card--featured {
    grid-column: auto;
  }
}
.pr-deliverables {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.pr-deliverables article {
  min-height: 340px;
  padding: 34px;
}

.pr-deliverables ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 25px;
}

@media (max-width: 650px) {
  .pr-deliverables {
    grid-template-columns: 1fr;
  }

  .pr-deliverables ul {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   FIX HOVERÓW — KONTAKT, LOGO I LINKI
   WKLEJ NA SAMYM KOŃCU CSS
   ========================================================= */

/* ---------------------------------------------------------
   1. PRZYCISKI KONTAKTOWE W SEKCJI O MNIE
   --------------------------------------------------------- */

.pr-offer .pr-about__contact a,
.pr-offer .pr-about__contact a:link,
.pr-offer .pr-about__contact a:visited {
  color: #4f5954 !important;
  background-color: #ffffff !important;
  border-color: var(--pr-border) !important;
  opacity: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.pr-offer .pr-about__contact a svg,
.pr-offer .pr-about__contact a:link svg,
.pr-offer .pr-about__contact a:visited svg {
  color: var(--pr-mint-dark) !important;
  stroke: currentColor !important;
  opacity: 1 !important;
}

.pr-offer .pr-about__contact a:hover,
.pr-offer .pr-about__contact a:focus,
.pr-offer .pr-about__contact a:active {
  color: var(--pr-green) !important;
  background-color: var(--pr-mint-soft) !important;
  border-color: var(--pr-mint-dark) !important;
  opacity: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(30, 44, 37, 0.08) !important;
  transform: translateY(-2px);
}

.pr-offer .pr-about__contact a:hover svg,
.pr-offer .pr-about__contact a:focus svg,
.pr-offer .pr-about__contact a:active svg {
  color: var(--pr-green) !important;
  stroke: currentColor !important;
  opacity: 1 !important;
}


/* ---------------------------------------------------------
   2. LOGO I TEKST „OFERTA INDYWIDUALNA”
   --------------------------------------------------------- */

.pr-offer .pr-header__brand,
.pr-offer .pr-header__brand:link,
.pr-offer .pr-header__brand:visited,
.pr-offer .pr-header__brand:hover,
.pr-offer .pr-header__brand:focus,
.pr-offer .pr-header__brand:active {
  color: var(--pr-text) !important;
  background: transparent !important;
  opacity: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.pr-offer .pr-header__brand:hover {
  transform: none !important;
}

.pr-offer .pr-header__brand-copy,
.pr-offer .pr-header__brand-copy strong,
.pr-offer .pr-header__brand-copy small {
  opacity: 1 !important;
  visibility: visible !important;
  text-decoration: none !important;
}

.pr-offer .pr-header__brand-copy strong {
  color: var(--pr-text) !important;
}

.pr-offer .pr-header__brand-copy small {
  color: var(--pr-muted) !important;
}

.pr-offer .pr-header__brand:hover .pr-header__brand-copy strong,
.pr-offer .pr-header__brand:focus .pr-header__brand-copy strong {
  color: var(--pr-green) !important;
}

.pr-offer .pr-header__brand:hover .pr-header__brand-copy small,
.pr-offer .pr-header__brand:focus .pr-header__brand-copy small {
  color: var(--pr-muted) !important;
}

.pr-offer .pr-header__brand img,
.pr-offer .pr-header__brand:hover img,
.pr-offer .pr-header__brand:focus img {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}


/* ---------------------------------------------------------
   3. JASNE PRZYCISKI W CAŁYM LANDINGU
   --------------------------------------------------------- */

.pr-offer .pr-btn--secondary,
.pr-offer .pr-btn--secondary:link,
.pr-offer .pr-btn--secondary:visited {
  color: var(--pr-text) !important;
  background-color: rgba(255, 255, 255, 0.82) !important;
  border-color: var(--pr-border) !important;
}

.pr-offer .pr-btn--secondary:hover,
.pr-offer .pr-btn--secondary:focus,
.pr-offer .pr-btn--secondary:active {
  color: var(--pr-green) !important;
  background-color: var(--pr-mint-soft) !important;
  border-color: var(--pr-mint-dark) !important;
}

.pr-offer .pr-btn--secondary svg,
.pr-offer .pr-btn--secondary:hover svg {
  color: currentColor !important;
  stroke: currentColor !important;
}


/* ---------------------------------------------------------
   4. ZABEZPIECZENIE TEKSTÓW WE WSZYSTKICH PRZYCISKACH
   --------------------------------------------------------- */

.pr-offer .pr-btn,
.pr-offer .pr-btn:link,
.pr-offer .pr-btn:visited {
  opacity: 1 !important;
  visibility: visible !important;
  text-decoration: none !important;
}

.pr-offer .pr-btn:not(.pr-btn--secondary):not(.pr-btn--price):not(.pr-btn--final) {
  color: #ffffff !important;
}

.pr-offer .pr-btn:not(.pr-btn--secondary):not(.pr-btn--price):not(.pr-btn--final):hover,
.pr-offer .pr-btn:not(.pr-btn--secondary):not(.pr-btn--price):not(.pr-btn--final):focus {
  color: #ffffff !important;
}

.pr-offer .pr-btn--price,
.pr-offer .pr-btn--price:hover,
.pr-offer .pr-btn--price:focus,
.pr-offer .pr-btn--final,
.pr-offer .pr-btn--final:hover,
.pr-offer .pr-btn--final:focus {
  color: var(--pr-dark) !important;
}


/* ---------------------------------------------------------
   5. NAWIGACJA W HEADERZE
   --------------------------------------------------------- */

.pr-offer .pr-nav a,
.pr-offer .pr-nav a:link,
.pr-offer .pr-nav a:visited {
  color: #4e5652 !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

.pr-offer .pr-nav a:hover,
.pr-offer .pr-nav a:focus,
.pr-offer .pr-nav a:active {
  color: var(--pr-green) !important;
  background-color: var(--pr-mint-soft) !important;
  opacity: 1 !important;
}


/* ---------------------------------------------------------
   6. DOSTĘPNOŚĆ KLAWIATURĄ
   --------------------------------------------------------- */

.pr-offer a:focus-visible {
  outline: 2px solid var(--pr-mint-dark) !important;
  outline-offset: 4px !important;
}/* End custom CSS */

/* Dostosowania wariantu: upgrade istniejącej strony + wdrożenie IdoBooking */
html {
  scroll-behavior: smooth;
}

/* Przewijany podgląd pełnego zrzutu obecnej strony */
.pr-offer .pr-browser__screen {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--pr-mint-dark) #edf2ef;
  scrollbar-width: thin;
  cursor: ns-resize;
}

.pr-offer .pr-browser__screen:focus-visible {
  outline: 3px solid rgba(112, 159, 136, 0.38);
  outline-offset: 3px;
}

.pr-offer .pr-browser__screen img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: initial;
  transform: none;
  transition: none;
}

.pr-offer .pr-browser:hover .pr-browser__screen img {
  transform: none;
}

.pr-offer .pr-browser__screen::-webkit-scrollbar {
  width: 9px;
}

.pr-offer .pr-browser__screen::-webkit-scrollbar-track {
  background: #edf2ef;
}

.pr-offer .pr-browser__screen::-webkit-scrollbar-thumb {
  border: 2px solid #edf2ef;
  border-radius: 999px;
  background: var(--pr-mint-dark);
}

body {
  margin: 0;
  background: #f7f8f6;
}

.pr-offer .pr-hero__meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pr-offer .pr-price-box__price strong {
  letter-spacing: -0.075em;
}

.pr-offer .pr-investment__main,
.pr-offer .pr-price-box {
  min-width: 0;
}

.pr-offer .pr-price-box__validity {
  display: block;
  color: rgba(255, 255, 255, 0.68) !important;
  line-height: 1.55;
}

.pr-offer .pr-final__validity strong {
  max-width: 570px;
  text-align: right;
}

@media (max-width: 767px) {
  .pr-offer .pr-hero__meta {
    grid-template-columns: 1fr;
  }

  .pr-offer .pr-final__validity strong {
    text-align: left;
  }
}

/* =========================================================
   DIRECT BOOKING JOURNEY — FINAL OFFER
   ========================================================= */

.pr-direct {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(191, 217, 202, 0.16), transparent 32%),
    linear-gradient(145deg, #151817 0%, #1c2420 100%);
  color: #fff;
}

.pr-direct__glow {
  position: absolute;
  right: -180px;
  bottom: -220px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 151, 130, 0.2), transparent 68%);
  pointer-events: none;
}

.pr-direct .pr-section-heading {
  margin-bottom: 54px;
}

.pr-direct .pr-section-heading > p {
  color: rgba(255, 255, 255, 0.66);
}

.pr-direct__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pr-direct__pillars article {
  position: relative;
  min-height: 250px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px);
}

.pr-direct__pillars article::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191, 217, 202, 0.13), transparent 70%);
}

.pr-direct__pillars article > span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-bottom: 40px;
  place-items: center;
  border: 1px solid rgba(191, 217, 202, 0.32);
  border-radius: 50%;
  color: var(--pr-mint);
  font-size: 10px;
  font-weight: 800;
}

.pr-direct__pillars h3 {
  max-width: 310px;
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.pr-direct__pillars p {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.75;
}

.pr-direct__journey {
  margin-top: 18px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--pr-text);
  box-shadow: 0 26px 65px rgba(0, 0, 0, 0.2);
}

.pr-direct__journey-head {
  display: flex;
  margin-bottom: 28px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
}

.pr-direct__journey-head span {
  color: var(--pr-green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pr-direct__journey-head strong {
  max-width: 600px;
  text-align: right;
  font-size: 14px;
  line-height: 1.55;
}

.pr-direct__journey ol {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
}

.pr-direct__journey li {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 17px 18px;
  align-items: center;
  gap: 12px;
}

.pr-direct__journey li:not(:last-child) {
  border-right: 1px solid var(--pr-border);
}

.pr-direct__journey li > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--pr-mint-soft);
  color: var(--pr-green);
  font-size: 10px;
  font-weight: 800;
}

.pr-direct__journey li div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.pr-direct__journey li strong {
  font-size: 11px;
  line-height: 1.35;
}

.pr-direct__journey li small {
  margin-top: 4px;
  color: var(--pr-muted);
  font-size: 8px;
  line-height: 1.5;
}

.pr-direct__proof {
  display: grid;
  margin-top: 18px;
  padding: 22px 26px;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(191, 217, 202, 0.2);
  border-radius: 20px;
  background: rgba(63, 117, 92, 0.14);
}

.pr-direct__proof strong {
  color: var(--pr-mint);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pr-direct__proof p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .pr-direct__journey ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pr-direct__journey li:nth-child(3) {
    border-right: 0;
  }

  .pr-direct__journey li:nth-child(n + 4) {
    border-top: 1px solid var(--pr-border);
  }
}

@media (max-width: 900px) {
  .pr-direct__pillars {
    grid-template-columns: 1fr;
  }

  .pr-direct__pillars article {
    min-height: 0;
  }

  .pr-direct__pillars article > span {
    margin-bottom: 24px;
  }

  .pr-direct__proof {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 650px) {
  .pr-direct__journey {
    padding: 20px;
  }

  .pr-direct__journey-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .pr-direct__journey-head strong {
    text-align: left;
  }

  .pr-direct__journey ol {
    grid-template-columns: 1fr;
  }

  .pr-direct__journey li,
  .pr-direct__journey li:nth-child(3),
  .pr-direct__journey li:nth-child(n + 4) {
    border-top: 1px solid var(--pr-border);
    border-right: 0;
  }

  .pr-direct__journey li:first-child {
    border-top: 0;
  }
}/* End custom CSS */