*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/*
  BACKUP KOLORÓW (WERSJA ORYGINALNA – "ponure granatowe"):
  --bl:   #C9E8F7;
  --bm:   #A8D4EE;
  --navy: #0D1B3E;
  --navy2:#0E2A5C;
  --gr:   #F2F7FB;
  --tx:   #2E4057;
  --ac:   #1855C4;
  --sh:   0 6px 36px rgba(10,77,164,.12);
  Żeby przywrócić: zamień wartości poniżej na te powyżej.
*/

:root {
  --bl:   #DBEAFE;
  --bm:   #93C5FD;
  --navy: #0F172A;
  --navy2:#1E3A6E;
  --w:    #FFFFFF;
  --gr:   #EFF6FF;
  --tx:   #1E3A5F;
  --ac:   #2563EB;
  --gn:   #22A77B;
  --xl:   28px;
  --lg:   20px;
  --md:   12px;
  --sh:   0 6px 36px rgba(37,99,235,.14);
  --sans: 'DM Sans', sans-serif;
  --ser:  'Playfair Display', serif;
}

body { font-family: var(--sans); color: var(--navy); background: #fff; -webkit-font-smoothing: antialiased; line-height: 1.6; }

.wrap  { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
.es    { padding: 0 0 72px; }

/* shared */
.lbl { display: inline-block; font-size: 14px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ac); margin-bottom: 14px; }
.lbl.w { color: rgba(255,255,255,.55); }
h2.h { font-size: clamp(30px,3.8vw,52px); font-weight: 700; line-height: 1.08; letter-spacing: -.022em; }
h2.h em { font-family: var(--ser); font-style: italic; color: var(--ac); }
h2.h.inv em { color: var(--bm); }
.lead { font-size: 18px; color: var(--tx); line-height: 1.78; margin-top: 16px; }

.btn { display:inline-flex; align-items:center; gap:8px; border-radius:100px; padding:16px 34px; font-family:var(--sans); font-size:16px; font-weight:700; text-decoration:none; cursor:pointer; transition:all .18s; border:none; }
.bd  { background:var(--navy); color:#fff; }
.bd:hover  { background:var(--ac); transform:translateY(-1px); }
.bw  { background:#fff; color:var(--navy); box-shadow:0 2px 16px rgba(0,0,0,.13); }
.bw:hover  { background:var(--navy); color:#fff; }
.bo  { background:transparent; color:var(--navy); border:2px solid var(--navy); }
.bo:hover  { background:var(--navy); color:#fff; }
.boi { background:transparent; color:#fff; border:2px solid rgba(255,255,255,.4); }
.boi:hover { background:rgba(255,255,255,.12); }

/* ══════════════════════════════════════════════
   1. HERO – pełna szerokość ekranu
══════════════════════════════════════════════ */
.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: -5%;
  background-image: url('https://saturator.eu/wp-content/uploads/2026/05/hero.webp');
  background-size: cover;
  background-position: 65% center;
  z-index: 0;
  animation: heroBreathe 9s ease-in-out infinite;
  will-change: transform;
}
@keyframes heroBreathe {
  0%, 100% { transform: scale(1);    }
  50%       { transform: scale(1.07); }
}
.hero::before {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    to right,
    rgba(6,14,40,.97) 0%,
    rgba(7,16,46,.92) 30%,
    rgba(7,16,46,.58) 55%,
    rgba(7,16,46,.08) 82%,
    transparent 100%
  );
  pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 28px;
  min-height: 100vh;
  display: flex; flex-direction: column;
  justify-content: space-between;
}

/* — logo bar — */
.hero-top {
  display: flex; align-items: center; justify-content: space-between;
}
.hero-logo { height: 34px; width: auto; display: block; opacity: .9; }
.hero-est {
  font-size: 11px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(255,255,255,.38);
}

/* — main body — */
.hero-body {
  flex: 1; display: flex; flex-direction: column;
  justify-content: center; padding: 52px 0 44px;
  max-width: 560px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.09); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.16); border-radius: 100px;
  padding: 9px 22px 9px 10px; font-size: 16px; font-weight: 500;
  color: rgba(255,255,255,.85); margin-bottom: 28px; align-self: flex-start;
  white-space: nowrap;
}
.hero-badge .dot {
  width: 8px; height: 8px; min-width: 8px; border-radius: 50%;
  background: var(--gn); animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100%{box-shadow:0 0 0 0 rgba(34,167,123,.5)}
  50%{box-shadow:0 0 0 7px rgba(34,167,123,0)}
}
.hero h1 {
  font-size: clamp(34px,3.2vw,52px); font-weight: 700;
  line-height: 1.13; letter-spacing: -.022em; color: #fff;
  margin-bottom: 8px;
}
.hero h1 em {
  display: block; font-family: var(--ser); font-style: italic;
  font-weight: 700; color: var(--bm);
  font-size: clamp(30px,2.8vw,46px); margin-top: 6px;
}
.hero-rule {
  width: 52px; height: 2px; border: none;
  background: linear-gradient(to right, rgba(24,85,196,.85), transparent);
  margin: 28px 0;
}
.hero-sub {
  font-size: 17px; color: rgba(255,255,255,.6);
  line-height: 1.76; margin-bottom: 40px;
}
.hero-acts { display: flex; gap: 14px; flex-wrap: wrap; }

/* — stats bar — */
.hero-foot {
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.10);
  display: flex; gap: 0; align-items: center;
}
.hero-stat { padding: 0 32px 0 0; }
.hero-stat:first-child { padding-left: 0; }
.hero-stat-num {
  font-size: 21px; font-weight: 700; color: #fff;
  letter-spacing: -.02em; line-height: 1;
}
.hero-stat-lbl {
  font-size: 11px; color: rgba(255,255,255,.4);
  font-weight: 500; margin-top: 4px;
}
.hero-foot-sep {
  width: 1px; height: 30px; background: rgba(255,255,255,.12);
  margin-right: 32px; flex-shrink: 0;
}

/* ══════════════════════════════════════════════
   2. O NAS
══════════════════════════════════════════════ */
.about {
  display: grid; grid-template-columns: 1fr 420px; gap: 64px;
  align-items: center; padding: 80px 0;
}
.about-list { margin-top: 28px; display: flex; flex-direction: column; gap: 10px; }
.about-li {
  display: flex; align-items: center; gap: 12px;
  font-size: 17px; font-weight: 500; color: var(--navy);
}
.about-li::before {
  content: ''; width: 7px; height: 7px; min-width: 7px;
  border-radius: 50%; background: var(--ac);
}
.about-img {
  border-radius: var(--xl); overflow: hidden;
  aspect-ratio: 4/3; box-shadow: var(--sh);
}
.about-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ══════════════════════════════════════════════
   3. CZYM JEST – przebudowana sekcja
══════════════════════════════════════════════ */
.czym {
  background: var(--navy);
  border-radius: var(--xl);
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
}
.czym::after {
  content: '';
  position: absolute; right: -80px; top: -80px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(24,85,196,.18) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}
.czym::before {
  content: '';
  position: absolute; left: -60px; bottom: -60px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(168,212,238,.07) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}
.czym-content {
  position: relative; z-index: 1;
  padding: 80px 80px 0;
}

/* — górny grid — */
.czym-grid {
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.czym-left { position: relative; margin-bottom: 36px; }
.czym-num {
  font-size: 80px; font-weight: 700; line-height: 1;
  color: rgba(255,255,255,.04); letter-spacing: -.04em;
  position: absolute; top: -16px; left: -8px;
  font-family: var(--ser); pointer-events: none; user-select: none;
}
.czym-content h2 {
  font-size: clamp(28px,3.4vw,48px); font-weight: 700;
  color: #fff; line-height: 1.12; letter-spacing: -.022em;
  margin-bottom: 16px; position: relative;
}
.czym-sub {
  font-size: clamp(16px,1.8vw,22px); color: rgba(255,255,255,.5);
  line-height: 1.5; font-weight: 400;
}
.czym-sub em {
  font-family: var(--ser); font-style: italic;
  color: var(--bm); font-size: 1.05em;
}
.czym-right {
  display: grid; grid-template-columns: 1fr 1fr; gap: 36px;
}
.czym-right p {
  font-size: 17px; color: rgba(255,255,255,.68);
  line-height: 1.82;
}

/* — dolny pasek cech — */
.czym-feats {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 2px;
  margin: 0 -80px;
}
.czym-feat {
  display: flex; align-items: center; gap: 16px;
  padding: 28px 32px;
  background: rgba(255,255,255,.04);
  border-top: 1px solid rgba(255,255,255,.08);
  transition: background .2s;
}
.czym-feat:hover { background: rgba(255,255,255,.07); }
.czym-feat + .czym-feat { border-left: 1px solid rgba(255,255,255,.08); }
.czym-feat-ico { font-size: 28px; flex-shrink: 0; }
.czym-feat-name {
  font-size: 15px; font-weight: 700; color: #fff;
  margin-bottom: 3px;
}
.czym-feat-desc { font-size: 13px; color: rgba(255,255,255,.42); }

/* ══════════════════════════════════════════════
   4. KORZYŚCI – 3 karty
══════════════════════════════════════════════ */
.offer { padding: 80px 0 72px; }
.offer-hd { margin-bottom: 52px; }
.cards3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.card { border-radius: var(--xl); padding: 36px 30px; transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.card.gr { background: var(--gr); }
.card.bl { background: var(--bl); }
.card-ico {
  width: 52px; height: 52px; background: #fff;
  border-radius: var(--lg); display: flex; align-items: center;
  justify-content: center; font-size: 24px; margin-bottom: 22px;
  box-shadow: 0 2px 8px rgba(24,85,196,.10);
}
.card h3 { font-size: 24px; font-weight: 700; margin-bottom: 14px; letter-spacing: -.01em; }
.card p  { font-size: 17px; color: var(--tx); line-height: 1.7; }

/* ══════════════════════════════════════════════
   5. ATUTY – przebudowana sekcja
══════════════════════════════════════════════ */
.atuty {
  background: var(--navy2);
  border-radius: var(--xl);
  padding: 72px 72px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
}
.atuty::after {
  content: '';
  position: absolute; right: -100px; bottom: -100px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(24,85,196,.20) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}
.atuty-layout {
  display: grid; grid-template-columns: 340px 1fr;
  gap: 72px; align-items: center;
  position: relative; z-index: 1;
}

/* — lewa — */
.atuty-left { position: relative; }
.atuty-dec {
  display: block;
  font-size: 120px; font-weight: 700; line-height: .85;
  color: rgba(255,255,255,.04); letter-spacing: -.06em;
  font-family: var(--ser);
  position: absolute; top: -20px; left: -12px;
  pointer-events: none; user-select: none;
}
.atuty-left h2 {
  font-size: clamp(26px,2.8vw,40px); font-weight: 700;
  color: #fff; line-height: 1.15; letter-spacing: -.02em;
  margin-bottom: 20px; position: relative;
}
.atuty-intro {
  font-size: 16px; color: rgba(255,255,255,.52);
  line-height: 1.75; margin-bottom: 36px;
}

/* — prawa – siatka check-itemów — */
.atuty-list {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.al {
  display: flex; align-items: center; gap: 14px;
  padding: 15px 18px;
  background: rgba(255,255,255,.06);
  border-radius: var(--md);
  border: 1px solid rgba(255,255,255,.08);
  transition: background .18s, border-color .18s, transform .18s;
  cursor: default;
}
.al:hover {
  background: rgba(255,255,255,.11);
  border-color: rgba(255,255,255,.16);
  transform: translateY(-1px);
}
.al-check {
  width: 26px; height: 26px; min-width: 26px;
  background: var(--ac); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.al-check svg { width: 13px; height: 13px; fill: #fff; }
.al-t {
  font-size: 15px; font-weight: 600;
  color: rgba(255,255,255,.90);
  line-height: 1.35;
}

/* ══════════════════════════════════════════════
   6. DANE TECHNICZNE – 3 kolumny z obrazem centrum
══════════════════════════════════════════════ */
.specs { padding: 80px 0 72px; }
.specs-hd { margin-bottom: 52px; }
.specs-lay {
  display: grid; grid-template-columns: 1fr 460px 1fr; gap: 32px; align-items: center;
}
.specs-col { display: flex; flex-direction: column; gap: 14px; }
.sb {
  background: var(--gr);
  border-radius: var(--lg);
  padding: 22px 24px 20px;
  border: 1.5px solid transparent;
  border-left: 3px solid var(--ac);
  transition: background .2s, box-shadow .2s, transform .2s;
  position: relative; overflow: hidden;
}
.sb::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(37,99,235,.04) 0%, transparent 60%);
  pointer-events: none;
}
.sb:hover {
  background: #e8f0fe;
  box-shadow: var(--sh);
  transform: translateX(3px);
}
.sb-top {
  display: flex; align-items: center; gap: 8px; margin-bottom: 10px;
}
.sb-ico { font-size: 18px; line-height: 1; }
.sk {
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ac);
}
.sv {
  font-size: 22px; font-weight: 700; color: var(--navy);
  letter-spacing: -.02em; margin-bottom: 5px; line-height: 1.15;
}
.sd { font-size: 13px; color: var(--tx); opacity: .7; line-height: 1.5; }
.specs-mid {
  display: flex; align-items: center; justify-content: center;
  padding: 0;
}
.specs-mid img {
  width: 130%; display: block;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 16px 48px rgba(10,77,164,.22));
}

/* ══════════════════════════════════════════════
   7. ZASTOSOWANIA – siatka kart
══════════════════════════════════════════════ */
.apps { padding: 80px 0 72px; }
.apps-hd { margin-bottom: 48px; }
.apps-cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.ac {
  border-radius: var(--xl); padding: 44px 40px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .22s;
}
.ac:hover { transform: translateY(-4px); }
.ac-navy { background: var(--navy); }
.ac-blue { background: var(--bl); }
.ac-num {
  position: absolute; top: 28px; right: 32px;
  font-size: 64px; font-weight: 700; line-height: 1;
  font-family: var(--ser);
  color: rgba(255,255,255,.06);
  pointer-events: none;
}
.ac-navy .ac-num { color: rgba(255,255,255,.06); }
.ac-blue .ac-num { color: rgba(13,27,62,.06); }
.ac-ico { font-size: 36px; margin-bottom: 20px; }
.ac h3 {
  font-size: 24px; font-weight: 700; letter-spacing: -.01em;
  margin-bottom: 14px; line-height: 1.2;
}
.ac-navy h3 { color: #fff; }
.ac-blue h3 { color: var(--navy); }
.ac p { font-size: 16px; line-height: 1.72; flex: 1; margin-bottom: 24px; }
.ac-navy p { color: rgba(255,255,255,.68); }
.ac-blue p { color: var(--tx); }
.ac-tag {
  display: inline-block; border-radius: 100px;
  padding: 6px 16px; font-size: 13px; font-weight: 700;
  align-self: flex-start;
}
.ac-navy .ac-tag { background: rgba(255,255,255,.12); color: rgba(255,255,255,.8); }
.ac-blue .ac-tag { background: rgba(37,99,235,.12); color: var(--ac); }

/* ══════════════════════════════════════════════
   8. ZAKUP
══════════════════════════════════════════════ */
.purchase {
  padding: 72px 0 80px;
  border-top: 1px solid rgba(13,27,62,.07);
}
.purchase-wrap {
  background: var(--bl);
  border-radius: var(--xl);
  padding: 64px 64px;
  display: grid; grid-template-columns: 1fr 320px; gap: 56px; align-items: center;
}
.purchase-right-col { display: flex; flex-direction: column; gap: 16px; }
.purchase-img {
  border-radius: var(--lg); overflow: hidden;
  box-shadow: 0 12px 40px rgba(13,27,62,.18);
  aspect-ratio: 4/3;
}
.purchase-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.purchase-text .lbl { margin-bottom: 12px; }
.purchase-text h2.h { margin-bottom: 20px; }
.purchase-text p { font-size: 17px; color: var(--tx); line-height: 1.78; }
.purchase-text p + p { margin-top: 14px; }
.purchase-cta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 36px; }
.purchase-note { font-size: 14px; color: var(--tx); opacity: .5; font-weight: 500; }
.purchase-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.ps {
  background: rgba(255,255,255,.75);
  border-radius: var(--lg);
  padding: 24px 20px; text-align: center;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.9);
  transition: transform .2s, box-shadow .2s;
}
.ps:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.ps-val {
  display: block; font-size: 34px; font-weight: 700;
  color: var(--navy); letter-spacing: -.03em; line-height: 1; margin-bottom: 7px;
}
.ps-lbl { font-size: 13px; font-weight: 600; color: var(--tx); opacity: .65; line-height: 1.3; }

/* ══════════════════════════════════════════════
   9. WYNAJEM – jasne tło, poziome karty
══════════════════════════════════════════════ */
.rental {
  padding: 80px 0 72px;
  border-top: 1px solid rgba(13,27,62,.07);
}
.rental-hd { max-width: 640px; margin-bottom: 48px; }
.rental-lead { font-size: 17px; color: var(--tx); line-height: 1.72; margin-top: 14px; }
.ropts { display: flex; flex-direction: column; gap: 0; }
.ro {
  display: grid; grid-template-columns: 100px 1fr auto;
  align-items: center; gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(13,27,62,.08);
  transition: background .18s;
}
.ro:first-child { border-top: 1px solid rgba(13,27,62,.08); }
.ro-left { text-align: center; }
.ro-ico { font-size: 32px; display: block; margin-bottom: 6px; }
.ro-n { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ac); }
.ro-body h4 { font-size: 20px; font-weight: 700; margin-bottom: 6px; color: var(--navy); }
.ro-body p  { font-size: 15px; color: var(--tx); line-height: 1.65; }
.ro-cta {
  display: inline-flex; align-items: center;
  background: var(--gr); border: 1.5px solid var(--bm);
  border-radius: 100px; padding: 10px 22px;
  font-size: 14px; font-weight: 700; color: var(--ac);
  text-decoration: none; white-space: nowrap;
  transition: background .18s, color .18s;
  flex-shrink: 0;
}
.ro-cta:hover { background: var(--ac); color: #fff; border-color: var(--ac); }

/* ══════════════════════════════════════════════
   9. KLIENCI – marquee (trust bar)
══════════════════════════════════════════════ */
.clients {
  padding: clamp(36px,4vw,56px) 0;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.07);
  border-bottom: 1px solid rgba(0,0,0,.07);
  overflow: hidden;
  width: 100%;
}
.cl-title {
  text-align: center; font-size: clamp(12px,1.2vw,15px); font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: #9898b0; margin-bottom: clamp(20px,2.5vw,32px);
}
.marquee-track {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.marquee-inner {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee-inner:hover { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.cl-logo-wrap {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 clamp(16px,2vw,32px);
  height: 80px;
  border-right: 1px solid rgba(0,0,0,.07);
  flex-shrink: 0;
}
.cl-logo-wrap img {
  display: block;
  width: clamp(80px,10vw,150px);
  height: 40px;
  object-fit: contain;
  opacity: .85;
  transition: opacity .3s;
}
.cl-logo-wrap:hover img { opacity: 1; }
.cl-logo-wrap.sm img { height: 28px; width: clamp(60px,7vw,110px); }

/* ══════════════════════════════════════════════
   10. FOOTER – animowany gradient
══════════════════════════════════════════════ */
@keyframes blob1 {
  0%   { transform: translate(0%,    0%)   scale(1);   opacity: .7; }
  30%  { transform: translate(55%,  30%)   scale(1.5); opacity: 1;  }
  65%  { transform: translate(75%,  -15%)  scale(1.1); opacity: .6; }
  100% { transform: translate(0%,    0%)   scale(1);   opacity: .7; }
}
@keyframes blob2 {
  0%   { transform: translate(0%,   0%)   scale(1);   opacity: .5; }
  40%  { transform: translate(-45%, 35%)  scale(1.4); opacity: .8; }
  75%  { transform: translate(15%, -40%)  scale(.85); opacity: .4; }
  100% { transform: translate(0%,   0%)   scale(1);   opacity: .5; }
}
@keyframes blob3 {
  0%   { transform: translate(0%,  0%)   scale(1);   opacity: .3; }
  50%  { transform: translate(-30%, 20%) scale(1.6); opacity: .6; }
  100% { transform: translate(0%,  0%)   scale(1);   opacity: .3; }
}

.cta {
  position: relative;
  width: 100%;
  padding: 0;
  border-radius: 56px 56px 0 0;
  overflow: hidden;
  background: linear-gradient(160deg, #dbeafe 0%, #e0f0ff 40%, #d6ebfd 70%, #cfe5fa 100%);
}

/* blob 1 – błękitny, lewy dół */
.cta::before {
  content: '';
  position: absolute;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(147,197,253,.55) 0%, transparent 68%);
  top: -80px; left: -120px;
  pointer-events: none; z-index: 0;
  animation: blob1 9s ease-in-out infinite;
}

/* blob 2 – biały, prawy górny */
.cta::after {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.60) 0%, transparent 68%);
  bottom: -60px; right: -60px;
  pointer-events: none; z-index: 0;
  animation: blob2 13s ease-in-out infinite;
}

/* blob 3 – jaśniejszy niebieski, środek */
.cta .cta-blob3 {
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.08) 0%, transparent 68%);
  top: 30%; left: 40%;
  pointer-events: none; z-index: 0;
  animation: blob3 17s ease-in-out infinite;
}

/* content ponad blobami */
.cta-top, .cta-bottom { position: relative; z-index: 1; }
.cta-top {
  padding: 72px 0 64px;
  border-bottom: 1px solid rgba(13,27,62,.08);
}
.cta-top-inner {
  max-width: 1120px; margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center;
}
.cta h2 { font-size: clamp(26px,3.2vw,46px); font-weight: 700; color: var(--navy); line-height: 1.12; letter-spacing: -.02em; margin-bottom: 10px; }
.cta .sub { font-size: 18px; color: var(--tx); margin-bottom: 36px; opacity: .75; }
.cta-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.cta-contact-box {
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: var(--xl);
  padding: 32px 36px;
  min-width: 300px;
  backdrop-filter: blur(6px);
}
.cta-contact-box .cdl { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--tx); opacity: .5; margin-bottom: 10px; }
.cta-phone-row {
  display: flex; align-items: center; gap: 10px; margin-bottom: 8px;
}
.cta-phone-row:last-of-type { margin-bottom: 0; }
.phone-ico {
  width: 32px; height: 32px; min-width: 32px;
  background: var(--ac); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.phone-ico svg { width: 15px; height: 15px; fill: #fff; }
.cta-phone-link {
  font-size: 18px; font-weight: 700; color: var(--navy);
  text-decoration: none; letter-spacing: -.01em;
  transition: color .15s;
}
.cta-phone-link:hover { color: var(--ac); }

.cta-bottom {
  padding: 44px 0 48px;
  border-top: 1px solid rgba(13,27,62,.08);
}
.cta-bottom-inner {
  max-width: 1120px; margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: 220px 1fr auto; gap: 56px; align-items: start;
}

/* kolumna 1 – logo + adres */
.cta-logo img {
  height: 32px; width: auto; display: block; margin-bottom: 18px; opacity: .85;
}
.cta-address {
  font-size: 15px; color: var(--tx);
  line-height: 1.75; font-weight: 400; opacity: .7;
}

/* kolumna 2 – linki kontaktowe */
.cta-links { display: flex; flex-direction: column; gap: 12px; }
.cta-link-row { display: flex; align-items: center; gap: 12px; }
.cta-link-lbl {
  font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--tx); opacity: .5;
  min-width: 52px; flex-shrink: 0;
}
.cta-link-val { font-size: 15px; font-weight: 500; color: var(--navy); }
.cta-link-val a {
  color: var(--ac); text-decoration: none;
  transition: color .15s;
}
.cta-link-val a:hover { color: var(--navy); }

/* kolumna 3 – dane rejestrowe */
.cta-legal { text-align: right; }
.cta-legal-name {
  font-size: 14px; font-weight: 700;
  color: var(--navy); opacity: .8;
  margin-bottom: 10px; letter-spacing: -.01em;
}
.cta-nip {
  font-size: 13px; color: var(--tx); opacity: .5;
  line-height: 2; font-weight: 500;
}

/* ══════════════════════════════════════════════
   8. ZAKUP
══════════════════════════════════════════════ */
.purchase {
  padding: 80px 0 72px;
  border-top: 1px solid rgba(13,27,62,.07);
}
.purchase-hd { max-width: 740px; margin-bottom: 52px; }
.purchase-body {
  display: grid; grid-template-columns: 1fr 340px; gap: 72px; align-items: start;
}
.purchase-tx p {
  font-size: 18px; color: var(--tx); line-height: 1.78;
}
.purchase-tx p + p { margin-top: 16px; }
.purchase-cta {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  margin-top: 36px;
}
.purchase-note {
  font-size: 14px; color: var(--tx); opacity: .5; font-weight: 500;
}
.purchase-facts {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.pf {
  background: var(--gr);
  border-radius: var(--lg);
  padding: 24px 20px;
  text-align: center;
  border: 1.5px solid transparent;
  transition: border-color .2s, box-shadow .2s;
}
.pf:hover { border-color: var(--bm); box-shadow: var(--sh); }
.pf-val {
  display: block;
  font-size: 32px; font-weight: 700; color: var(--navy);
  letter-spacing: -.03em; line-height: 1; margin-bottom: 6px;
}
.pf-lbl {
  font-size: 12px; font-weight: 600; color: var(--tx);
  opacity: .55; line-height: 1.3;
}

/* ══════════════════════════════════════════════
   GALERIA – 3D fan
══════════════════════════════════════════════ */
.gallery-sec {
  padding: 80px 0 96px;
  border-top: 1px solid rgba(13,27,62,.07);
  overflow: hidden;
}
.gallery-hd {
  text-align: center; margin-bottom: 56px;
}
.fan-stage {
  perspective: 1400px;
  perspective-origin: 50% 40%;
  overflow: visible;
  display: flex;
  justify-content: center;
}
.fan-wrap {
  position: relative;
  height: 360px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fan-card {
  position: absolute;
  width: 240px;
  height: 310px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(13,27,62,.25);
  cursor: pointer;
  will-change: transform, opacity;
  transition: transform .65s cubic-bezier(.34,1.2,.64,1), opacity .5s ease, box-shadow .4s ease;
}
.fan-card img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  pointer-events: none;
}

/* pozycje: -3 do 3, 0 = centrum */
.fan-card[data-pos="0"]  {
  transform: rotateY(0deg) translateZ(60px) scale(1);
  z-index: 7; opacity: 1;
  box-shadow: 0 28px 80px rgba(13,27,62,.35);
}
.fan-card[data-pos="1"]  { transform: rotateY(-22deg) translateX(220px) translateZ(-10px) scale(.93); z-index: 6; opacity: .92; }
.fan-card[data-pos="-1"] { transform: rotateY(22deg)  translateX(-220px) translateZ(-10px) scale(.93); z-index: 6; opacity: .92; }
.fan-card[data-pos="2"]  { transform: rotateY(-40deg) translateX(390px) translateZ(-80px) scale(.82); z-index: 5; opacity: .75; }
.fan-card[data-pos="-2"] { transform: rotateY(40deg)  translateX(-390px) translateZ(-80px) scale(.82); z-index: 5; opacity: .75; }
.fan-card[data-pos="3"]  { transform: rotateY(-54deg) translateX(520px) translateZ(-160px) scale(.70); z-index: 4; opacity: .50; }
.fan-card[data-pos="-3"] { transform: rotateY(54deg)  translateX(-520px) translateZ(-160px) scale(.70); z-index: 4; opacity: .50; }

/* ══════════════════════════════════════════════
   VIDEO
══════════════════════════════════════════════ */
.vid-sec {
  padding: 80px 0 12px;
}
.vid-wrap {
  position: relative;
  border-radius: var(--xl);
  overflow: hidden;
  background: var(--navy);
  box-shadow: 0 24px 80px rgba(13,27,62,.28);
  aspect-ratio: 16/9;
  cursor: pointer;
}
.vid-player {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  border-radius: var(--xl);
}
.vid-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(
    to top,
    rgba(13,27,62,.55) 0%,
    rgba(13,27,62,.10) 50%,
    rgba(13,27,62,.25) 100%
  );
  transition: opacity .3s ease;
}
.vid-overlay.hidden { opacity: 0; pointer-events: none; }
.vid-play-btn {
  background: none; border: none; cursor: pointer; padding: 0;
  transition: transform .2s ease;
}
.vid-play-btn:hover { transform: scale(1.12); }
.vid-play-btn svg {
  width: 88px; height: 88px;
  filter: drop-shadow(0 4px 20px rgba(0,0,0,.4));
}
.vid-play-btn circle { transition: fill .2s; }
.vid-play-btn:hover circle { fill: rgba(255,255,255,.25); }

/* ══════════════════════════════════════════════
   LIGHTBOX
══════════════════════════════════════════════ */
.lb {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(6,14,40,.92);
  backdrop-filter: blur(12px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity .35s ease;
}
.lb.open {
  opacity: 1; pointer-events: all;
}
.lb-img {
  max-width: min(90vw, 1100px);
  max-height: 88vh;
  width: auto; height: auto;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 32px 100px rgba(0,0,0,.6);
  transform: scale(.88);
  transition: transform .4s cubic-bezier(.34,1.2,.64,1);
}
.lb.open .lb-img { transform: scale(1); }
.lb-close {
  position: absolute; top: 24px; right: 28px;
  width: 44px; height: 44px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: #fff; font-size: 18px;
  cursor: pointer; display: flex;
  align-items: center; justify-content: center;
  transition: background .18s;
}
.lb-close:hover { background: rgba(255,255,255,.25); }

/* ══════════════════════════════════════════════
   TABLET  ≤ 960px
══════════════════════════════════════════════ */
@media (max-width: 960px) {
  .wrap { padding: 0 24px; }

  /* hero */
  .hero-logo { width: 110px; height: auto; }
  .hero-body { max-width: 500px; }

  /* o nas */
  .about { grid-template-columns: 1fr; gap: 36px; padding: 64px 0; }
  .about-img { max-width: 100%; aspect-ratio: 16/9; }

  /* czym jest */
  .czym-content { padding: 56px 48px 0; }
  .czym-grid { padding-bottom: 44px; }
  .czym-right { grid-template-columns: 1fr; gap: 20px; }
  .czym-feats { grid-template-columns: 1fr; margin: 0 -48px; }
  .czym-feat + .czym-feat { border-left: none; border-top: 1px solid rgba(255,255,255,.08); }

  /* korzyści */
  .cards3 { grid-template-columns: 1fr 1fr; }

  /* atuty */
  .atuty { padding: 56px 48px; }
  .atuty-layout { grid-template-columns: 1fr; gap: 44px; align-items: start; }
  .atuty-dec { font-size: 80px; }
  .atuty-list { grid-template-columns: 1fr 1fr; }

  /* specs */
  .specs-lay { grid-template-columns: 1fr 220px 1fr; gap: 16px; }
  .specs-col { display: grid; grid-template-columns: 1fr; gap: 12px; }

  /* zastosowania */
  .apps-cards { grid-template-columns: 1fr 1fr; }

  /* zakup */
  .purchase { padding: 56px 0; }
  .purchase-wrap { grid-template-columns: 1fr; gap: 36px; padding: 48px 40px; }
  .purchase-stats { grid-template-columns: repeat(4,1fr); }
  .purchase-img { aspect-ratio: 16/7; }

  /* wynajem */
  .ro { grid-template-columns: 80px 1fr auto; gap: 24px; }

  /* footer */
  .cta-top-inner { grid-template-columns: 1fr; gap: 36px; }
  .cta-bottom-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .cta-legal { text-align: left; }
  .cta-legal-name { font-size: 13px; }
}

/* ══════════════════════════════════════════════
   MOBILE  ≤ 600px
══════════════════════════════════════════════ */
@media (max-width: 600px) {
  :root { --xl: 20px; --lg: 14px; }
  .wrap { padding: 0 20px; }
  .es { padding: 0 0 48px; }

  /* globalne fonty */
  h2.h { font-size: clamp(24px,7vw,34px); }
  .lead { font-size: 16px; }
  .btn  { padding: 14px 26px; font-size: 15px; }

  /* hero */
  .hero-inner { padding: 32px 20px; min-height: 100svh; }
  .hero-body  { max-width: 100%; padding: 44px 0 36px; }
  .hero-logo  { width: 80px; height: auto; }
  .hero-est   { display: none; }
  .hero-bg    { background-position: center center; }
  .hero::before {
    background: linear-gradient(
      160deg,
      rgba(6,14,40,.97) 0%,
      rgba(7,16,46,.92) 40%,
      rgba(7,16,46,.82) 70%,
      rgba(7,16,46,.68) 100%
    );
  }
  .hero-badge { white-space: normal; font-size: 13px; padding: 7px 14px 7px 10px; line-height: 1.4; }
  .hero-badge .dot { flex-shrink: 0; }
  .hero h1    { font-size: clamp(30px,8vw,44px); }
  .hero h1 em { font-size: clamp(26px,7vw,38px); }
  .hero-sub   { font-size: 16px; margin-bottom: 32px; }
  .hero-acts  { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero-foot  { gap: 12px 20px; margin-top: 0; padding-top: 24px; flex-wrap: wrap; }
  .hero-foot-sep { display: none; }
  .hero-stat  { padding: 0; }
  .hero-stat-num { font-size: 18px; }

  /* o nas */
  .about { padding: 52px 0; gap: 28px; }
  .about-img { display: none; }
  .about-list { gap: 8px; }
  .about-li { font-size: 15px; }

  /* czym jest */
  .czym-content { padding: 44px 20px 0; }
  .czym-grid { padding-bottom: 32px; }
  .czym-right { grid-template-columns: 1fr; }
  .czym-content h2 { font-size: clamp(22px,6.5vw,32px); }
  .czym-sub { font-size: 16px; }
  .czym-right p { font-size: 16px; }
  .czym-num { font-size: 52px; }
  .czym-feats { grid-template-columns: 1fr; margin: 0 -20px; }
  .czym-feat { padding: 22px 20px; }
  .czym-feat-name { font-size: 14px; }

  /* korzyści */
  .offer { padding: 52px 0; }
  .cards3 { grid-template-columns: 1fr; gap: 14px; }
  .card { padding: 28px 24px; }
  .card h3 { font-size: 20px; }
  .card p  { font-size: 15px; }

  /* atuty */
  .atuty { padding: 44px 20px; border-radius: var(--xl); }
  .atuty-layout { gap: 36px; }
  .atuty-left h2 { font-size: clamp(22px,6.5vw,32px); }
  .atuty-intro { font-size: 15px; }
  .atuty-dec { font-size: 56px; }
  .atuty-list { grid-template-columns: 1fr; gap: 8px; }
  .al { padding: 13px 16px; }
  .al-t { font-size: 14px; }
  .al-check { width: 22px; height: 22px; min-width: 22px; }

  /* specs */
  .specs { padding: 52px 0; }
  .specs-lay { grid-template-columns: 1fr; }
  .specs-mid { display: none; }
  .specs-hd h2.h { font-size: clamp(22px,6.5vw,32px); }
  .specs-col { grid-template-columns: 1fr; gap: 10px; }
  .sb { padding: 18px 20px; }
  .sv { font-size: 18px; }

  /* zastosowania */
  .apps { padding: 52px 0; }
  .apps-cards { grid-template-columns: 1fr; }
  .ac { padding: 36px 28px; }

  /* zakup */
  .purchase { padding: 44px 0; }
  .purchase-wrap { grid-template-columns: 1fr; padding: 36px 24px; gap: 32px; }
  .purchase-stats { grid-template-columns: 1fr 1fr; }
  .purchase-cta { flex-direction: column; align-items: flex-start; gap: 12px; }

  /* wynajem */
  .rental { padding: 52px 0; }
  .ro { grid-template-columns: 1fr; gap: 10px; padding: 24px 0; }
  .ro-left { display: flex; align-items: center; gap: 12px; text-align: left; }
  .ro-ico { margin-bottom: 0; font-size: 24px; }
  .ro-cta { align-self: flex-start; }

  /* klienci – trust bar jest już responsywny przez clamp() */

  /* footer */
  .cta-top { padding: 52px 0 44px; }
  .cta-top-inner { padding: 0 20px; }
  .cta h2 { font-size: clamp(22px,6.5vw,32px); }
  .cta .sub { font-size: 16px; margin-bottom: 28px; }
  .cta-btns { flex-direction: column; align-items: flex-start; gap: 12px; }
  .cta-contact-box { padding: 24px 20px; }
  .cta-phone-link { font-size: 16px; }
  .cta-bottom { padding: 32px 0; }
  .cta-bottom-inner { grid-template-columns: 1fr; gap: 24px; padding: 0 20px; }
  .cta-legal { text-align: left; }
  .cta-logo img { height: 24px; }
  .cta { border-radius: 0; }
}

/* ══════════════════════════════════════════════
   ANIMACJE
══════════════════════════════════════════════ */

/* — hero wejście na load — */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes ruleGrow {
  from { width: 0; opacity: 0; }
  to   { width: 52px; opacity: 1; }
}

.hero-top   { animation: fadeIn  .7s ease both; animation-delay: .1s; }
.hero-badge { animation: fadeUp  .6s ease both; animation-delay: .35s; }
.hero h1    { animation: fadeUp  .7s ease both; animation-delay: .55s; }
.hero-rule  { animation: ruleGrow .6s ease both; animation-delay: .85s; }
.hero-sub   { animation: fadeUp  .6s ease both; animation-delay: .95s; }
.hero-acts  { animation: fadeUp  .6s ease both; animation-delay: 1.1s; }
.hero-foot  { animation: fadeUp  .6s ease both; animation-delay: 1.25s; }

/* — scroll reveal — */
.sr {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s cubic-bezier(.22,.61,.36,1),
              transform .65s cubic-bezier(.22,.61,.36,1);
}
.sr.in {
  opacity: 1;
  transform: translateY(0);
}
/* opóźnienia dla rodzeństwa */
.sr-d1 { transition-delay: .08s; }
.sr-d2 { transition-delay: .16s; }
.sr-d3 { transition-delay: .24s; }
.sr-d4 { transition-delay: .32s; }
.sr-d5 { transition-delay: .40s; }
.sr-d6 { transition-delay: .48s; }
.sr-d7 { transition-delay: .56s; }
.sr-d8 { transition-delay: .64s; }
.sr-d9 { transition-delay: .72s; }
.sr-d10{ transition-delay: .80s; }
.sr-d11{ transition-delay: .88s; }
.sr-d12{ transition-delay: .96s; }

/* — kreska sekcji — */
@keyframes lineExpand {
  from { transform: scaleX(0); transform-origin: left; }
  to   { transform: scaleX(1); transform-origin: left; }
}
.lbl::after {
  content: '';
  display: block; height: 2px; width: 32px;
  background: var(--ac); margin-top: 8px; border-radius: 2px;
  transform: scaleX(0); transform-origin: left;
  transition: transform .5s cubic-bezier(.22,.61,.36,1) .3s;
}
.lbl.in::after { transform: scaleX(1); }
.lbl.w::after  { background: rgba(255,255,255,.35); }

/* — karta hover — */
.card, .sb, .ro {
  transition: transform .22s ease, box-shadow .22s ease, border-color .2s ease;
}

/* — licznik hero — */
.hero-stat-num[data-count] { transition: none; }

/* ══════════════════════════════════════════════
   NAWIGACJA – pływający pasek „glass"
   Domyślnie przezroczysta nad ciemnym hero,
   po przewinięciu – mleczne szkło z ciemnym tekstem.
══════════════════════════════════════════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  padding: 18px 0;
  transition: padding .32s cubic-bezier(.22,.61,.36,1);
  pointer-events: none;
}
.nav.scrolled { padding: 10px 0; }

.nav-inner {
  pointer-events: auto;
  max-width: 1120px; margin: 0 auto;
  padding: 0 10px 0 24px;
  height: 66px;
  display: flex; align-items: center; gap: 22px;
  border-radius: 100px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  box-shadow: 0 4px 24px rgba(6,14,40,.10);
  transition: background .32s ease, border-color .32s ease,
              box-shadow .32s ease, height .32s cubic-bezier(.22,.61,.36,1);
}
.nav.scrolled .nav-inner {
  height: 60px;
  background: rgba(255,255,255,.72);
  border-color: rgba(13,27,62,.07);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  box-shadow: 0 10px 40px rgba(13,27,62,.11);
}

/* — logo: jeden plik (czarny wordmark, przezroczyste tło).
     Nad ciemnym hero odwracamy go filtrem na biały, po przewinięciu wraca czerń.
     Jeden obrazek = brak artefaktów nakładania pod backdrop-filter. — */
.nav-logo { display: block; flex-shrink: 0; line-height: 0; }
.nav-logo img {
  display: block; width: 122px; height: auto;
  filter: invert(1) brightness(2.2);
  transition: filter .32s ease;
}
.nav.scrolled .nav-logo img { filter: none; }

.nav-menu { display: flex; align-items: center; gap: 2px; margin-left: auto; list-style: none; }
.nav-menu li { list-style: none; }
.nav-item { position: relative; }

.nav-link {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 10px 15px; border-radius: 100px;
  font-size: 15px; font-weight: 500; letter-spacing: -.005em;
  color: rgba(255,255,255,.82);
  text-decoration: none; white-space: nowrap;
  transition: background .2s, color .2s;
}
.nav-link:hover, .nav-item:hover > .nav-link { background: rgba(255,255,255,.14); color: #fff; }
.nav-link.active { color: #fff; font-weight: 600; }

.nav.scrolled .nav-link { color: var(--tx); }
.nav.scrolled .nav-link:hover,
.nav.scrolled .nav-item:hover > .nav-link { background: rgba(37,99,235,.09); color: var(--ac); }
.nav.scrolled .nav-link.active { color: var(--ac); font-weight: 600; }

.nav-link .car { width: 9px; height: 9px; opacity: .6; transition: transform .25s; }
.nav-item:hover .car { transform: rotate(180deg); }

/* — dropdown: jasna karta „glass" — */
.nav-drop {
  position: absolute; top: calc(100% + 14px); left: 50%;
  transform: translateX(-50%) translateY(-8px) scale(.97);
  min-width: 296px; padding: 10px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 20px 60px rgba(13,27,62,.20);
  opacity: 0; visibility: hidden;
  transition: opacity .25s ease, transform .25s cubic-bezier(.22,.61,.36,1), visibility .25s;
}
/* mostek, żeby kursor nie „gubił" menu w przerwie */
.nav-item.has-drop::after {
  content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 16px;
}
.nav-item:hover .nav-drop,
.nav-item:focus-within .nav-drop {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0) scale(1);
}
.nav-drop a {
  display: block; padding: 11px 15px; border-radius: 13px;
  font-size: 14.5px; font-weight: 500; color: var(--tx);
  text-decoration: none; line-height: 1.35;
  transition: background .16s, color .16s, transform .16s;
}
.nav-drop a:hover { background: rgba(37,99,235,.09); color: var(--ac); transform: translateX(3px); }
.nav-drop a.active { background: rgba(37,99,235,.09); color: var(--ac); }

/* — CTA — */
.nav-cta {
  margin-left: 6px; padding: 12px 24px; font-size: 14.5px; font-weight: 700;
  background: #fff; color: var(--navy);
  border-radius: 100px; box-shadow: 0 2px 14px rgba(6,14,40,.16);
  transition: background .2s, color .2s, transform .16s, box-shadow .2s;
}
.nav-cta:hover { background: var(--ac); color: #fff; transform: translateY(-1px); }
.nav.scrolled .nav-cta { background: var(--navy); color: #fff; }
.nav.scrolled .nav-cta:hover { background: var(--ac); }

/* — burger — */
.nav-burger {
  display: none; margin-left: auto;
  width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%; background: rgba(255,255,255,.10);
  cursor: pointer; align-items: center; justify-content: center;
  flex-direction: column; gap: 4px;
  transition: background .2s, border-color .2s;
}
.nav-burger span {
  display: block; width: 17px; height: 1.5px; border-radius: 2px;
  background: #fff; transition: transform .3s cubic-bezier(.22,.61,.36,1), opacity .2s, background .3s;
}
.nav.scrolled .nav-burger { background: rgba(13,27,62,.06); border-color: rgba(13,27,62,.10); }
.nav.scrolled .nav-burger span { background: var(--navy); }
.nav-burger.open span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

@media (max-width: 940px) {
  .nav { padding: 12px 0; }
  .nav.scrolled { padding: 8px 0; }
  .nav-inner { height: 60px; padding: 0 10px 0 18px; margin: 0 16px; }
  .nav.scrolled .nav-inner { height: 56px; }
  .nav-logo { width: 104px; height: 26px; }
  .nav-burger { display: flex; }

  .nav-menu {
    position: absolute; top: calc(100% + 12px); left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(255,255,255,.93);
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 26px; padding: 12px 14px 18px;
    box-shadow: 0 24px 60px rgba(13,27,62,.20);
    max-height: calc(100vh - 120px); overflow-y: auto;
    display: none;
  }
  .nav-menu.open { display: flex; animation: navDrop .28s cubic-bezier(.22,.61,.36,1) both; }
  @keyframes navDrop {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .nav-link {
    color: var(--navy); padding: 14px 8px; font-size: 16px; font-weight: 600;
    border-radius: 12px; justify-content: space-between;
  }
  .nav-link:hover, .nav-item:hover > .nav-link { background: transparent; color: var(--navy); }
  .nav.scrolled .nav-link { color: var(--navy); }
  .nav-item { border-bottom: 1px solid rgba(13,27,62,.07); }
  .nav-item:last-of-type { border-bottom: none; }
  .nav-item.has-drop::after { display: none; }
  .nav-drop {
    position: static; transform: none; opacity: 1; visibility: visible;
    min-width: 0; padding: 0 0 10px 12px; margin-bottom: 8px;
    background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none;
    border: none; border-left: 2px solid var(--bl); border-radius: 0; box-shadow: none;
    display: none;
  }
  .nav-item.open .nav-drop { display: block; }
  .nav-item.open .car { transform: rotate(180deg); }
  .nav-cta, .nav.scrolled .nav-cta {
    margin: 14px 0 0; justify-content: center;
    background: var(--navy); color: #fff;
  }
}
@media (max-width: 600px) {
  .nav-inner { margin: 0 12px; padding: 0 8px 0 16px; }
}

/* ══════════════════════════════════════════════
   HERO PODSTRONY
══════════════════════════════════════════════ */
.phero {
  position: relative; overflow: hidden;
  background: var(--navy);
  padding: 84px 0 88px;
}
.phero::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(37,99,235,.30) 0%, transparent 58%),
    radial-gradient(circle at 12% 92%, rgba(147,197,253,.13) 0%, transparent 60%);
  pointer-events: none;
}
.phero-inner { position: relative; z-index: 1; max-width: 1120px; margin: 0 auto; padding: 0 28px; }
.crumb {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-size: 13px; font-weight: 500; margin-bottom: 26px;
  color: rgba(255,255,255,.42);
}
.crumb a { color: rgba(255,255,255,.62); text-decoration: none; transition: color .15s; }
.crumb a:hover { color: #fff; }
.crumb .sep { opacity: .4; }
.phero h1 {
  font-size: clamp(30px,4vw,50px); font-weight: 700;
  line-height: 1.11; letter-spacing: -.022em; color: #fff;
  max-width: 840px;
}
.phero h1 em { font-family: var(--ser); font-style: italic; color: var(--bm); }
.phero-rule {
  width: 52px; height: 2px; border: none; margin: 26px 0 0;
  background: linear-gradient(to right, rgba(147,197,253,.9), transparent);
}
.phero-lead {
  font-size: 17px; color: rgba(255,255,255,.66);
  line-height: 1.8; margin-top: 24px; max-width: 800px;
}
.phero-acts { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }

/* ══════════════════════════════════════════════
   SEKCJE TREŚCI PODSTRON
══════════════════════════════════════════════ */
.sec { padding: 76px 0; }
.sec + .sec { padding-top: 0; }
.sec-inner { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
.sec h2 {
  font-size: clamp(25px,3.1vw,40px); font-weight: 700;
  line-height: 1.14; letter-spacing: -.02em; color: var(--navy);
  margin-bottom: 20px; max-width: 900px;
}
.sec h3 {
  font-size: 20px; font-weight: 700; color: var(--navy);
  letter-spacing: -.01em; margin: 32px 0 12px;
}
.sec p {
  font-size: 17px; color: var(--tx); line-height: 1.82; max-width: 860px;
}
.sec p + p { margin-top: 15px; }

/* wariant ciemny */
.sec.dark { padding: 0; }
.sec.dark .sec-box {
  background: var(--navy2); border-radius: var(--xl);
  padding: 66px 66px; position: relative; overflow: hidden;
}
.sec.dark .sec-box::after {
  content: ''; position: absolute; right: -110px; bottom: -110px;
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.22) 0%, transparent 65%);
  pointer-events: none;
}
.sec.dark .sec-box > * { position: relative; z-index: 1; }
.sec.dark h2, .sec.dark h3 { color: #fff; }
.sec.dark h2 em { color: var(--bm); }
.sec.dark p { color: rgba(255,255,255,.70); }

/* wariant jasnoniebieski */
.sec.tint { padding: 0; }
.sec.tint .sec-box {
  background: var(--gr); border-radius: var(--xl); padding: 60px 60px;
}

/* listy jako check-grid */
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.checks.one { grid-template-columns: 1fr; }
.chk {
  display: flex; align-items: flex-start; gap: 13px;
  padding: 16px 20px; border-radius: var(--md);
  background: var(--gr); border: 1px solid rgba(37,99,235,.10);
  transition: background .18s, border-color .18s, transform .18s;
}
.chk:hover { background: #e8f0fe; border-color: var(--bm); transform: translateY(-1px); }
.chk-i {
  width: 24px; height: 24px; min-width: 24px; margin-top: 1px;
  background: var(--ac); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.chk-i svg { width: 12px; height: 12px; }
.chk-t { font-size: 15.5px; font-weight: 500; color: var(--tx); line-height: 1.55; }

.sec.dark .chk { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.09); }
.sec.dark .chk:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.17); }
.sec.dark .chk-t { color: rgba(255,255,255,.90); }
.sec.tint .chk { background: #fff; }

/* obrazek w treści */
.sec-img {
  border-radius: var(--xl); overflow: hidden;
  box-shadow: var(--sh); margin-top: 34px;
}
.sec-img img { width: 100%; height: auto; display: block; }

/* ══════════════════════════════════════════════
   BLOG
══════════════════════════════════════════════ */
.posts { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.post-card {
  display: flex; flex-direction: column;
  background: var(--gr); border-radius: var(--xl);
  padding: 36px 32px; text-decoration: none;
  border: 1.5px solid transparent;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--sh); border-color: var(--bm); }
.post-date {
  font-size: 12px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ac); margin-bottom: 14px;
}
.post-card h2 {
  font-size: 21px; font-weight: 700; color: var(--navy);
  line-height: 1.28; letter-spacing: -.012em; margin-bottom: 12px;
}
.post-card p { font-size: 15.5px; color: var(--tx); line-height: 1.7; flex: 1; }
.post-more {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 22px;
  font-size: 14px; font-weight: 700; color: var(--ac);
}

/* spis treści wpisu */
.toc {
  background: var(--gr); border-radius: var(--lg);
  border-left: 3px solid var(--ac);
  padding: 26px 30px; margin: 32px 0 0; max-width: 860px;
}
.toc-t {
  font-size: 12px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ac); margin-bottom: 14px;
}
.toc ol { margin: 0; padding-left: 20px; }
.toc li { font-size: 15.5px; color: var(--tx); line-height: 1.75; }

/* ══════════════════════════════════════════════
   GALERIA – siatka
══════════════════════════════════════════════ */
.gal-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 16px;
}
.gal-it {
  border-radius: var(--lg); overflow: hidden; cursor: pointer;
  aspect-ratio: 4/3; background: var(--gr);
  box-shadow: 0 4px 20px rgba(13,27,62,.09);
  transition: transform .22s, box-shadow .22s;
}
.gal-it:hover { transform: translateY(-4px); box-shadow: 0 16px 44px rgba(13,27,62,.2); }
.gal-it img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ══════════════════════════════════════════════
   KONTAKT
══════════════════════════════════════════════ */
.kont-lay { display: grid; grid-template-columns: 1fr 420px; gap: 56px; align-items: start; }
.kont-card {
  background: var(--gr); border-radius: var(--xl); padding: 40px 38px;
}
.kont-row { display: flex; align-items: flex-start; gap: 14px; }
.kont-row + .kont-row { margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(13,27,62,.08); }
.kont-ico {
  width: 38px; height: 38px; min-width: 38px; border-radius: 50%;
  background: var(--ac); display: flex; align-items: center; justify-content: center;
}
.kont-ico svg { width: 17px; height: 17px; fill: #fff; }
.kont-k {
  font-size: 11px; font-weight: 700; letter-spacing: .13em;
  text-transform: uppercase; color: var(--tx); opacity: .55; margin-bottom: 5px;
}
.kont-v { font-size: 17px; font-weight: 600; color: var(--navy); line-height: 1.5; }
.kont-v a { color: var(--navy); text-decoration: none; transition: color .15s; }
.kont-v a:hover { color: var(--ac); }
.kont-map {
  border-radius: var(--xl); overflow: hidden; box-shadow: var(--sh);
  aspect-ratio: 4/3;
}
.kont-map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ══════════════════════════════════════════════
   PASEK CTA NA DOLE PODSTRON
══════════════════════════════════════════════ */
.midcta { padding: 76px 0 0; }
.midcta-box {
  background: var(--bl); border-radius: var(--xl);
  padding: 54px 60px;
  display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
}
.midcta h2 { font-size: clamp(23px,2.6vw,34px); font-weight: 700; color: var(--navy); line-height: 1.15; letter-spacing: -.02em; }
.midcta p { font-size: 16.5px; color: var(--tx); line-height: 1.7; margin-top: 10px; max-width: 620px; }
.midcta-acts { display: flex; flex-direction: column; gap: 12px; }

/* ══════════════════════════════════════════════
   LINKI POWIĄZANE
══════════════════════════════════════════════ */
.rel { padding: 76px 0 0; }
.rel-hd { margin-bottom: 30px; }
.rel-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.rel-a {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 20px 24px; border-radius: var(--md);
  background: var(--gr); border: 1.5px solid transparent;
  font-size: 15.5px; font-weight: 600; color: var(--navy);
  text-decoration: none; line-height: 1.4;
  transition: border-color .18s, transform .18s, background .18s;
}
.rel-a:hover { border-color: var(--bm); background: #e8f0fe; transform: translateY(-2px); }
.rel-a .arr { color: var(--ac); flex-shrink: 0; font-weight: 700; }

/* ══════════════════════════════════════════════
   RESPONSYWNOŚĆ PODSTRON
══════════════════════════════════════════════ */
@media (max-width: 960px) {
  .phero { padding: 60px 0 64px; }
  .phero-inner, .sec-inner { padding: 0 24px; }
  .sec { padding: 60px 0; }
  .sec.dark .sec-box { padding: 48px 40px; }
  .sec.tint .sec-box { padding: 44px 36px; }
  .checks { grid-template-columns: 1fr; }
  .posts { grid-template-columns: 1fr; }
  .gal-grid { grid-template-columns: repeat(2,1fr); }
  .kont-lay { grid-template-columns: 1fr; gap: 36px; }
  .midcta-box { grid-template-columns: 1fr; padding: 44px 40px; gap: 28px; }
  .midcta-acts { flex-direction: row; flex-wrap: wrap; }
  .rel-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .phero { padding: 44px 0 48px; }
  .phero-inner, .sec-inner { padding: 0 20px; }
  .phero h1 { font-size: clamp(26px,7.4vw,36px); }
  .phero-lead { font-size: 16px; }
  .phero-acts { flex-direction: column; align-items: stretch; }
  .phero-acts .btn { justify-content: center; }
  .crumb { font-size: 12px; margin-bottom: 20px; }
  .sec { padding: 44px 0; }
  .sec h2 { font-size: clamp(22px,6.4vw,30px); }
  .sec h3 { font-size: 18px; }
  .sec p { font-size: 16px; }
  .sec.dark .sec-box { padding: 36px 22px; }
  .sec.tint .sec-box { padding: 32px 22px; }
  .chk { padding: 14px 16px; }
  .chk-t { font-size: 15px; }
  .gal-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .post-card { padding: 28px 24px; }
  .post-card h2 { font-size: 19px; }
  .midcta { padding: 44px 0 0; }
  .midcta-box { padding: 32px 22px; }
  .midcta-acts { flex-direction: column; }
  .midcta-acts .btn { justify-content: center; }
  .rel { padding: 44px 0 0; }
  .rel-grid { grid-template-columns: 1fr; }
  .toc { padding: 22px 20px; }
  .kont-card { padding: 30px 24px; }
}

/* ── poprawki po testach wizualnych ────────────────────────── */
.nav-menu, .nav-menu li { list-style: none; }
.nav-drop a { text-decoration: none; }

/* odstęp między sekcjami o różnych wariantach */
.sec.dark + .sec, .sec.tint + .sec { padding-top: 76px; }
.sec .checks + p, .sec .sec-img + p { margin-top: 26px; }
.sec h2 + .checks { margin-top: 22px; }

/* nie pozwól niczemu rozpychać strony w poziomie */
html, body { max-width: 100%; overflow-x: hidden; }
img, video, iframe { max-width: 100%; }

@media (max-width: 960px) {
  .sec.dark + .sec, .sec.tint + .sec { padding-top: 60px; }
}
@media (max-width: 600px) {
  .sec.dark + .sec, .sec.tint + .sec { padding-top: 44px; }
}

/* odsunięcie zawartości hero strony głównej spod pływającego paska */
.hero-inner { padding-top: 112px; }
@media (max-width: 940px) { .hero-inner { padding-top: 92px; } }
@media (max-width: 600px)  { .hero-inner { padding-top: 84px; } }

/* odsunięcie hero podstron spod pływającego paska (musi być na końcu pliku) */
.phero { padding-top: 168px; padding-bottom: 92px; }
@media (max-width: 940px) { .phero { padding-top: 126px; padding-bottom: 68px; } }
@media (max-width: 600px)  { .phero { padding-top: 112px; padding-bottom: 52px; } }

/* ══════════════════════════════════════════════
   ODDECH PRZED STOPKĄ
   Stopka jest jasnoniebieska – sekcja tuż nad nią
   nie może się z nią stykać ani mieć tego samego tła.
══════════════════════════════════════════════ */
.cta { margin-top: 104px; }

/* wariant boxu CTA na stronie głównej – chłodna biel zamiast błękitu stopki */
.midcta-soft .midcta-box {
  background: var(--gr);
  border: 1px solid rgba(37,99,235,.10);
}
.midcta-soft .midcta-box p { max-width: 640px; }

@media (max-width: 960px) { .cta { margin-top: 72px; } }
@media (max-width: 600px)  { .cta { margin-top: 52px; } }

/* ── lightbox: strzałki i licznik ─────────────────────────── */
.lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 54px; height: 54px; border-radius: 50%;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .18s, transform .18s, border-color .18s;
  z-index: 2;
}
.lb-nav svg { width: 22px; height: 22px; }
.lb-nav:hover { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.4); }
.lb-nav:active { transform: translateY(-50%) scale(.94); }
.lb-nav:focus-visible { outline: 2px solid var(--bm); outline-offset: 3px; }
.lb-prev { left: 28px; }
.lb-next { right: 28px; }
.lb-nav[hidden] { display: none; }

.lb-count {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  font-size: 14px; font-weight: 600; letter-spacing: .06em;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 100px; padding: 7px 18px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.lb-count[hidden] { display: none; }

/* na wąskich ekranach strzałki schodzą na dół, żeby nie zasłaniać zdjęcia */
@media (max-width: 720px) {
  .lb-img { max-width: 94vw; max-height: 74vh; }
  .lb-nav { top: auto; bottom: 24px; transform: none; width: 48px; height: 48px; }
  .lb-nav:active { transform: scale(.94); }
  .lb-prev { left: calc(50% - 84px); }
  .lb-next { right: calc(50% - 84px); }
  .lb-count { bottom: 88px; }
  .lb-close { top: 16px; right: 16px; }
}

/* ══════════════════════════════════════════════
   FORMULARZ KONTAKTOWY
══════════════════════════════════════════════ */
.cf { display: flex; flex-direction: column; gap: 16px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cf-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.cf-field label {
  font-size: 13px; font-weight: 700; letter-spacing: .04em;
  color: var(--navy); display: flex; align-items: baseline; gap: 6px;
}
.cf-req { color: var(--ac); font-weight: 700; }
.cf-opt {
  font-size: 11px; font-weight: 500; letter-spacing: .06em;
  text-transform: uppercase; color: var(--tx); opacity: .45;
}
.cf input, .cf textarea {
  width: 100%; font-family: var(--sans); font-size: 16px; color: var(--navy);
  background: #fff; border: 1.5px solid rgba(13,27,62,.14);
  border-radius: 14px; padding: 14px 16px; line-height: 1.5;
  transition: border-color .18s, box-shadow .18s, background .18s;
}
.cf textarea { resize: vertical; min-height: 122px; }
.cf input::placeholder, .cf textarea::placeholder { color: rgba(30,58,95,.38); }
.cf input:hover, .cf textarea:hover { border-color: rgba(13,27,62,.26); }
.cf input:focus, .cf textarea:focus {
  outline: none; border-color: var(--ac);
  box-shadow: 0 0 0 4px rgba(37,99,235,.13);
}
.cf .bad {
  border-color: #DC2626;
  box-shadow: 0 0 0 4px rgba(220,38,38,.10);
}
.cf-err {
  font-size: 13px; color: #DC2626; font-weight: 500; min-height: 0;
  display: none;
}
.cf-err.on { display: block; }

/* pułapka na boty – niewidoczna, ale nie display:none (boty to omijają) */
.cf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.cf-foot {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 4px;
}
.cf-submit { position: relative; min-width: 190px; justify-content: center; }
.cf-submit[disabled] { opacity: .6; cursor: default; }
.cf-spin {
  display: none; width: 15px; height: 15px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.35); border-top-color: #fff;
  animation: cfspin .7s linear infinite;
}
.cf.sending .cf-spin { display: inline-block; }
@keyframes cfspin { to { transform: rotate(360deg); } }
.cf-note { font-size: 13px; color: var(--tx); opacity: .6; line-height: 1.55; flex: 1; min-width: 190px; }
.cf-rodo { font-size: 11.5px; color: var(--tx); opacity: .5; line-height: 1.6; }

.cf-status { font-size: 15px; font-weight: 600; line-height: 1.6; display: none; }
.cf-status.ok, .cf-status.fail { display: block; padding: 14px 16px; border-radius: 14px; }
.cf-status.ok   { background: rgba(34,167,123,.10); color: #12805C; border: 1px solid rgba(34,167,123,.24); }
.cf-status.fail { background: rgba(220,38,38,.08);  color: #B91C1C; border: 1px solid rgba(220,38,38,.20); }

/* ── okno modalne ─────────────────────────────── */
.cfm {
  position: fixed; inset: 0; z-index: 9998;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  background: rgba(6,14,40,.62);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  opacity: 0; transition: opacity .28s ease;
}
.cfm[hidden] { display: none; }
.cfm.open { opacity: 1; }

.cfm-card {
  position: relative;
  width: min(880px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 40px 110px rgba(6,14,40,.42);
  transform: translateY(16px) scale(.98);
  transition: transform .34s cubic-bezier(.22,.61,.36,1);
  display: grid; grid-template-columns: 300px 1fr;
}
.cfm.open .cfm-card { transform: translateY(0) scale(1); }

.cfm-head {
  background: var(--navy);
  padding: 42px 34px;
  border-radius: 28px 0 0 28px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
}
.cfm-head::after {
  content: ''; position: absolute; right: -90px; top: -70px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.34) 0%, transparent 66%);
  pointer-events: none;
}
.cfm-head > * { position: relative; z-index: 1; }
.cfm-badge {
  display: inline-block; align-self: flex-start;
  font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--bm); margin-bottom: 16px;
}
.cfm-head h2 {
  font-size: 30px; font-weight: 700; color: #fff;
  line-height: 1.14; letter-spacing: -.02em; margin-bottom: 12px;
}
.cfm-head p { font-size: 15px; color: rgba(255,255,255,.62); line-height: 1.7; }
.cfm-tel {
  margin-top: 26px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.13);
  display: flex; flex-direction: column; gap: 8px;
}
.cfm-tel a {
  font-size: 17px; font-weight: 700; color: #fff; text-decoration: none;
  letter-spacing: -.01em; transition: color .16s;
}
.cfm-tel a:hover { color: var(--bm); }
.cfm-sep { display: none; }

.cfm-body { padding: 40px 38px; }

.cfm-x {
  position: absolute; top: 16px; right: 18px; z-index: 3;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(13,27,62,.07); border: 1px solid rgba(13,27,62,.10);
  color: var(--navy); font-size: 15px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .18s, transform .18s;
}
.cfm-x:hover { background: rgba(13,27,62,.14); transform: rotate(90deg); }

/* ── formularz na stronie kontaktu ────────────── */
.kont-form-card {
  background: #fff; border: 1.5px solid rgba(13,27,62,.09);
  border-radius: var(--xl); padding: 40px 38px;
  box-shadow: 0 10px 40px rgba(13,27,62,.06);
}
.kont-form-card h2 {
  font-size: 26px; font-weight: 700; color: var(--navy);
  letter-spacing: -.02em; margin-bottom: 8px;
}
.kont-form-sub { font-size: 16px; color: var(--tx); line-height: 1.7; margin-bottom: 26px; }
.kont-side { display: flex; flex-direction: column; gap: 20px; }

@media (max-width: 960px) {
  .cfm-card { grid-template-columns: 1fr; }
  .cfm-head { border-radius: 28px 28px 0 0; padding: 32px 28px; }
  .cfm-head h2 { font-size: 25px; }
  .cfm-tel { flex-direction: row; align-items: center; gap: 14px; }
  .cfm-sep { display: block; width: 1px; height: 16px; background: rgba(255,255,255,.2); }
  .cfm-body { padding: 30px 28px; }
}
@media (max-width: 600px) {
  .cfm { padding: 12px; }
  .cfm-card { border-radius: 22px; max-height: calc(100vh - 24px); }
  .cfm-head { border-radius: 22px 22px 0 0; padding: 26px 22px; }
  .cfm-body { padding: 24px 20px; }
  .cf-row { grid-template-columns: 1fr; }
  .cf-foot { flex-direction: column; align-items: stretch; }
  .cf-submit { width: 100%; }
  .kont-form-card { padding: 28px 22px; }
  .kont-form-card h2 { font-size: 22px; }
}

/* ══════════════════════════════════════════════
   HERO PODSTRON ZE ZDJĘCIEM
   Zdjęcie w tle + mocny gradient, żeby tekst
   zachował kontrast niezależnie od fotografii.
══════════════════════════════════════════════ */
.phero.has-img { position: relative; overflow: hidden; }
.phero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover;
  background-position: center 42%;
  transform: scale(1.03);
}
.phero.has-img::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    100deg,
    rgba(9,17,44,.96) 0%,
    rgba(9,17,44,.90) 34%,
    rgba(11,22,58,.72) 58%,
    rgba(11,22,58,.42) 80%,
    rgba(11,22,58,.30) 100%
  );
  pointer-events: none;
}
.phero.has-img::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(circle at 82% 22%, rgba(37,99,235,.26) 0%, transparent 58%);
  pointer-events: none;
}
.phero.has-img .phero-inner { position: relative; z-index: 2; }
.phero.has-img h1 { text-shadow: 0 2px 24px rgba(6,14,40,.45); }

@media (max-width: 760px) {
  /* na wąskim ekranie tekst zajmuje całą szerokość – przyciemniamy mocniej */
  .phero.has-img::before {
    background: linear-gradient(
      170deg,
      rgba(9,17,44,.95) 0%,
      rgba(9,17,44,.90) 45%,
      rgba(11,22,58,.86) 100%
    );
  }
  .phero-bg { background-position: center center; }
}

/* ── telefon w pasku (widoczny na mobile) ───────────────── */
.nav-call {
  display: none; margin-left: auto;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
  align-items: center; justify-content: center;
  text-decoration: none; flex-shrink: 0;
  transition: background .2s, border-color .2s;
}
.nav-call svg { width: 18px; height: 18px; fill: #fff; }
.nav.scrolled .nav-call { background: var(--ac); border-color: var(--ac); }
.nav.scrolled .nav-call svg { fill: #fff; }
.nav-call:hover { background: var(--ac); border-color: var(--ac); }
@media (max-width: 940px) {
  .nav-call { display: flex; margin-left: auto; }
  .nav-burger { margin-left: 10px; }
}

/* ══════════════════════════════════════════════
   OGRANICZONY RUCH
   Gdy użytkownik ma w systemie włączone
   „ogranicz animacje”, wyłączamy ruch tła,
   karuzelę i przewijanie logotypów.
══════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .hero-bg { animation: none !important; transform: none !important; }
  .cta::before, .cta::after, .cta .cta-blob3 { animation: none !important; }
  .marquee-inner { animation: none !important; }
  .hero-badge .dot { animation: none !important; }
  .phero-bg { transform: none !important; }
  /* elementy pojawiające się przy przewijaniu mają być po prostu widoczne */
  .sr { opacity: 1 !important; transform: none !important; }
  .fan-card { transition: none !important; }
}

/* znacznik kontekstu nad formularzem w oknie */
.cf-topic {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(37,99,235,.09); color: var(--ac);
  border: 1px solid rgba(37,99,235,.18);
  border-radius: 100px; padding: 8px 16px;
  font-size: 13px; font-weight: 700; letter-spacing: .01em;
  margin-bottom: 22px;
}
.cf-topic[hidden] { display: none; }

/* ══════════════════════════════════════════════
   SEKCJA „CZYM JEST SATURATOR" – korekta układu
   Siatka 1fr 1fr była zaprojektowana pod dwa akapity.
   Obecna treść ma jeden, więc zostawiała pustą połowę.
   Układ redakcyjny: nagłówek z lewej, tekst z prawej –
   szerokość wykorzystana, a wiersz zachowuje czytelną długość.
══════════════════════════════════════════════ */
.czym-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: start;
}
/* w układzie dwukolumnowym nagłówek nie potrzebuje aż tak dużego stopnia */
.czym-content h2 { font-size: clamp(26px, 2.6vw, 38px); }
.czym-left { margin-bottom: 0; }
.czym-right { grid-template-columns: 1fr; gap: 18px; }
.czym-right p { max-width: 62ch; }

@media (max-width: 960px) {
  .czym-grid { grid-template-columns: 1fr; gap: 28px; }
  .czym-right p { max-width: none; }
}

/* ── stronicowanie listy wpisów ───────────────────────────── */
.navigation.pagination { margin-top: 44px; }
.navigation.pagination .nav-links {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: center;
}
.navigation.pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 44px; height: 44px; padding: 0 16px;
  border-radius: 100px; background: var(--gr);
  border: 1.5px solid transparent;
  font-size: 15px; font-weight: 600; color: var(--navy);
  text-decoration: none; transition: background .18s, border-color .18s, color .18s;
}
.navigation.pagination .page-numbers:hover { background: #e8f0fe; border-color: var(--bm); color: var(--ac); }
.navigation.pagination .page-numbers.current { background: var(--navy); color: #fff; }
.navigation.pagination .page-numbers.dots { background: transparent; }
.navigation.pagination .screen-reader-text { position: absolute; left: -9999px; }
