/*
Theme Name: Silvery Bird 4.1
Theme URI: https://silverybird.com
Author: Silvery Bird
Author URI: https://silverybird.com
Description: Motyw agencji marketingowej Silvery Bird
Version: 4.1.6
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
Text Domain: silvery-bird
*/
/* ================================================================
   TOKENY
   ================================================================ */
:root {
  --f:        'Google Sans Flex', 'Google Sans', Arial, sans-serif;
  --ink:      #0d0f14;
  --mid:      #3c4043;
  --muted:    #6e7278;
  --white:    #ffffff;
  --surface:  #f7f8fa;
  --border:   #e3e6ea;

  --blue:     #1a73e8;
  --blue-dk:  #1558c0;
  --blue-lt:  #e8f0fe;
  --blue-lx:  #7eb4ff;   /* jasny niebieski na ciemnym tle */

  --dark-bg:  #080b14;
  --dark-card: rgba(255,255,255,.06);
  --dark-border: rgba(255,255,255,.09);

  --grad-brand: linear-gradient(135deg, #f74f7b 0%, #8b44d6 50%, #3bc6f5 100%);

  --sh:  0 2px 12px rgba(0,0,0,.07);
  --sh2: 0 8px 40px rgba(0,0,0,.13);
  --sh3: 0 20px 64px rgba(0,0,0,.18);

  --ease: cubic-bezier(.22,.6,.36,1);
  --r:    20px;
}

/* ================================================================
   RESET
   ================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f);
  background: #fff;
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ================================================================
   NAWIGACJA
   ================================================================ */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  background: rgba(8,11,20,.0);
  backdrop-filter: blur(0px);
  border-bottom: 1px solid transparent;
  transition: background .3s var(--ease), backdrop-filter .3s, border-color .3s;
}
nav.scrolled {
  background: rgba(8,11,20,.88);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom-color: rgba(255,255,255,.07);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: #fff;
  flex-shrink: 0;
}
.nav-logo-img {
  width: 34px; height: 34px;
  border-radius: 50%;
  object-fit: cover;
}
.nav-logo-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--grad-brand);
  flex-shrink: 0;
}

.nav-links {
  position: absolute;
  left: 50%; transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,.72);
  transition: color .15s;
}
.nav-links a:hover,
.nav-links a.current-menu-item { color: #fff; }

.nav-actions { display: flex; gap: 8px; align-items: center; }
.nav-btn-outline {
  font-family: var(--f);
  font-size: 14px; font-weight: 500;
  color: rgba(255,255,255,.75);
  padding: 8px 18px;
  border-radius: 100px;
  border: 1.5px solid rgba(255,255,255,.22);
  background: transparent;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  display: inline-flex; align-items: center;
}
.nav-btn-outline:hover { border-color: rgba(255,255,255,.5); color: #fff; }
.nav-btn {
  font-family: var(--f);
  font-size: 14px; font-weight: 600;
  background: var(--blue);
  color: #fff;
  padding: 9px 20px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  display: inline-flex; align-items: center;
}
.nav-btn:hover { background: var(--blue-dk); }

/* hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all .2s;
}
.nav-mobile-menu {
  display: none;
  position: fixed;
  top: 62px; left: 0; right: 0;
  background: rgba(8,11,20,.96);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 16px 24px;
  z-index: 899;
  flex-direction: column;
  gap: 2px;
}
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu a {
  font-size: 16px; font-weight: 500;
  color: rgba(255,255,255,.7);
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: color .15s;
}
.nav-mobile-menu a:last-child { border-bottom: none; }
.nav-mobile-menu a:hover { color: #fff; }

/* ================================================================
   HERO - ciemne tlo z video
   ================================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--dark-bg);
}

/* YouTube iframe jako tlo */
.hero-yt-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-yt-bg iframe {
  position: absolute;
  top: 50%; left: 50%;
  /* pokrywa każdy format kontenera landscape: szerszy niż 16:9 → skaluj po szerokości */
  width: max(100%, 177.78vh);
  height: max(100%, 56.25vw);
  transform: translate(-50%,-50%);
  pointer-events: none;
  opacity: .65;
  border: none;
}

/* Gradient przyciemniajacy - lewo ciemne (tekst), prawo jasne (widac video) */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg,
      rgba(6,8,16,.90) 0%,
      rgba(6,8,16,.70) 38%,
      rgba(6,8,16,.22) 65%,
      transparent      100%
    );
  pointer-events: none;
}

/* Tresc */
.hero-content {
  position: relative;
  z-index: 2;
  padding: 130px 80px 110px;
  max-width: 740px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue-lx);
  background: rgba(126,180,255,.1);
  border: 1px solid rgba(126,180,255,.22);
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 32px;
  width: fit-content;
  animation: aFadeUp .6s var(--ease) both;
}
.hero-tag-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--blue-lx);
  animation: aPulse 2s infinite;
  flex-shrink: 0;
}
@keyframes aPulse {
  0%,100% { opacity:1; transform:scale(1); }
  50%      { opacity:.3; transform:scale(.6); }
}

.hero h1 {
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: .94;
  color: #fff;
  margin-bottom: 28px;
  animation: aFadeUp .7s .1s var(--ease) both;
}
.hero h1 .blue { color: var(--blue-lx); }

.hero-sub {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,.55);
  max-width: 460px;
  line-height: 1.7;
  margin-bottom: 44px;
  animation: aFadeUp .7s .2s var(--ease) both;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: aFadeUp .7s .3s var(--ease) both;
}

.hero-proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 20px;
  animation: aFadeUp .7s .38s var(--ease) both;
}
.hero-proof-label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,.4);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-right: 4px;
}
.hero-proof-item {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  padding: 3px 10px;
}
.hero-proof-sep { color: rgba(255,255,255,.2); font-size: 11px; }

.hero-stats {
  display: flex;
  gap: 10px;
  margin-top: 40px;
  animation: aFadeUp .8s .45s var(--ease) both;
}
.hstat {
  flex: 1;
  padding: 20px 16px;
  text-align: center;
  border-radius: 16px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.09);
  transition: background .25s, transform .3s var(--ease);
}
.hstat:hover { background: rgba(255,255,255,.11); transform: translateY(-3px); }
.hstat-num {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -.04em;
  color: var(--blue-lx);
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}
.hstat-lab {
  font-size: 11px;
  color: rgba(255,255,255,.42);
  line-height: 1.35;
}

/* wskaznik scroll */
.hero-scroll {
  position: absolute;
  bottom: 40px; left: 80px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,.22);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  animation: aFadeUp 1s .9s var(--ease) both;
}
.hero-scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,.28), transparent);
}

/* ================================================================
   TICKER
   ================================================================ */
.ticker {
  position: relative;
  z-index: 1;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 16px 0;
  overflow: hidden;
}
.ticker-fade-l {
  position: absolute; left:0; top:0; bottom:0; width:200px; z-index:2;
  background: linear-gradient(to right, rgba(0,0,0,.7) 30%, transparent);
  display:flex; align-items:center; padding-left:28px;
}
.ticker-fade-r {
  position: absolute; right:0; top:0; bottom:0; width:80px; z-index:2;
  background: linear-gradient(to left, rgba(0,0,0,.7), transparent);
}
.ticker-label {
  font-size: 10px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255,255,255,.35); white-space: nowrap;
}
.ticker-track {
  display: flex; gap: 48px; align-items: center;
  animation: aTick 40s linear infinite;
  width: max-content;
  padding-left: 220px;
}
@keyframes aTick { to { transform: translateX(-50%); } }
.ticker-item {
  font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,.75); white-space: nowrap;
}

/* ================================================================
   LAYOUT
   ================================================================ */
.section      { position: relative; z-index: 1; padding: 100px 48px; max-width: 1120px; margin: 0 auto; }
.section-sm   { position: relative; z-index: 1; padding: 72px 48px; max-width: 1120px; margin: 0 auto; }
.section-full { position: relative; z-index: 1; }
.bg-surf      { background: rgba(247,248,250,.7); }

/* ================================================================
   GLASSMORPHISM CARD
   ================================================================ */
.gc {
  background: rgba(255,255,255,.8);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: var(--sh);
  border-radius: var(--r);
  transition: box-shadow .35s var(--ease), transform .35s var(--ease);
}
.gc:hover { box-shadow: var(--sh2); transform: translateY(-4px); }

/* ================================================================
   TYPOGRAFIA SEKCJI
   ================================================================ */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 16px;
}
.kicker::before {
  content: '';
  width: 22px; height: 2px;
  background: var(--blue);
  border-radius: 2px;
  flex-shrink: 0;
}
.title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.0;
  color: var(--ink);
  margin-bottom: 18px;
}
.title .blue { color: var(--blue); }
.desc {
  font-size: 17px;
  color: var(--muted);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 52px;
}

/* ================================================================
   PRZYCISKI
   ================================================================ */
.btn-dark {
  font-family: var(--f);
  font-size: 15px; font-weight: 600;
  background: var(--blue);
  color: #fff;
  padding: 15px 32px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .3s var(--ease);
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(26,115,232,.3);
}
.btn-dark:hover { background: var(--blue-dk); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(26,115,232,.45); }

.btn-ghost {
  font-family: var(--f);
  font-size: 15px; font-weight: 500;
  color: var(--mid);
  border: 1.5px solid var(--border);
  padding: 14px 30px;
  border-radius: 100px;
  background: rgba(255,255,255,.85);
  display: inline-flex; align-items: center; gap: 8px;
  cursor: pointer;
  transition: all .3s var(--ease);
  text-decoration: none;
}
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-lt); transform: translateY(-2px); }

/* ghost na ciemnym tle */
.btn-ghost-dark {
  font-family: var(--f);
  font-size: 15px; font-weight: 500;
  color: rgba(255,255,255,.78);
  border: 1.5px solid rgba(255,255,255,.22);
  padding: 14px 30px;
  border-radius: 100px;
  background: rgba(255,255,255,.06);
  display: inline-flex; align-items: center; gap: 8px;
  cursor: pointer;
  transition: all .3s var(--ease);
  text-decoration: none;
}
.btn-ghost-dark:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.12); color: #fff; transform: translateY(-2px); }

.btn-white {
  font-family: var(--f);
  font-size: 16px; font-weight: 600;
  background: #fff;
  color: var(--ink);
  padding: 16px 40px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .3s var(--ease);
  text-decoration: none;
}
.btn-white:hover { background: #f0f4ff; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(255,255,255,.2); }

/* ================================================================
   USLUGI
   ================================================================ */
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; align-items: stretch; }

.scard { padding: 32px 28px; cursor: default; display: flex; flex-direction: column; gap: 16px; }
.scard:hover { transform: translateY(-6px) !important; box-shadow: var(--sh3) !important; }
.scard p { flex: 1; }
.scard-link { text-decoration: none; color: inherit; display: flex; flex-direction: column; cursor: pointer; position: relative; }
.scard-link:hover { transform: translateY(-6px) !important; box-shadow: var(--sh3) !important; }
.scard-link p { flex: 1; }
.scard-arrow { display: inline-flex; align-items: center; margin-left: 6px; color: var(--blue); opacity: 0; transition: opacity .2s, transform .2s; vertical-align: middle; }
.scard-link:hover .scard-arrow { opacity: 1; transform: translateX(3px); }

.scard-icon {
  width: 52px; height: 52px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}
.scard:hover .scard-icon { transform: scale(1.12) rotate(-4deg); }
.si-b { background: var(--blue-lt); }
.si-g { background: #e6f4ea; }
.si-y { background: #fef7e0; }
.si-r { background: #fce8e6; }

.scard h3 { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 10px; letter-spacing: -.015em; line-height: 1.3; }
.scard p  { font-size: 13px; color: var(--muted); line-height: 1.7; }
.scard-badge {
  display: inline-flex; align-self: flex-start; margin-top: auto;
  font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: var(--blue); background: var(--blue-lt);
  padding: 5px 12px; border-radius: 100px;
}

/* ================================================================
   STATYSTYKI - ciemny pasek
   ================================================================ */
.results-strip {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  background: var(--dark-bg);
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 60px;
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 24px 64px rgba(0,0,0,.2);
}
.rstat {
  padding: 44px 24px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.06);
  transition: background .3s var(--ease);
}
.rstat:last-child { border-right: none; }
.rstat:hover { background: rgba(255,255,255,.04); }

.rstat-num {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -.05em;
  color: var(--blue-lx);
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.rstat-lab { font-size: 13px; color: rgba(255,255,255,.38); line-height: 1.5; }

/* ================================================================
   PORTFOLIO / CASE STUDIES
   ================================================================ */
.cases-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 10px; }
.ccase { padding: 36px; display: flex; flex-direction: column; }
.ccase.feat {
  background: linear-gradient(150deg, rgba(26,115,232,.08) 0%, rgba(52,168,83,.05) 100%) !important;
  border-color: rgba(26,115,232,.18) !important;
}

.ctag { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); margin-bottom: 18px; display: block; }
.ccase h3 { font-size: 20px; font-weight: 700; letter-spacing: -.025em; color: var(--ink); margin-bottom: 12px; line-height: 1.25; }
.ccase.feat h3 { font-size: 28px; }
.ccase p  { font-size: 14px; color: var(--muted); line-height: 1.75; }
.ccase-video { margin-top: 20px; }

.case-result { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--border); display: flex; align-items: baseline; gap: 10px; }
.case-result-num { font-size: 40px; font-weight: 800; color: var(--blue); letter-spacing: -.04em; line-height: 1; }
.case-result-lab { font-size: 13px; color: var(--muted); }
.case-chip { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--border); font-size: 13px; font-weight: 600; color: #34a853; display: block; }

/* ================================================================
   OPINIE
   ================================================================ */
.tgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.tcard { padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.tcard-stars { color: #fbbc04; font-size: 15px; letter-spacing: 2px; }
.tcard-text { font-size: 15px; font-style: italic; color: var(--mid); line-height: 1.7; flex: 1; }
.tcard-author { display: flex; align-items: center; gap: 12px; }
.tcard-av {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--blue-lt);
  border: 2px solid rgba(26,115,232,.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: var(--blue);
  flex-shrink: 0;
}
.tcard-name { font-size: 13px; font-weight: 600; color: var(--ink); }
.tcard-co   { font-size: 12px; color: var(--muted); }

/* ================================================================
   BLOG
   ================================================================ */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.blog-hrow { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 20px; }
.blog-all  { font-size: 13px; font-weight: 600; color: var(--blue); }
.blog-all:hover { text-decoration: underline; }

.bcard { display: flex; flex-direction: column; overflow: hidden; }
.bcard-thumb { height: 140px; display: flex; align-items: center; justify-content: center; font-size: 44px; border-bottom: 1px solid rgba(0,0,0,.05); }
.bcard-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.bcat { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.bcard h3 { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 10px; line-height: 1.35; letter-spacing: -.01em; }
.bcard h3 a { color: inherit; transition: color .15s; }
.bcard h3 a:hover { color: var(--blue); }
.bcard p   { font-size: 13px; color: var(--muted); line-height: 1.65; flex: 1; margin-bottom: 16px; }
.bmeta     { font-size: 12px; color: var(--muted); margin-top: auto; }

/* ================================================================
   VIDEO REEL - fullwidth ciemna sekcja
   ================================================================ */
.video-hero-section { position: relative; z-index: 1; background: var(--dark-bg); }
.video-reel-full {
  width: 100%;
  height: clamp(380px, 56vw, 680px);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.video-reel-yt-bg {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  /* pokrywa każdy format landscape: skaluj po dłuższej osi */
  width: max(100%, 177.78vh);
  height: max(100%, 56.25vw);
  pointer-events: none;
}
.video-reel-yt-bg iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0; opacity: .8;
}
.video-reel-full video { width:100%; height:100%; object-fit:cover; opacity:.75; }
.video-reel-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  background: linear-gradient(135deg, #0a0e1a 0%, #111b2e 100%);
}
.play-big {
  width: 88px; height: 88px; border-radius: 50%;
  background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
  border: 2px solid rgba(255,255,255,.22);
  display: flex; align-items: center; justify-content: center;
  color: #fff; cursor: pointer; transition: all .25s; margin-bottom: 8px;
}
.play-big:hover { background: var(--blue); border-color: var(--blue); }
.play-big svg { width: 32px; height: 32px; margin-left: 4px; }
.reel-label { font-size: 12px; font-weight: 500; color: rgba(255,255,255,.4); letter-spacing: .06em; text-transform: uppercase; }
.reel-hint  { font-size: 16px; font-weight: 600; color: rgba(255,255,255,.75); }
.video-reel-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,.6) 100%);
  pointer-events: none;
}
.video-reel-bottom {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 32px 48px;
  display: flex; justify-content: space-between; align-items: flex-end;
}
.video-reel-info h3 { font-size: clamp(20px,3vw,32px); font-weight: 700; letter-spacing: -.03em; color: #fff; margin-bottom: 6px; }
.video-reel-info p  { font-size: 14px; color: rgba(255,255,255,.5); }
.video-count-badge {
  background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.18);
  padding: 12px 20px; border-radius: 12px; text-align: center; color: #fff;
}
.video-count-badge .num { font-size: 28px; font-weight: 700; line-height: 1; }
.video-count-badge .lab { font-size: 11px; opacity: .5; margin-top: 2px; white-space: nowrap; }

/* ================================================================
   REELS - pionowe filmy 9:16
   ================================================================ */
.section-reels { overflow: hidden; }

.reels-track-wrap {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 24px 0 48px;
  margin-left: -48px;
  margin-right: -48px;
  padding-left: 48px;
  padding-right: 48px;
}
.reels-track-wrap::-webkit-scrollbar { display: none; }
.reels-track { display: flex; gap: 18px; width: max-content; }

.reel-card { flex-shrink: 0; width: 200px; }
.reel-phone {
  position: relative;
  aspect-ratio: 9/16;
  border-radius: 20px;
  overflow: hidden;
  background: var(--dark-bg);
  box-shadow: 0 8px 32px rgba(0,0,0,.22);
  cursor: pointer;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.reel-phone:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 24px 56px rgba(0,0,0,.32); }
.reel-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.reel-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,.7));
  display: flex; align-items: center; justify-content: center;
  transition: opacity .3s;
}
.reel-play {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: var(--dark-bg);
  padding-left: 3px;
  transition: opacity .3s, transform .3s var(--ease);
}
.reel-phone.playing .reel-play { opacity: 0; transform: scale(.7); }
.reel-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px; color: #fff; z-index: 2; }
.reel-client { font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; opacity: .65; margin-bottom: 3px; }
.reel-title  { font-size: 12px; font-weight: 600; line-height: 1.3; }
/* YouTube thumbnail */
.reel-thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* YouTube iframe aktywny */
.yt-reel.yt-active .reel-info { display: none; }
/* btn-outline-dark - przycisk obwódkowy na ciemnym tle */
.btn-outline-dark {
  font-family: var(--f);
  font-size: 15px; font-weight: 600;
  background: transparent;
  color: #fff;
  padding: 15px 32px;
  border-radius: 100px;
  border: 1.5px solid rgba(255,255,255,.35);
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .25s var(--ease);
  text-decoration: none;
}
.btn-outline-dark:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* ================================================================
   SPEKTRUM
   ================================================================ */
.spektrum-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.spektrum-card {
  background: rgba(255,255,255,.85); backdrop-filter: blur(16px);
  border: 1px solid var(--border); border-radius: 16px;
  padding: 24px; display: flex; align-items: flex-start; gap: 16px;
}
.spektrum-card-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, #e8f0fe, #e6f4ea);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.spektrum-card-title { font-size: 15px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.spektrum-card-desc  { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ================================================================
   CTA + FORMULARZ
   ================================================================ */
#kontakt { padding: 0 48px 80px; }
.cta-block {
  position: relative;
  background: var(--dark-bg);
  border-radius: 28px;
  padding: 80px 72px;
  text-align: center;
  overflow: hidden;
}
.cta-block::before {
  content: '';
  position: absolute; top: -80px; left: 50%; transform: translateX(-50%);
  width: 700px; height: 420px;
  background: radial-gradient(ellipse, rgba(26,115,232,.18) 0%, transparent 68%);
  pointer-events: none;
}
.cta-block h2 {
  font-size: clamp(36px,5vw,64px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.0;
  color: #fff;
  margin-bottom: 18px;
  position: relative;
}
.cta-block h2 .accent { color: var(--blue-lx); }
.cta-block > p {
  font-size: 18px;
  color: rgba(255,255,255,.5);
  max-width: 440px;
  margin: 0 auto 44px;
  line-height: 1.7;
  position: relative;
}
.cta-contacts {
  display: flex; align-items: center; justify-content: center;
  gap: 32px; margin-top: 28px; flex-wrap: wrap; position: relative;
}
.cta-contact { display: flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,255,255,.38); }
.cta-contact a { color: rgba(255,255,255,.65); transition: color .15s; }
.cta-contact a:hover { color: #fff; }

/* Formularz */
.contact-form-wrap {
  max-width: 640px;
  margin: 36px auto 0;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  padding: 36px;
  position: relative;
}
.contact-form-wrap h3 { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 24px; letter-spacing: -.02em; }
.cf-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cf-field { display: flex; flex-direction: column; gap: 6px; }
.cf-label { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .07em; }
.cf-input, .cf-textarea {
  width: 100%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  padding: 11px 14px;
  color: #fff;
  font-size: 14px;
  font-family: var(--f);
  outline: none;
  transition: border-color .2s;
}
.cf-input::placeholder, .cf-textarea::placeholder { color: rgba(255,255,255,.28); }
.cf-input:focus, .cf-textarea:focus { border-color: rgba(126,180,255,.55); }
.cf-textarea { resize: vertical; }
.cf-rodo {
  display: flex; align-items: flex-start; gap: 12px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 10px;
  padding: 14px;
}
.cf-rodo input[type="checkbox"] { margin-top: 2px; flex-shrink: 0; accent-color: var(--blue); width: 16px; height: 16px; cursor: pointer; }
.cf-rodo label { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.6; cursor: pointer; }
.cf-rodo label a { color: var(--blue-lx); }
.cf-form { display: flex; flex-direction: column; gap: 14px; }
.cf-note { font-size: 11px; color: rgba(255,255,255,.28); text-align: center; }
.cf-success { display: none; text-align: center; padding: 24px; color: #fff; }
.cf-success.visible { display: block; }

/* ================================================================
   STOPKA
   ================================================================ */
footer {
  position: relative; z-index: 1;
  border-top: 1px solid var(--border);
  padding: 56px 48px 32px;
  background: rgba(247,248,250,.6);
}
.footer-grid {
  max-width: 1120px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 40px;
}
.footer-logo { font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 12px; letter-spacing: -.02em; display: flex; align-items: center; gap: 8px; }
.footer-logo img { width: 30px; height: 30px; border-radius: 50%; }
.footer-about { font-size: 13px; color: var(--muted); line-height: 1.7; max-width: 240px; margin-bottom: 20px; }
.footer-social { display: flex; gap: 8px; }
.footer-social a {
  width: 34px; height: 34px; border-radius: 8px;
  background: #fff; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; transition: all .2s; box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.footer-social a:hover { border-color: var(--blue); background: var(--blue-lt); }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-size: 13px; color: var(--mid); transition: color .15s; }
.footer-col ul a:hover { color: var(--blue); }
.footer-bottom {
  max-width: 1120px; margin: 0 auto;
  padding-top: 20px; border-top: 1px solid var(--border);
  display: flex; justify-content: space-between;
  font-size: 12px; color: var(--muted);
}

/* ================================================================
   BLOG SINGLE / ARCHIVE
   ================================================================ */
.blog-single { padding-top: 100px; padding-bottom: 80px; max-width: 760px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.blog-single h1 { font-size: clamp(28px,4vw,48px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; color: var(--ink); margin-bottom: 24px; }
.blog-single .post-meta { font-size: 13px; color: var(--muted); margin-bottom: 40px; display: flex; gap: 16px; flex-wrap: wrap; }
.blog-single .post-content { font-size: 16px; color: var(--mid); line-height: 1.8; }
.blog-single .post-content h2 { font-size: 26px; font-weight: 700; color: var(--ink); margin: 40px 0 16px; }
.blog-single .post-content h3 { font-size: 20px; font-weight: 700; color: var(--ink); margin: 32px 0 12px; }
.blog-single .post-content p { margin-bottom: 20px; }
.blog-single .post-content ul, .blog-single .post-content ol { margin: 16px 0 20px 24px; }
.blog-single .post-content li { margin-bottom: 8px; }
.blog-single .post-content img { border-radius: 12px; margin: 24px 0; }
.blog-single .post-content a { color: var(--blue); }
.blog-single .post-content blockquote { border-left: 3px solid var(--blue); padding: 16px 24px; margin: 24px 0; font-style: italic; color: var(--mid); background: var(--blue-lt); border-radius: 0 12px 12px 0; }
.blog-single .featured-img { border-radius: 20px; overflow: hidden; margin-bottom: 40px; aspect-ratio: 16/7; }
.blog-single .featured-img img { width: 100%; height: 100%; object-fit: cover; }
.archive-header { padding: 100px 48px 0; max-width: 1120px; margin: 0 auto; margin-bottom: 48px; }
.archive-header h1 { font-size: clamp(32px,5vw,56px); font-weight: 800; letter-spacing: -.04em; color: var(--ink); margin-bottom: 12px; }
.archive-header p { font-size: 17px; color: var(--muted); }
.archive-grid { max-width: 1120px; margin: 0 auto; padding: 0 48px 80px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.page-content { padding-top: 100px; padding-bottom: 80px; max-width: 900px; margin: 0 auto; padding-left: 48px; padding-right: 48px; }
.page-content h1 { font-size: clamp(32px,5vw,56px); font-weight: 800; letter-spacing: -.04em; color: var(--ink); margin-bottom: 32px; }
.page-content .entry-content { font-size: 16px; color: var(--mid); line-height: 1.8; }
.page-content .entry-content h2 { font-size: 24px; font-weight: 700; color: var(--ink); margin: 32px 0 14px; }
.page-content .entry-content p { margin-bottom: 18px; }
.page-content .entry-content a { color: var(--blue); }

/* ================================================================
   ANIMACJE SCROLL
   ================================================================ */
@keyframes aFadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.anim-ready {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.anim-ready.visible { opacity: 1; transform: translateY(0); }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
  nav { padding: 0 24px; }
  .nav-links, .nav-actions { display: none; }
  .nav-hamburger { display: flex; }

  .hero-content { padding: 100px 28px 80px; max-width: 100%; }
  .hero h1 { font-size: clamp(44px, 10vw, 72px); }
  .hero-stats { flex-wrap: wrap; }
  .hstat { flex: 1 1 44%; }
  .hero-scroll { display: none; }

  .section, .section-sm { padding: 64px 24px; }
  #kontakt { padding: 0 24px 60px; }

  .services-grid { grid-template-columns: 1fr 1fr; }
  .results-strip { grid-template-columns: 1fr 1fr; }
  .rstat { border-bottom: 1px solid rgba(255,255,255,.06); }

  .cases-grid { grid-template-columns: 1fr; }
  .ccase.feat { grid-row: auto; }
  .tgrid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .spektrum-grid { grid-template-columns: 1fr; gap: 40px; }

  .cta-block { padding: 56px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

  .video-reel-bottom { padding: 20px 24px; }
  .archive-header, .archive-grid { padding-left: 24px; padding-right: 24px; }
  .archive-grid { grid-template-columns: 1fr 1fr; }
  .cf-grid-2 { grid-template-columns: 1fr; }

  .reels-track-wrap { margin-left: -24px; margin-right: -24px; padding-left: 24px; }
  .reel-card { width: 160px; }
}

@media (max-width: 600px) {
  .hero-content { padding: 90px 20px 64px; }
  .hero h1 { font-size: clamp(38px, 12vw, 54px); }
  .hstat { flex: 1 1 48%; }
  .hero-ctas { flex-direction: column; }
  .btn-dark, .btn-ghost-dark { justify-content: center; text-align: center; }

  .services-grid { grid-template-columns: 1fr 1fr; }
  .scard { padding: 20px 16px; }
  .scard h3 { font-size: 14px; }
  .scard p { font-size: 12px; }
  .results-strip, .archive-grid { grid-template-columns: 1fr; }
  .rstat-num { font-size: 42px; }
  .tgrid { grid-template-columns: 1fr; }

  .cta-block { padding: 36px 16px; border-radius: 20px; }
  .cta-block h2 { font-size: clamp(24px, 7vw, 32px); }
  .contact-form-wrap { padding: 24px 16px; margin-top: 24px; border-radius: 16px; }
  .cf-grid-2 { grid-template-columns: 1fr; }
    footer { padding: 32px 20px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div:first-child { grid-column: auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
  .footer-about { max-width: 100%; text-align: center; }
  .footer-logo { justify-content: center; }
  .footer-social { justify-content: center; }
  .footer-col h4 { margin-top: 0; }
  .footer-col ul { gap: 8px; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; gap: 6px; }

  .reels-track-wrap { margin-left: -20px; margin-right: -20px; padding-left: 20px; }
  .reel-card { width: 145px; }
  .reel-phone { border-radius: 14px; }
}

/* ================================================================
   PROCES
   ================================================================ */
.proces-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.proces-krok {
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.proces-num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  color: var(--blue);
  opacity: .55;
}
.proces-icon {
  font-size: 32px;
  line-height: 1;
}
.proces-krok h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.02em;
  line-height: 1.25;
}
.proces-krok p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.75;
  flex: 1;
}

/* ================================================================
   WYNIKI
   ================================================================ */
.wyniki-section {
  background: var(--dark-bg);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.wyniki-section .kicker::before { background: var(--blue-lx); }
.wyniki-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255,255,255,.04);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.06);
}
.wynik-karta {
  padding: 56px 40px;
  text-align: center;
  background: transparent;
  transition: background .3s var(--ease);
}
.wynik-karta:hover { background: rgba(255,255,255,.04); }
.wynik-karta-mid {
  border-left: 1px solid rgba(255,255,255,.06);
  border-right: 1px solid rgba(255,255,255,.06);
}
.wynik-liczba {
  font-size: clamp(56px, 8vw, 88px);
  font-weight: 800;
  letter-spacing: -.05em;
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.wynik-sym {
  font-size: .45em;
  color: var(--blue-lx);
}
.wynik-opis {
  font-size: 15px;
  color: rgba(255,255,255,.55);
  line-height: 1.6;
  margin-bottom: 14px;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.wynik-klient {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.25);
}

@media (max-width: 960px) {
  .proces-grid { grid-template-columns: 1fr 1fr; }
  .wyniki-grid { grid-template-columns: 1fr; }
  .wynik-karta-mid { border-left: none; border-right: none; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
  .wynik-karta { padding: 40px 24px; }
}
@media (max-width: 600px) {
  .proces-grid { grid-template-columns: 1fr; }
}

/* ================================================================
   FIX LAYOUT - zapobiega poziomemu przewijaniu
   ================================================================ */
html { overflow-x: hidden; }

/* ================================================================
   PORTFOLIO - obrazki w kartach
   ================================================================ */
.ccase-img {
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
  background: var(--surface);
}
.ccase-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s var(--ease);
}
.ccase:hover .ccase-img img { transform: scale(1.04); }
.ccase.feat .ccase-img { height: 260px; }
.ccase-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #000;
}
.ccase-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ================================================================
   KLIENCI STRIP - ticker z logotypami
   ================================================================ */
.klienci-strip {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
  overflow: hidden;
}
.klienci-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
  margin-bottom: 28px;
}
/* Ticker - przewijający się pasek */
.klienci-logos {
  display: flex;
  width: max-content;
  animation: kTick 32s linear infinite;
  gap: 0;
}
.klienci-logos:hover { animation-play-state: paused; }
@keyframes kTick { to { transform: translateX(-50%); } }

.klient-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-right: 1px solid var(--border);
  flex-shrink: 0;
  height: 64px;
}
.klient-logo:last-child { border-right: none; }
.klient-logo.has-logo { opacity: .5; transition: opacity .2s; }
.klient-logo.has-logo:hover { opacity: 1; }
.klient-logo img { height: 36px; width: auto; object-fit: contain; filter: grayscale(100%); transition: filter .2s; }
.klient-logo img:hover { filter: grayscale(0%); }

/* Placeholder zamiast logo */
.klient-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 18px;
}
.klient-placeholder-txt {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  white-space: nowrap;
  letter-spacing: .01em;
}

/* ================================================================
   DLACZEGO MY
   ================================================================ */
.dlaczego-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 56px;
}
.dlaczego-karta { padding: 32px 28px; }
.dlaczego-ikona { margin-bottom: 20px; }
.icon-placeholder { width: 48px; height: 48px; }
.icon-placeholder svg { width: 48px; height: 48px; }
.dlaczego-karta h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 10px; letter-spacing: -.02em; }
.dlaczego-karta p  { font-size: 13px; color: var(--muted); line-height: 1.7; margin-bottom: 16px; }
.dlaczego-lista { display: flex; flex-direction: column; gap: 6px; }
.dlaczego-lista li {
  font-size: 12px; font-weight: 600; color: var(--blue);
  padding-left: 16px; position: relative;
}
.dlaczego-lista li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-size: 11px; }

/* Tabela porownawcza */
.dlaczego-porownanie {
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sh);
}
.dp-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  border-bottom: 1px solid var(--border);
}
.dp-row:last-child { border-bottom: none; }
.dp-col { padding: 16px 24px; font-size: 14px; }
.dp-header { background: var(--surface); }
.dp-header .dp-col { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.dp-feat { color: var(--mid); }
.dp-sb {
  color: #34a853; font-weight: 700; font-size: 16px;
  text-align: center;
  background: rgba(52,168,83,.04);
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}
.dp-other { color: var(--muted); text-align: center; }

@media (max-width: 960px) {
  .dlaczego-grid { grid-template-columns: 1fr 1fr; }
  .dp-col { padding: 12px 16px; font-size: 13px; }
}
@media (max-width: 600px) {
  .dlaczego-grid { grid-template-columns: 1fr; }
  .dlaczego-porownanie { display: none; }
}

/* ================================================================
   ZESPÓŁ
   ================================================================ */
.section-zespol { background: var(--surface); }
.section-zespol .team-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.section-zespol .team-card {
  background: #fff !important;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: var(--sh1);
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.section-zespol .team-card:hover { transform: translateY(-4px); box-shadow: var(--sh2); }
.section-zespol .team-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.section-zespol .team-photo img { width: 100%; height: 100%; object-fit: cover; }
.section-zespol .team-avatar {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--blue) 0%, #2563eb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
}
.section-zespol .team-name { font-size: 16px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.section-zespol .team-role { font-size: 12px; font-weight: 600; color: var(--blue); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; }
.section-zespol .team-bio  { font-size: 13px; color: var(--muted); line-height: 1.7; margin: 0; }

@media (max-width: 860px) {
  .section-zespol .team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .section-zespol .team-grid { grid-template-columns: 1fr; }
}

/* ================================================================
   FAQ
   ================================================================ */
.section-faq { background: #fff; }
.faq-wrap { display: grid; grid-template-columns: 340px 1fr; gap: 80px; align-items: start; }
.faq-sub { font-size: 15px; color: var(--muted); line-height: 1.7; margin-top: 12px; }
.faq-reply-time { font-size: 12px; color: var(--muted); margin-top: 10px; padding: 8px 14px; background: var(--surface); border-radius: 20px; display: inline-block; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  font-family: var(--f);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color .15s;
}
.faq-q:hover { color: var(--blue); }
.faq-q[aria-expanded="true"] { color: var(--blue); }
.faq-arrow { font-size: 20px; flex-shrink: 0; transition: transform .25s; color: var(--muted); }
.faq-q[aria-expanded="true"] .faq-arrow { transform: rotate(180deg); color: var(--blue); }
.faq-a { display: none; padding-bottom: 20px; }
.faq-a.open { display: block; }
.faq-a p { font-size: 14px; color: var(--muted); line-height: 1.75; }

@media (max-width: 960px) {
  .faq-wrap { grid-template-columns: 1fr; gap: 40px; }
}

/* ================================================================
   INSTAGRAM
   ================================================================ */
.ig-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-bottom: 40px; }
.ig-placeholder-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; }
.ig-ph-item { display: block; border-radius: 12px; overflow: hidden; background: linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045); aspect-ratio: 1; min-height: 120px; }
.ig-ph-inner { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.ig-hint { font-size: 12px; color: var(--muted); margin-top: 16px; text-align: center; }
.ig-feed { margin-top: 8px; }
@media (max-width: 760px) { .ig-placeholder-grid { grid-template-columns: repeat(3,1fr); } }

/* ================================================================
   SECTION CTA ROW
   ================================================================ */
.section-cta-row {
  text-align: center;
  margin-top: 40px;
}

/* ================================================================
   POLITYKA PRYWATNOSCI
   ================================================================ */
.pp-page { padding-top: 62px; }
.pp-container {
  max-width: 780px;
  margin: 0 auto;
  padding: 64px 32px 96px;
}
.pp-header { margin-bottom: 48px; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
.pp-header h1 { font-size: clamp(28px,4vw,40px); font-weight: 700; letter-spacing: -.02em; color: var(--ink); margin-bottom: 12px; line-height: 1.15; }
.pp-meta { font-size: 14px; color: var(--muted); }
.pp-toc { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 24px 28px; margin-bottom: 48px; }
.pp-toc-title { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.pp-toc ol { padding-left: 20px; display: flex; flex-direction: column; gap: 6px; }
.pp-toc li { font-size: 14px; }
.pp-toc a { color: var(--mid); }
.pp-toc a:hover { color: var(--blue); }
.pp-page h2 { font-size: 20px; font-weight: 700; color: var(--ink); margin: 48px 0 16px; padding-top: 16px; }
.pp-page h3 { font-size: 16px; font-weight: 600; color: var(--ink); margin: 28px 0 10px; }
.pp-page p { font-size: 15px; color: var(--mid); margin-bottom: 14px; line-height: 1.7; }
.pp-page ul { font-size: 15px; color: var(--mid); margin-bottom: 14px; padding-left: 22px; }
.pp-page li { margin-bottom: 7px; }
.pp-box-admin { background: var(--blue-lt); border: 1px solid rgba(26,115,232,.2); border-radius: 10px; padding: 20px 24px; margin: 20px 0 28px; }
.pp-box-admin p { margin: 0; font-size: 14px; line-height: 1.75; color: var(--mid); }
.pp-table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: 14px; }
.pp-table th { background: var(--surface); font-weight: 600; text-align: left; padding: 10px 14px; border: 1px solid var(--border); color: var(--ink); }
.pp-table td { padding: 10px 14px; border: 1px solid var(--border); color: var(--mid); vertical-align: top; }
.pp-table tr:nth-child(even) td { background: var(--surface); }
.pp-contact-box { background: linear-gradient(135deg,rgba(26,115,232,.06),rgba(52,168,83,.04)); border: 1px solid rgba(26,115,232,.15); border-radius: 16px; padding: 28px 32px; margin-top: 48px; }
.pp-contact-box h3 { margin-top: 0; color: var(--ink); margin-bottom: 12px; }
.pp-contact-box p { font-size: 14px; color: var(--mid); }
@media (max-width: 640px) { .pp-container { padding: 40px 20px 72px; } }
