/* ============================================
   AM Automations - PREMIUM VISUAL SYSTEM v3
   Cel: Linear / Vercel / Resend tier
   Zasada: czarno-biały, layout nienaruszony
   ============================================ */

/* ═══════════════════════════════════════════
   ZMIENNE
═══════════════════════════════════════════ */
:root {
  --bg:          #050505;
  --bg-2:        #0A0A0A;
  --bg-3:        #101010;
  --bg-elevated: #161616;
  --bg-card:     rgba(255,255,255,0.028);
  --bg-card-hover: rgba(255,255,255,0.055);

  --border:       rgba(255,255,255,0.07);
  --border-hover: rgba(255,255,255,0.2);
  --border-glow:  rgba(255,255,255,0.35);

  --text:      #eeeeee;
  --text-soft: rgba(238,238,238,0.68);
  --text-muted:rgba(238,238,238,0.38);

  --glow-hero:   rgba(255,255,255,0.07);
  --glow-strong: rgba(255,255,255,0.12);

  --radius:    10px;
  --radius-lg: 18px;
  --radius-xl: 26px;

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --transition: 0.2s var(--ease);

  --shadow-sm:  0 1px 3px rgba(0,0,0,0.6), 0 1px 0 rgba(255,255,255,0.04) inset;
  --shadow-md:  0 4px 20px rgba(0,0,0,0.6), 0 1px 0 rgba(255,255,255,0.06) inset;
  --shadow-glow:0 0 80px -20px rgba(255,255,255,0.1);
  --shadow-btn: 0 0 0 1px rgba(255,255,255,0.15),
                0 2px 8px rgba(0,0,0,0.7),
                0 0 30px -4px rgba(255,255,255,0.18),
                inset 0 1px 0 rgba(255,255,255,0.3);
}

/* ═══════════════════════════════════════════
   GLOBAL
═══════════════════════════════════════════ */
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'rlig' 1, 'calt' 1, 'cv01' 1;
}

/* Grain overlay - cały ekran */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9000;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

::selection { background: rgba(255,255,255,0.14); color: #fff; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 99px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.2); }

/* ═══════════════════════════════════════════
   GLOBAL PAGE STARS BACKGROUND
═══════════════════════════════════════════ */
.page-stars-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(ellipse 100% 60% at 50% 0%,   rgba(255,255,255,0.05) 0%, transparent 60%),
    radial-gradient(ellipse 60%  40% at 80% 20%,  rgba(167,139,250,0.04) 0%, transparent 50%),
    radial-gradient(ellipse 50%  35% at 20% 80%,  rgba(96,165,250,0.03)  0%, transparent 50%);
}
.page-stars-field {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 42px 42px;
}
.page-star {
  position: absolute;
  width: var(--size, 2px);
  height: var(--size, 2px);
  background: var(--color, rgba(255,255,255,0.8));
  border-radius: 50%;
  box-shadow: 0 0 var(--glow, 10px) 2px var(--color, rgba(255,255,255,0.6));
  opacity: 0;
  animation: particle-rise var(--dur, 10s) ease-in-out infinite var(--delay, 0s);
}
.page-star--twinkle {
  animation: particle-twinkle var(--dur, 7s) ease-in-out infinite var(--delay, 0s);
}

/* ═══════════════════════════════════════════
   ANNOUNCEMENT BAR
═══════════════════════════════════════════ */
.announce {
  background: rgba(5,5,5,0.9);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.82);
  backdrop-filter: blur(20px);
}

/* ═══════════════════════════════════════════
   NAVBAR - glass premium
═══════════════════════════════════════════ */
.navbar {
  background: rgba(5,5,5,0.65);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.navbar.scrolled {
  background: rgba(5,5,5,0.85);
  border-bottom-color: rgba(255,255,255,0.1);
  box-shadow: 0 1px 0 rgba(255,255,255,0.04) inset,
              0 12px 48px -8px rgba(0,0,0,0.7);
}

.navbar__logo {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fff 30%, rgba(255,255,255,0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.navbar__nav a {
  font-size: 0.82rem;
  font-weight: 400;
  white-space: nowrap;
  color: rgba(238,238,238,0.42);
  letter-spacing: 0.01em;
  transition: color var(--transition);
}
.navbar__nav a:hover { color: rgba(238,238,238,0.88); }
.navbar__nav a.is-active {
  color: #fff;
  text-shadow: 0 0 24px rgba(255,255,255,0.5);
}

.navbar__cta {
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.5rem 1.1rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: rgba(238,238,238,0.8);
  transition: all var(--transition);
  letter-spacing: 0.01em;
}
.navbar__cta:hover {
  border-color: rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.1);
  color: #fff;
  box-shadow: 0 0 24px -4px rgba(255,255,255,0.12);
}

/* ═══════════════════════════════════════════
   HERO - kinematograficzny
═══════════════════════════════════════════ */
.hero {
  background: var(--bg);
  overflow: hidden;
}


/* Dot grid */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.09) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 75%);
  pointer-events: none;
}

.hero__bg {
  background:
    radial-gradient(ellipse 120% 90% at 50% -20%, rgba(255,255,255,0.08) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 10%,   rgba(255,255,255,0.04) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 15% 90%,   rgba(255,255,255,0.03) 0%, transparent 50%),
    radial-gradient(ellipse 90% 70% at 50% -5%,   rgba(0,0,0,0.7)    0%, transparent 70%);
}

/* Spotlight beam */
.hero__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.1) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.hero__bg::after {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.68' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  opacity: 0.5;
}

.hero__badge {
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  font-weight: 500;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  color: rgba(255,255,255,0.45);
  margin-bottom: 2rem;
  text-shadow: none;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.hero__badge::before,
.hero__badge::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: rgba(255,255,255,0.25);
}

.hero__title {
  font-size: clamp(2.8rem, 7.5vw, 5.2rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.1;
  margin-bottom: 2rem;
  padding-bottom: 0.08em;
  background: linear-gradient(175deg,
    #ffffff 0%,
    rgba(255,255,255,0.92) 30%,
    rgba(255,255,255,0.62) 70%,
    rgba(255,255,255,0.38) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 0.05em;
}

.hero__sub {
  font-size: 1.12rem;
  font-weight: 300;
  line-height: 1.78;
  color: rgba(238,238,238,0.46);
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.008em;
}

.hero__trust {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: rgba(238,238,238,0.22);
}

.hero__stat {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(238,238,238,0.45);
}
.hero__stat::before {
  background: rgba(255,255,255,0.3);
  width: 3px; height: 3px;
}

.hero__corner {
  width: 28px; height: 28px;
  border-color: rgba(255,255,255,0.12);
}

/* ═══════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════ */
.btn {
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: -0.005em;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Shine sweep on hover */
.btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.12) 50%, transparent 100%);
  transition: left 0.5s var(--ease);
  pointer-events: none;
  z-index: 1;
}
.btn:hover::before { left: 100%; }

.btn--primary {
  background: #fff;
  color: #050505;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: var(--shadow-btn);
}
.btn--primary:hover {
  background: #fff;
  transform: translateY(-3px) scale(1.015);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.2),
    0 6px 28px rgba(0,0,0,0.6),
    0 0 60px -4px rgba(255,255,255,0.35),
    inset 0 1px 0 rgba(255,255,255,0.4);
}
.btn--primary:active { transform: translateY(-1px) scale(1.005); }

.btn--secondary {
  background: rgba(255,255,255,0.04);
  color: rgba(238,238,238,0.8);
  border: 1px solid rgba(255,255,255,0.1);
  font-weight: 500;
}
.btn--secondary:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,255,255,0.24);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0 32px -8px rgba(255,255,255,0.1);
}

/* ═══════════════════════════════════════════
   SECTION LABELS & HEADINGS
═══════════════════════════════════════════ */
.section__badge {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  font-weight: 600;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
  color: rgba(238,238,238,0.45);
  display: inline-block;
  margin-bottom: 1rem;
}

.section__title {
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.12;
  color: var(--text);
}

.section__lead {
  color: rgba(238,238,238,0.42);
  line-height: 1.75;
  font-weight: 300;
  font-size: 1.05rem;
  letter-spacing: 0.005em;
}

.subsection__title {
  font-weight: 700;
  letter-spacing: -0.025em;
  color: rgba(238,238,238,0.88);
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative;
}
.subsection__title::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 3rem; height: 1px;
  background: rgba(255,255,255,0.45);
}

/* ═══════════════════════════════════════════
   CARDS - gradient border + spotlight
═══════════════════════════════════════════ */
.card {
  position: relative;
  border-radius: var(--radius-lg);
  /* gradient border technique */
  background:
    linear-gradient(rgba(255,255,255,0.028), rgba(255,255,255,0.028)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.14) 0%,
      rgba(255,255,255,0.03) 40%,
      rgba(255,255,255,0.08) 100%
    ) border-box;
  border: 1px solid transparent;
  box-shadow: var(--shadow-sm);
  transition: all 0.25s var(--ease);
  overflow: hidden;
}

/* Top highlight line */
.card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.18) 25%,
    rgba(255,255,255,0.22) 50%,
    rgba(255,255,255,0.18) 75%,
    transparent 100%
  );
  pointer-events: none;
}

.card:hover {
  background:
    linear-gradient(rgba(255,255,255,0.052), rgba(255,255,255,0.052)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.28) 0%,
      rgba(255,255,255,0.06) 40%,
      rgba(255,255,255,0.16) 100%
    ) border-box;
  transform: translateY(-4px);
  box-shadow:
    0 0 0 0 transparent,
    0 12px 40px rgba(0,0,0,0.5),
    0 0 60px -16px rgba(255,255,255,0.12);
}

.card__title {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1rem;
  color: var(--text);
}
.card__text {
  color: rgba(238,238,238,0.42);
  font-size: 0.88rem;
  line-height: 1.68;
  font-weight: 300;
}
.card__bullets li { color: rgba(238,238,238,0.42); font-size: 0.86rem; }

/* ═══════════════════════════════════════════
   CREATE CARDS (duże i małe)
═══════════════════════════════════════════ */
.create__card--big,
.create__card--small {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,0.025), rgba(255,255,255,0.025)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.14) 0%,
      rgba(255,255,255,0.03) 50%,
      rgba(255,255,255,0.07) 100%
    ) border-box;
  border: 1px solid transparent;
  transition: all 0.25s var(--ease);
}

.create__card--big::after,
.create__card--small::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.18) 30%,
    rgba(255,255,255,0.22) 50%,
    rgba(255,255,255,0.18) 70%,
    transparent 100%
  );
  pointer-events: none;
}

.create__card--big:hover,
.create__card--small:hover {
  background:
    linear-gradient(rgba(255,255,255,0.05), rgba(255,255,255,0.05)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.28) 0%,
      rgba(255,255,255,0.06) 50%,
      rgba(255,255,255,0.16) 100%
    ) border-box;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.5), 0 0 50px -16px rgba(255,255,255,0.1);
}

.create__card--big .create__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--text);
}
.create__card-text { color: rgba(238,238,238,0.4); font-weight: 300; font-size: 0.9rem; }
.create__card-link { color: rgba(238,238,238,0.45); font-size: 0.8rem; font-weight: 500; }
.create__card-link:hover { color: rgba(238,238,238,0.9); }

/* ═══════════════════════════════════════════
   SECTION GLOW BACKGROUNDS
═══════════════════════════════════════════ */
.section--glow::before {
  content: '';
  position: absolute;
  inset: -20% 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(255,255,255,0.06) 0%, transparent 65%);
  pointer-events: none;
  z-index: -1;
}

/* ═══════════════════════════════════════════
   PROCESS STEPS
═══════════════════════════════════════════ */
.process-step {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,0.025), rgba(255,255,255,0.025)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.12) 0%,
      rgba(255,255,255,0.02) 50%,
      rgba(255,255,255,0.07) 100%
    ) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: all 0.25s var(--ease);
}
.process-step::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%, rgba(255,255,255,0.15) 50%, transparent 100%
  );
  pointer-events: none;
}
.process-step:hover {
  background:
    linear-gradient(rgba(255,255,255,0.05), rgba(255,255,255,0.05)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.25) 0%,
      rgba(255,255,255,0.04) 50%,
      rgba(255,255,255,0.14) 100%
    ) border-box;
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 48px -12px rgba(255,255,255,0.08);
}
.process-step__num {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: rgba(255,255,255,0.2);
  margin-bottom: 0.6rem;
}
.process-step__title {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}
.process-step__text { color: rgba(238,238,238,0.42); font-size: 0.87rem; font-weight: 300; }

/* ═══════════════════════════════════════════
   CTA BOX - punkt kulminacyjny
═══════════════════════════════════════════ */
.cta-box {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,0.022), rgba(255,255,255,0.022)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.22) 0%,
      rgba(255,255,255,0.04) 40%,
      rgba(255,255,255,0.14) 100%
    ) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-xl);
  padding: 4.5rem 2.5rem;
}

/* Dramatic spotlight inside CTA */
.cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 50% -10%, rgba(255,255,255,0.055) 0%, transparent 60%);
  pointer-events: none;
}

/* Top gradient border line */
.cta-box::after {
  content: '';
  position: absolute;
  top: 0; left: 5%; right: 5%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.3) 20%,
    rgba(255,255,255,0.4) 50%,
    rgba(255,255,255,0.3) 80%,
    transparent 100%
  );
  pointer-events: none;
}

.cta-box__title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.1;
  background: linear-gradient(175deg, #fff 0%, rgba(255,255,255,0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}
.cta-box__text {
  color: rgba(238,238,238,0.42);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
}
.cta-box__note {
  margin-top: 1.5rem;
  font-size: 0.78rem;
  color: rgba(238,238,238,0.28);
  letter-spacing: 0.04em;
}

/* ═══════════════════════════════════════════
   CONTACT SECTION
═══════════════════════════════════════════ */
.contact__title {
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.contact__lead { color: rgba(238,238,238,0.45); font-weight: 300; line-height: 1.75; }

.contact__form-wrap {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,0.022), rgba(255,255,255,0.022)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.16) 0%,
      rgba(255,255,255,0.03) 50%,
      rgba(255,255,255,0.09) 100%
    ) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  box-shadow: 0 0 80px -24px rgba(255,255,255,0.06);
}
.contact__form-wrap::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%, rgba(255,255,255,0.18) 30%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.18) 70%, transparent 100%
  );
  pointer-events: none;
}

.contact__next,
.contact__direct {
  background: rgba(255,255,255,0.028);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.contact__next::before,
.contact__direct::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  pointer-events: none;
}
.contact__next:hover,
.contact__direct:hover {
  border-color: rgba(255,255,255,0.15);
  box-shadow: 0 0 32px -8px rgba(255,255,255,0.06);
}

/* Tytuły kart kontaktowych */
.contact__next-title,
.contact__direct-title {
  color: rgba(238,238,238,0.85) !important;
}

/* Lista kroków — ikony zamiast kropek */
.contact__next-list li {
  position: relative;
  padding-left: 1.6rem !important;
  color: rgba(238,238,238,0.82) !important;
}
.contact__next-list li::before {
  content: '✓' !important;
  position: absolute;
  left: 0;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: none !important;
  color: rgba(255,255,255,0.5);
  font-size: 0.78rem;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
}
.contact__booking-text { color: rgba(238,238,238,0.75) !important; }

#dla-kogo { padding-top: 6rem; }
.section__micro-proofs + .subsection__title { margin-top: 3.5rem; }

/* ── Navbar logo image ── */
.navbar__logo { display: flex; align-items: center; gap: 0.85rem; white-space: nowrap; }
.navbar__logo-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1.5px solid rgba(255,255,255,0.25);
}

.form-input,
.form-textarea,
.form-select {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 9px;
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 400;
  transition: all var(--transition);
}
.form-input:hover, .form-textarea:hover, .form-select:hover {
  border-color: rgba(255,255,255,0.14);
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  outline: none;
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.065);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.05),
    0 0 20px -4px rgba(255,255,255,0.06);
}
.form-input::placeholder, .form-textarea::placeholder {
  color: rgba(238,238,238,0.22);
}
.form-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(238,238,238,0.55);
}
.form-checkbox { font-size: 0.84rem; color: rgba(238,238,238,0.38); }
.form-submit-note {
  font-size: 0.78rem;
  color: rgba(238,238,238,0.28);
  letter-spacing: 0.02em;
  margin-top: 0.85rem;
}

/* ═══════════════════════════════════════════
   FAQ
═══════════════════════════════════════════ */
.faq__item { border-bottom: 1px solid rgba(255,255,255,0.07); }
.faq__q {
  font-size: 0.97rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(238,238,238,0.8);
  padding: 1.5rem 0;
  transition: color var(--transition);
}
.faq__q:hover { color: #fff; }
.faq__q[aria-expanded="true"] { color: #fff; }
.faq__a p {
  color: rgba(238,238,238,0.42);
  font-size: 0.9rem;
  line-height: 1.75;
  font-weight: 300;
}
.faq__q::after {
  border-color: rgba(255,255,255,0.3);
  width: 10px; height: 10px;
}

/* ═══════════════════════════════════════════
   CUSTOM CURSOR
═══════════════════════════════════════════ */
@media (pointer: fine) {
  body, a, button, [role="button"] { cursor: none !important; }

  .cursor {
    position: fixed;
    top: 0; left: 0;
    width: 32px; height: 32px;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99998;
    transition: width 0.22s var(--ease),
                height 0.22s var(--ease),
                border-color 0.22s var(--ease),
                background 0.22s var(--ease),
                opacity 0.3s ease;
    will-change: transform;
  }
  .cursor--hover {
    width: 48px; height: 48px;
    border-color: rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.04);
    box-shadow: 0 0 20px -4px rgba(255,255,255,0.2);
  }
  .cursor-dot {
    position: fixed;
    top: 0; left: 0;
    width: 4px; height: 4px;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    box-shadow: 0 0 6px rgba(255,255,255,0.8);
    transition: opacity 0.3s ease;
    will-change: transform;
  }
}

/* ═══════════════════════════════════════════
   FOOTER - premium redesign
═══════════════════════════════════════════ */
.footer {
  background: var(--bg-2);
  position: relative;
  overflow: hidden;
}

/* ── CTA Strip ── */
.footer__cta-strip {
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 5rem 0;
  overflow: hidden;
}
.footer__cta-strip-glow {
  position: absolute;
  top: -60%; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 400px;
  background: radial-gradient(ellipse at 50% 50%,
    rgba(255,255,255,0.055) 0%,
    transparent 65%
  );
  pointer-events: none;
  animation: footer-glow-pulse 7s ease-in-out infinite;
}
@keyframes footer-glow-pulse {
  0%,100% { opacity: 0.7; transform: translateX(-50%) scale(1); }
  50%      { opacity: 1;   transform: translateX(-50%) scale(1.1); }
}
.footer__cta-strip::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg,
    transparent 0%, rgba(255,255,255,0.18) 30%, rgba(255,255,255,0.28) 50%, rgba(255,255,255,0.18) 70%, transparent 100%
  );
}
.footer__cta-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.footer__cta-eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: rgba(238,238,238,0.3);
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.footer__cta-headline {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.1;
  background: linear-gradient(160deg, #fff 0%, rgba(255,255,255,0.65) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.footer__cta-btn {
  flex-shrink: 0;
  padding: 0.9rem 2rem;
  font-size: 0.92rem;
  white-space: nowrap;
}

/* ── Ticker / Marquee ── */
.footer__ticker {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
}
.footer__ticker-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: ticker-scroll 28s linear infinite;
  white-space: nowrap;
}
.footer__ticker-track span {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: rgba(238,238,238,0.18);
  text-transform: uppercase;
}
.footer__ticker-dot {
  color: rgba(255,255,255,0.1) !important;
}
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
/* ── Ticker pod hero ── */
.hero__ticker {
  padding: 1rem 0;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
}
.hero__ticker-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: ticker-scroll 28s linear infinite;
  white-space: nowrap;
}
.hero__ticker-track span {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
}

/* ── Main grid ── */
.footer__inner {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 3.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}
@media (max-width: 900px) {
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 550px) {
  .footer__inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer__cta-strip-inner { flex-direction: column; align-items: flex-start; }
}

.footer__logo {
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  margin-bottom: 0.85rem;
}
.footer__tagline {
  font-size: 0.83rem;
  color: rgba(238,238,238,0.26);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}
.footer__social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: rgba(238,238,238,0.32);
  font-weight: 400;
  letter-spacing: 0.01em;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  transition: all 0.2s var(--ease);
}
.footer__social-link:hover {
  color: rgba(238,238,238,0.75);
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
}

.footer__nav-label {
  font-size: 0.63rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: rgba(238,238,238,0.22);
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.footer__nav--col {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.footer__nav--col a {
  font-size: 0.83rem;
  color: rgba(238,238,238,0.32);
  font-weight: 400;
  transition: color 0.2s var(--ease), padding-left 0.2s var(--ease);
  letter-spacing: 0.005em;
  position: relative;
}
.footer__nav--col a:hover {
  color: rgba(238,238,238,0.82);
  padding-left: 0.5rem;
}
.footer__nav--col a::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 0; height: 1px;
  background: rgba(255,255,255,0.4);
  transition: width 0.2s var(--ease);
}
.footer__nav--col a:hover::before {
  width: 0.3rem;
}

.footer__email {
  display: block;
  font-size: 0.88rem;
  color: rgba(238,238,238,0.5);
  font-weight: 400;
  margin-bottom: 0.75rem;
  transition: color 0.2s var(--ease);
  letter-spacing: -0.01em;
}
.footer__email:hover { color: rgba(238,238,238,0.9); }

.footer__contact-cta {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(238,238,238,0.38);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 0.45rem 0.9rem;
  transition: all 0.2s var(--ease);
  letter-spacing: 0.01em;
}
.footer__contact-cta:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.05);
  box-shadow: 0 0 20px -6px rgba(255,255,255,0.12);
}

/* ── Bottom bar ── */
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 1.25rem 0;
}
.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer__copy {
  font-size: 0.74rem;
  color: rgba(238,238,238,0.18);
  margin: 0;
}
.footer__copy--link {
  transition: color 0.2s var(--ease);
}
.footer__copy--link:hover { color: rgba(238,238,238,0.45); }

/* ── Ambient background orb in footer ── */
.footer::after {
  content: '';
  position: absolute;
  bottom: -20%; left: 50%;
  transform: translateX(-50%);
  width: 80vw; height: 40vw;
  background: radial-gradient(ellipse at 50% 100%,
    rgba(255,255,255,0.018) 0%,
    transparent 65%
  );
  pointer-events: none;
  z-index: 0;
}

/* ═══════════════════════════════════════════
   CASE STUDIES
═══════════════════════════════════════════ */
.case-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,0.025), rgba(255,255,255,0.025)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.14) 0%,
      rgba(255,255,255,0.03) 50%,
      rgba(255,255,255,0.07) 100%
    ) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  transition: all 0.25s var(--ease);
}
.case-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%, rgba(255,255,255,0.18) 40%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.18) 60%, transparent 100%
  );
  pointer-events: none;
}
.case-card:hover {
  background:
    linear-gradient(rgba(255,255,255,0.05), rgba(255,255,255,0.05)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.28) 0%,
      rgba(255,255,255,0.06) 50%,
      rgba(255,255,255,0.16) 100%
    ) border-box;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.5), 0 0 50px -16px rgba(255,255,255,0.1);
}
.case-card__tag { font-size: 0.65rem; letter-spacing: 0.15em; font-weight: 600; color: rgba(238,238,238,0.3); }
.case-card__title { font-weight: 700; letter-spacing: -0.02em; font-size: 1.05rem; }
.case-card__problem, .case-card__solution { font-size: 0.88rem; color: rgba(238,238,238,0.45); font-weight: 300; }
.case-card__problem strong, .case-card__solution strong { font-weight: 600; color: rgba(238,238,238,0.8); }
.case-card__results { border-top: 1px solid rgba(255,255,255,0.07); }

.case-card__result-num {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.1;
  background: linear-gradient(175deg, #fff 0%, rgba(255,255,255,0.72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.case-card__result-label { font-size: 0.7rem; color: rgba(238,238,238,0.3); font-weight: 400; }

/* ═══════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════ */
.testimonial {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,0.022), rgba(255,255,255,0.022)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.12) 0%,
      rgba(255,255,255,0.02) 50%,
      rgba(255,255,255,0.06) 100%
    ) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  margin: 0;
  transition: all 0.25s var(--ease);
}
.testimonial::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.14) 50%, transparent 100%);
  pointer-events: none;
}
.testimonial:hover {
  background:
    linear-gradient(rgba(255,255,255,0.042), rgba(255,255,255,0.042)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.22) 0%,
      rgba(255,255,255,0.04) 50%,
      rgba(255,255,255,0.12) 100%
    ) border-box;
  transform: translateY(-3px);
}
.testimonial__text {
  font-size: 0.93rem;
  color: rgba(238,238,238,0.55);
  font-weight: 300;
  line-height: 1.75;
  font-style: normal;
}
.testimonial__text::before { content: '"'; color: rgba(255,255,255,0.2); font-size: 1.6em; line-height: 0.5; vertical-align: -0.35em; margin-right: 0.05em; font-style: normal; }
.testimonial__text::after  { content: '"'; color: rgba(255,255,255,0.2); font-size: 1.6em; line-height: 0.5; vertical-align: -0.35em; margin-left: 0.05em;  font-style: normal; }
.testimonial__author { font-size: 0.78rem; color: rgba(238,238,238,0.3); letter-spacing: 0.02em; font-weight: 500; }

/* ═══════════════════════════════════════════
   MICRO-PROOF CHIPS
═══════════════════════════════════════════ */
.micro-proof {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.38rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(238,238,238,0.7);
  /* gradient border */
  background:
    linear-gradient(rgba(255,255,255,0.06), rgba(255,255,255,0.03)) padding-box,
    linear-gradient(135deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.06) 100%) border-box;
  border: 1px solid transparent;
  box-shadow: 0 0 20px -8px rgba(255,255,255,0.1);
  transition: all 0.2s var(--ease);
}
.micro-proof::before {
  content: '';
  width: 5px; height: 5px;
  background: rgba(255,255,255,0.6);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(255,255,255,0.5);
  flex-shrink: 0;
}
.micro-proof:hover {
  color: rgba(238,238,238,0.95);
  background:
    linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.06)) padding-box,
    linear-gradient(135deg, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.12) 100%) border-box;
  box-shadow: 0 0 28px -6px rgba(255,255,255,0.15);
}

/* ═══════════════════════════════════════════
   AEO ITEMS
═══════════════════════════════════════════ */
.aeo-item {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius);
  transition: all 0.2s var(--ease);
}
.aeo-item:hover { border-color: rgba(255,255,255,0.14); background: rgba(255,255,255,0.042); }
.aeo-item__q { font-weight: 600; font-size: 0.87rem; letter-spacing: -0.005em; color: rgba(238,238,238,0.82); }
.aeo-item__a { font-size: 0.84rem; color: rgba(238,238,238,0.38); line-height: 1.65; font-weight: 300; }

/* ═══════════════════════════════════════════
   COMPARE COLUMNS
═══════════════════════════════════════════ */
.compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  position: relative;
}
.compare__vs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.2);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.compare__col {
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  padding: 2.25rem 2rem;
  transition: transform 0.25s var(--ease);
}
.compare__col::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  pointer-events: none;
}

/* SŁABA strona */
.compare__col--weak {
  background: rgba(255,255,255,0.014);
  border: 1px solid rgba(255,255,255,0.06);
}
.compare__col--weak::after {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
}
.compare__col--weak .compare__title {
  color: rgba(238,238,238,0.28);
  letter-spacing: 0.14em;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.compare__col--weak .compare__list li {
  color: rgba(238,238,238,0.32);
  font-size: 0.9rem;
  font-weight: 300;
  padding: 0.55rem 0 0.55rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  list-style: none;
  position: relative;
}
.compare__col--weak .compare__list li::before {
  content: attr(data-before);
  position: absolute;
  left: 0;
  color: rgba(255,80,80,0.45);
  font-weight: 500;
}

/* PREMIUM strona */
.compare__col--strong {
  background:
    linear-gradient(rgba(255,255,255,0.055), rgba(255,255,255,0.03)) padding-box,
    linear-gradient(145deg,
      rgba(255,255,255,0.35) 0%,
      rgba(255,255,255,0.08) 50%,
      rgba(255,255,255,0.2) 100%
    ) border-box;
  border: 1px solid transparent;
  box-shadow:
    0 0 60px -16px rgba(255,255,255,0.14),
    0 2px 40px rgba(0,0,0,0.4);
}
.compare__col--strong::after {
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.35) 30%,
    rgba(255,255,255,0.5) 50%,
    rgba(255,255,255,0.35) 70%,
    transparent 100%
  );
}
.compare__col--strong .compare__title {
  color: rgba(238,238,238,0.55);
  letter-spacing: 0.14em;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.compare__col--strong .compare__list li {
  color: rgba(238,238,238,0.82);
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.55rem 0 0.55rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  list-style: none;
  position: relative;
}
.compare__col--strong .compare__list li::before {
  content: attr(data-before);
  position: absolute;
  left: 0;
  color: rgba(255,255,255,0.6);
  text-shadow: 0 0 8px rgba(255,255,255,0.4);
  font-weight: 600;
}

/* ═══════════════════════════════════════════
   APPS BLOCKS
═══════════════════════════════════════════ */
.apps__block {
  background:
    linear-gradient(rgba(255,255,255,0.035), rgba(255,255,255,0.02)) padding-box,
    linear-gradient(135deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.04) 100%) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.4rem;
  position: relative;
  overflow: hidden;
  transition: all 0.22s var(--ease);
}
.apps__block::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}
.apps__block:hover {
  background:
    linear-gradient(rgba(255,255,255,0.065), rgba(255,255,255,0.035)) padding-box,
    linear-gradient(135deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.08) 100%) border-box;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.4), 0 0 30px -10px rgba(255,255,255,0.1);
}
.apps__block strong {
  display: block;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 0.95rem;
  color: rgba(238,238,238,0.95);
  margin-bottom: 0.3rem;
}
.apps__block { color: rgba(238,238,238,0.45); font-size: 0.84rem; font-weight: 300; line-height: 1.55; }

/* ═══════════════════════════════════════════
   CLIENTS LIST
═══════════════════════════════════════════ */
.clients__list li { color: rgba(238,238,238,0.52); font-size: 0.97rem; font-weight: 300; }
.clients__list li::before { background: rgba(255,255,255,0.3); }

/* ═══════════════════════════════════════════
   CLIENTS REEL - 2-rzędowy infinite marquee
═══════════════════════════════════════════ */
.clients__reel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 3rem 0 3.5rem;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, black 7%, black 93%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 7%, black 93%, transparent 100%);
}

.clients__reel-row {
  overflow: hidden;
  width: 100%;
}

.clients__reel-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  will-change: transform;
}

.clients__reel-row--left  .clients__reel-track { animation: reel-left  36s linear infinite; }
.clients__reel-row--right .clients__reel-track { animation: reel-right 44s linear infinite; }

@keyframes reel-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes reel-right {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

/* Pauza na hover karty - cały rząd zwalnia */
.clients__reel-card:hover ~ .clients__reel-track,
.clients__reel-row:has(.clients__reel-card:hover) .clients__reel-track {
  animation-play-state: paused;
}

/* Pojedyncza karta */
.clients__reel-card {
  position: relative;
  flex-shrink: 0;
  width: 210px;
  height: 130px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,0.05), rgba(255,255,255,0.02)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.2) 0%,
      rgba(255,255,255,0.04) 50%,
      rgba(255,255,255,0.12) 100%
    ) border-box;
  border: 1px solid transparent;
  transition: transform 0.4s var(--ease),
              box-shadow 0.4s var(--ease),
              background 0.4s var(--ease);
  cursor: default;
}

/* Górna linia świetlna */
.clients__reel-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.25) 30%,
    rgba(255,255,255,0.4) 50%,
    rgba(255,255,255,0.25) 70%,
    transparent 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* Shimmer sweep na hover */
.clients__reel-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg,
    transparent 30%,
    rgba(255,255,255,0.06) 50%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s var(--ease);
  z-index: 1;
  pointer-events: none;
}

.clients__reel-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 1.1rem 1.4rem;
  filter: grayscale(15%) brightness(0.88);
  transition: transform 0.5s var(--ease), filter 0.4s var(--ease);
}

/* Hover */
.clients__reel-card:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.18),
    0 20px 50px rgba(0,0,0,0.65),
    0 0 60px -12px rgba(255,255,255,0.2);
  background:
    linear-gradient(rgba(255,255,255,0.09), rgba(255,255,255,0.04)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.42) 0%,
      rgba(255,255,255,0.08) 50%,
      rgba(255,255,255,0.26) 100%
    ) border-box;
}
.clients__reel-card:hover img {
  filter: grayscale(0%) brightness(1.08);
  transform: scale(1.05);
}
.clients__reel-card:hover::after { opacity: 1; }


/* ═══════════════════════════════════════════
   SCROLL COMPARE - triangle layout
═══════════════════════════════════════════ */

/* Zamień flex-row na block żeby spacery nie przesuwały treści */
.scroll-compare {
  display: block !important;
  min-height: unset !important;
  padding: 5rem 0 !important;
}
.scroll-compare__sticky {
  position: relative !important;
  top: unset !important;
}
.scroll-compare__spacer { display: none !important; }

.scroll-compare__title {
  font-weight: 600;
  letter-spacing: -0.04em;
}

/* Override premium.css max-width + stacked layout */
.scroll-compare__steps {
  max-width: 56rem !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-template-rows: auto auto !important;
  gap: 1rem !important;
  margin: 0 auto !important;
}
/* Sekcja 1 (sites): karta 3 na dole wyśrodkowana */
#scroll-compare-sites .scroll-compare__step:nth-child(3) {
  grid-column: 1 / -1;
  max-width: calc(50% - 0.5rem);
  margin: 0 auto;
  width: 100%;
}

/* Sekcja 2 (positioning): odwrócony trójkąt - karta 1 na górze, 2 i 3 na dole */
#scroll-compare-positioning .scroll-compare__steps {
  grid-template-columns: 1fr 1fr !important;
}
#scroll-compare-positioning .scroll-compare__step:nth-child(1) {
  grid-column: 1 / -1;
  max-width: calc(50% - 0.5rem);
  margin: 0 auto;
  width: 100%;
}
#scroll-compare-positioning .scroll-compare__step:nth-child(2),
#scroll-compare-positioning .scroll-compare__step:nth-child(3) {
  grid-column: auto;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 700px) {
  .scroll-compare__steps,
  #scroll-compare-sites .scroll-compare__steps,
  #scroll-compare-positioning .scroll-compare__steps {
    grid-template-columns: 1fr !important;
  }
  .scroll-compare__step:nth-child(n),
  #scroll-compare-sites .scroll-compare__step:nth-child(3),
  #scroll-compare-positioning .scroll-compare__step:nth-child(1) {
    grid-column: 1 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}
.scroll-compare__step {
  background:
    linear-gradient(rgba(255,255,255,0.05), rgba(255,255,255,0.03)) padding-box,
    linear-gradient(135deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0.12) 100%) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  transition: all 0.35s var(--ease);
  opacity: 1;
  position: relative;
  overflow: hidden;
  transform: none;
}
.scroll-compare__step::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  transition: background 0.35s var(--ease);
}
.scroll-compare__step.is-active {
  background:
    linear-gradient(rgba(255,255,255,0.07), rgba(255,255,255,0.04)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.4) 0%,
      rgba(255,255,255,0.08) 50%,
      rgba(255,255,255,0.22) 100%
    ) border-box;
  opacity: 1;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 0 80px -16px rgba(255,255,255,0.18),
    0 12px 40px rgba(0,0,0,0.5);
  transform: scale(1.015);
}
.scroll-compare__step.is-active::before {
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.45) 30%,
    rgba(255,255,255,0.6) 50%,
    rgba(255,255,255,0.45) 70%,
    transparent 100%
  );
}
.scroll-compare__step-title {
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 1.05rem;
}
.scroll-compare__step-heading {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: rgba(238,238,238,0.3);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.scroll-compare__step-list li {
  color: rgba(238,238,238,0.5);
  font-size: 0.86rem;
  font-weight: 300;
  padding: 0.25rem 0 0.25rem 1.25rem;
  list-style: none;
}
.scroll-compare__step.is-active .scroll-compare__step-list li {
  color: rgba(238,238,238,0.75);
}

/* ═══════════════════════════════════════════
   BLOG CARDS
═══════════════════════════════════════════ */
.blog-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,0.025), rgba(255,255,255,0.025)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.12) 0%,
      rgba(255,255,255,0.02) 50%,
      rgba(255,255,255,0.07) 100%
    ) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  transition: all 0.25s var(--ease);
}
.blog-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.16) 50%, transparent 100%);
  pointer-events: none;
}
.blog-card:hover {
  transform: translateY(-3px);
  background:
    linear-gradient(rgba(255,255,255,0.048), rgba(255,255,255,0.048)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.24) 0%,
      rgba(255,255,255,0.05) 50%,
      rgba(255,255,255,0.14) 100%
    ) border-box;
  box-shadow: 0 10px 36px rgba(0,0,0,0.5);
}
.blog-card__title a { letter-spacing: -0.02em; font-weight: 700; }
.blog-card__title a::after { content: ''; position: absolute; inset: 0; z-index: 1; }
.blog-card__excerpt { color: rgba(238,238,238,0.38); font-weight: 300; }

/* ═══════════════════════════════════════════
   PAGE HERO (podstrony)
═══════════════════════════════════════════ */
.page-hero__title {
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.05;
  background: linear-gradient(175deg, #fff 0%, rgba(255,255,255,0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-hero__lead {
  color: rgba(238,238,238,0.42);
  font-weight: 300;
  line-height: 1.75;
}

/* ═══════════════════════════════════════════
   CONFIGURATOR
═══════════════════════════════════════════ */
.configurator {
  background: var(--bg-2);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-xl);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06),
    0 0 140px -20px rgba(0,0,0,0.9),
    0 0 80px -32px rgba(255,255,255,0.06);
}
.configurator__question { font-weight: 700; letter-spacing: -0.02em; }
.configurator__option {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 9px;
  color: rgba(238,238,238,0.6);
  font-weight: 400;
  transition: all 0.15s var(--ease);
}
.configurator__option:hover {
  background: rgba(255,255,255,0.065);
  border-color: rgba(255,255,255,0.18);
  color: #fff;
}
.configurator__option.is-selected {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.32);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08);
}

/* ═══════════════════════════════════════════
   VIEW TOGGLE
═══════════════════════════════════════════ */
.view-toggle__segmented {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  padding: 3px;
}
.view-toggle__segmented button {
  font-weight: 500;
  color: rgba(238,238,238,0.4);
  border-radius: 7px;
}
.view-toggle__segmented button.is-active {
  background: rgba(255,255,255,0.1);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,0.08) inset, 0 0 20px -6px rgba(255,255,255,0.08);
}

/* ═══════════════════════════════════════════
   CHATBOT WIDGET
═══════════════════════════════════════════ */
/* Wrapper żeby ikona + etykieta były razem */
.chatbot-trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
}
.chatbot-trigger__label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(167,139,250,0.7);
  white-space: nowrap;
  transition: color 0.25s;
  pointer-events: none;
  text-shadow: 0 0 12px rgba(123,110,246,0.4);
}
.chatbot-trigger:hover .chatbot-trigger__label {
  color: rgba(167,139,250,1);
}

.chatbot-btn {
  width: 68px !important;
  height: 68px !important;
  position: relative;
  background: linear-gradient(135deg, #4f3ff0 0%, #7B6EF6 45%, #60A5FA 100%);
  border: none !important;
  box-shadow:
    0 0 0 1px rgba(123,110,246,0.4),
    0 8px 32px -4px rgba(123,110,246,0.55),
    0 0 60px -12px rgba(96,165,250,0.4);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  overflow: visible !important;
}
.chatbot-btn__icon { width: 34px !important; height: 34px !important; position: relative; z-index: 1; drop-shadow: 0 2px 8px rgba(0,0,0,0.3); }
/* Pulsujący ring wokół przycisku */
.chatbot-btn__ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(123,110,246,0.45);
  animation: chatbot-ring-pulse 2.4s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes chatbot-ring-pulse {
  0%, 100% { transform: scale(1);   opacity: 0.7; }
  50%       { transform: scale(1.18); opacity: 0; }
}
.chatbot-btn:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(123,110,246,0.6),
    0 12px 40px -4px rgba(123,110,246,0.7),
    0 0 80px -12px rgba(96,165,250,0.55);
}

/* Animacja pisania (3 kropki) */
.chatbot-typing {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 2px;
}
.chatbot-typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(238,238,238,0.5);
  animation: typing-dot 1.2s ease-in-out infinite;
}
.chatbot-typing span:nth-child(2) { animation-delay: 0.2s; }
.chatbot-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing-dot {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30%            { transform: translateY(-6px); opacity: 1; }
}
.chatbot-panel {
  background: var(--bg-2);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.05),
    0 40px 100px -12px rgba(0,0,0,0.8);
}

/* ═══════════════════════════════════════════
   COOKIE BANNER
═══════════════════════════════════════════ */
.cookie-banner {
  background: rgba(5,5,5,0.95);
  border-top: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
.cookie-banner__inner p { color: rgba(238,238,238,0.38); font-size: 0.84rem; }

/* ═══════════════════════════════════════════
   ABOUT PAGE
═══════════════════════════════════════════ */
.about-stat {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,0.025), rgba(255,255,255,0.025)) padding-box,
    linear-gradient(135deg,
      rgba(255,255,255,0.14) 0%,
      rgba(255,255,255,0.02) 50%,
      rgba(255,255,255,0.08) 100%
    ) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
}
.about-stat::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.16) 50%, transparent 100%);
}
.about-stat__num {
  font-weight: 600;
  letter-spacing: -0.05em;
  font-size: 2.2rem;
  background: linear-gradient(175deg, #fff 0%, rgba(255,255,255,0.65) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-stat__label { font-size: 0.78rem; color: rgba(238,238,238,0.3); font-weight: 400; }
.about-founder__text { color: rgba(238,238,238,0.55); font-weight: 300; line-height: 1.8; }

/* ── Founder bio (full width) ── */
.about-founder-bio-only {
  max-width: 680px;
  margin: 0 auto 3.5rem;
  text-align: center;
}
.about-founder-bio-only .about-founder__links {
  justify-content: center;
}

/* ── Founder photos ── */
.about-founders__photos {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
}
.about-founder-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.about-founder-card__avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(167,139,250,0.5);
  box-shadow: 0 0 0 6px rgba(167,139,250,0.08), 0 16px 48px rgba(0,0,0,0.6);
  flex-shrink: 0;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.about-founder-card__avatar:hover {
  border-color: rgba(167,139,250,0.8);
  box-shadow: 0 0 0 8px rgba(167,139,250,0.12), 0 20px 60px rgba(0,0,0,0.7);
}
.about-founder-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.about-founder-card__name {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(238,238,238,0.95);
  text-align: center;
  margin: 0;
}
.about-founder-card__role {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(167,139,250,0.7);
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 560px) {
  .about-founders__photos { gap: 2rem; }
  .about-founder-card__avatar { width: 140px; height: 140px; }
  .about-founder-card__name { font-size: 0.95rem; }
}

/* ═══════════════════════════════════════════
   REVEAL ANIMATION
═══════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1),
              transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .reveal { transition: none; } }

/* ═══════════════════════════════════════════
   MOUSE-TRACKING EFFECTS
═══════════════════════════════════════════ */

/* Hero mouse spotlight */
.hero__bg {
  --mx: 50%; --my: 50%;
}
.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px circle at var(--mx, 50%) var(--my, 40%),
      rgba(255,255,255,0.04) 0%,
      transparent 60%
    );
  pointer-events: none;
  transition: background 0.15s ease;
}

/* Card glow na kursor */
.card, .case-card, .testimonial, .process-step,
.create__card--big, .create__card--small {
  --cx: 50%; --cy: 50%; --card-glow: 0;
}
.card::before,
.case-card::before,
.testimonial::before,
.process-step::before,
.create__card--big::before,
.create__card--small::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(280px circle at var(--cx) var(--cy),
    rgba(255,255,255,0.055) 0%,
    transparent 70%
  );
  opacity: var(--card-glow, 0);
  pointer-events: none;
  transition: opacity 0.25s ease;
  border-radius: inherit;
}

/* ═══════════════════════════════════════════
   UTILITY
═══════════════════════════════════════════ */
.benefits-list li { color: rgba(238,238,238,0.52); font-weight: 300; }
.benefits-list__dot { background: rgba(255,255,255,0.35); }

/* ═══════════════════════════════════════════
   SCROLL PROGRESS BAR
═══════════════════════════════════════════ */
.scroll-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 1px;
  z-index: 10001;
  pointer-events: none;
}
.scroll-progress::after {
  content: '';
  position: absolute;
  top: 0; left: 0; height: 100%;
  width: var(--scroll, 0%);
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.55) 40%,
    rgba(255,255,255,0.85) 70%,
    rgba(255,255,255,0.55) 100%
  );
  box-shadow: 0 0 12px rgba(255,255,255,0.4);
  transition: width 0.08s linear;
}

/* ═══════════════════════════════════════════
   AMBIENT ORBS - hero depth
═══════════════════════════════════════════ */
.hero {
  isolation: isolate;
}
/* Large ambient orb top-left */
.hero::after {
  content: '';
  position: absolute;
  top: -15%;
  left: -10%;
  width: 55vw;
  height: 55vw;
  background: radial-gradient(circle,
    rgba(255,255,255,0.028) 0%,
    transparent 60%
  );
  pointer-events: none;
  z-index: 0;
  animation: orb-drift 18s ease-in-out infinite alternate;
}
@keyframes orb-drift {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(4%, 3%) scale(1.06); }
}

/* ═══════════════════════════════════════════
   HERO BADGE FLOAT
═══════════════════════════════════════════ */
.hero__badge {
  animation: badge-float 5s ease-in-out infinite;
}
@keyframes badge-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-4px); }
}

/* ═══════════════════════════════════════════
   ANNOUNCE BAR SHIMMER
═══════════════════════════════════════════ */
.announce__inner {
  position: relative;
}
.announce__inner::after {
  content: '';
  position: absolute;
  top: 0; left: -100%; bottom: 0;
  width: 40%;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.04) 50%,
    transparent 100%
  );
  animation: announce-shimmer 6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes announce-shimmer {
  0%   { left: -40%; }
  100% { left: 120%; }
}

/* ═══════════════════════════════════════════
   HERO TITLE SHIMMER - ultra slow
═══════════════════════════════════════════ */
.hero__title {
  background-size: 200% auto;
  background-image: linear-gradient(175deg,
    #ffffff 0%,
    rgba(255,255,255,0.92) 20%,
    rgba(255,255,255,0.72) 45%,
    rgba(255,255,255,0.55) 60%,
    rgba(255,255,255,0.85) 75%,
    #ffffff 100%
  );
  animation: title-shimmer 8s linear infinite;
}
@keyframes title-shimmer {
  0%   { background-position: 200% center; }
  100% { background-position: -200% center; }
}

/* ═══════════════════════════════════════════
   PRIMARY BUTTON - pulse ring on hover
═══════════════════════════════════════════ */
.btn--primary {
  position: relative;
}
.btn--primary::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.0);
  transition: all 0.3s var(--ease);
  pointer-events: none;
}
.btn--primary:hover::after {
  inset: -5px;
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 0 24px -4px rgba(255,255,255,0.15);
}

/* ═══════════════════════════════════════════
   CARD STAGGER - sekcje z gridami
═══════════════════════════════════════════ */
.card:nth-child(1)       { transition-delay: 0.00s; }
.card:nth-child(2)       { transition-delay: 0.06s; }
.card:nth-child(3)       { transition-delay: 0.12s; }
.card:nth-child(4)       { transition-delay: 0.18s; }
.card:nth-child(5)       { transition-delay: 0.24s; }
.card:nth-child(6)       { transition-delay: 0.30s; }

.reveal:nth-child(1)  { transition-delay: 0.0s; }
.reveal:nth-child(2)  { transition-delay: 0.1s; }
.reveal:nth-child(3)  { transition-delay: 0.2s; }
.reveal:nth-child(4)  { transition-delay: 0.3s; }
.reveal:nth-child(5)  { transition-delay: 0.4s; }
.reveal:nth-child(6)  { transition-delay: 0.5s; }

/* ═══════════════════════════════════════════
   CTA BOX - animated shimmer border
═══════════════════════════════════════════ */
.cta-box {
  animation: cta-glow-pulse 6s ease-in-out infinite;
}
@keyframes cta-glow-pulse {
  0%,100% { box-shadow: 0 0 80px -24px rgba(255,255,255,0.04); }
  50%      { box-shadow: 0 0 120px -16px rgba(255,255,255,0.1); }
}

/* ═══════════════════════════════════════════
   SECTION SEPARATOR GLOW - między sekcjami
═══════════════════════════════════════════ */
section + section::before {
  content: '';
  display: block;
  width: 30%;
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.06) 50%,
    transparent 100%
  );
}

/* ═══════════════════════════════════════════
   LOGO HOVER GLOW
═══════════════════════════════════════════ */
.navbar__logo,
.footer__logo {
  transition: filter 0.3s var(--ease);
}
.navbar__logo:hover,
.footer__logo:hover {
  filter: drop-shadow(0 0 12px rgba(255,255,255,0.45));
}

/* ═══════════════════════════════════════════
   SECTION NUMBERS - duże cyfry stats
═══════════════════════════════════════════ */
.case-card__result-num,
.about-stat__num {
  animation: num-glow 4s ease-in-out infinite;
}
@keyframes num-glow {
  0%, 100% { filter: brightness(1); }
  50%       { filter: brightness(1.15) drop-shadow(0 0 8px rgba(255,255,255,0.15)); }
}

/* ═══════════════════════════════════════════
   FORM FOCUS - stronger premium glow
═══════════════════════════════════════════ */
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: rgba(255,255,255,0.32);
  background: rgba(255,255,255,0.072);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.06),
    0 0 32px -6px rgba(255,255,255,0.09),
    inset 0 1px 0 rgba(255,255,255,0.06);
}

/* ═══════════════════════════════════════════
   NAV LINKS - subtle underline on hover
═══════════════════════════════════════════ */
.navbar__nav a {
  position: relative;
}
.navbar__nav a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 50%; right: 50%;
  height: 1px;
  background: rgba(255,255,255,0.4);
  transition: left 0.25s var(--ease), right 0.25s var(--ease);
}
.navbar__nav a:hover::after,
.navbar__nav a.is-active::after {
  left: 0; right: 0;
}

/* ═══════════════════════════════════════════
   SMOOTH ENTRANCE - body fade in
═══════════════════════════════════════════ */
body {
  animation: body-in 0.6s ease both;
}
@keyframes body-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ═══════════════════════════════════════════
   BUTTON CLICK RIPPLE
═══════════════════════════════════════════ */
.btn-ripple {
  position: absolute;
  width: 6px; height: 6px;
  background: rgba(0,0,0,0.25);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  animation: ripple-out 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  z-index: 10;
}
.btn--secondary .btn-ripple,
.navbar__cta .btn-ripple {
  background: rgba(255,255,255,0.15);
}
@keyframes ripple-out {
  to { transform: translate(-50%, -50%) scale(70); opacity: 0; }
}

/* ═══════════════════════════════════════════
   CARD GLOW - intensywniejszy spotlight
═══════════════════════════════════════════ */
.card::before,
.case-card::before,
.testimonial::before,
.process-step::before,
.create__card--big::before,
.create__card--small::before {
  background: radial-gradient(300px circle at var(--cx) var(--cy),
    rgba(255,255,255,0.09) 0%,
    transparent 65%
  );
}

/* ═══════════════════════════════════════════
   HERO FLOATING PARTICLES - CSS-only
═══════════════════════════════════════════ */
.hero__particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.hero__particle {
  position: absolute;
  width: var(--size, 2px);
  height: var(--size, 2px);
  background: var(--color, rgba(255,255,255,0.7));
  border-radius: 50%;
  box-shadow: 0 0 var(--glow, 8px) 1px var(--color, rgba(255,255,255,0.6));
  animation: particle-rise var(--dur, 9s) ease-in-out infinite var(--delay, 0s);
  opacity: 0;
}
/* Wariant migający */
.hero__particle--twinkle {
  animation: particle-twinkle var(--dur, 6s) ease-in-out infinite var(--delay, 0s);
}
/* Wariant poziomy drift */
.hero__particle--drift {
  animation: particle-drift var(--dur, 12s) linear infinite var(--delay, 0s);
}
@keyframes particle-rise {
  0%   { transform: translateY(0) translateX(0);                 opacity: 0; }
  8%   { opacity: var(--peak, 0.9); }
  85%  { opacity: calc(var(--peak, 0.9) * 0.4); }
  100% { transform: translateY(var(--rise, -160px)) translateX(var(--drift, 18px)); opacity: 0; }
}
@keyframes particle-twinkle {
  0%, 100% { opacity: 0;                  transform: scale(1); }
  40%      { opacity: var(--peak, 0.8);   transform: scale(1.4); }
  60%      { opacity: var(--peak, 0.8);   transform: scale(1); }
}
@keyframes particle-drift {
  0%   { transform: translateX(0)   translateY(var(--drift-y, 0px)); opacity: 0; }
  10%  { opacity: var(--peak, 0.6); }
  90%  { opacity: var(--peak, 0.6); }
  100% { transform: translateX(var(--drift, 120px)) translateY(var(--drift-y, -40px)); opacity: 0; }
}

/* ═══════════════════════════════════════════
   HERO ELEMENTS STAGGER on load
═══════════════════════════════════════════ */
.hero__badge   { animation: hero-el-in 0.9s cubic-bezier(0.16,1,0.3,1) forwards 0.1s,  badge-float 5s ease-in-out infinite 1.1s; opacity: 0; }
.hero__title   { animation: hero-el-in 1.0s cubic-bezier(0.16,1,0.3,1) forwards 0.22s; opacity: 0; }
.hero__sub     { animation: hero-el-in 0.9s cubic-bezier(0.16,1,0.3,1) forwards 0.42s; opacity: 0; }
.hero__actions { animation: hero-el-in 0.9s cubic-bezier(0.16,1,0.3,1) forwards 0.58s; opacity: 0; }
.hero__trust   { animation: hero-el-in 0.9s cubic-bezier(0.16,1,0.3,1) forwards 0.74s; opacity: 0; }
@keyframes hero-el-in {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════════════════════
   CTA BOX - animated shimmer sweep
═══════════════════════════════════════════ */
.cta-box {
  overflow: hidden;
}
.cta-box::before {
  position: absolute;
  top: -1px; left: -100%; width: 60%; height: calc(100% + 2px);
  background: linear-gradient(105deg,
    transparent 0%,
    rgba(255,255,255,0.025) 50%,
    transparent 100%
  );
  animation: cta-sweep 7s ease-in-out infinite 2s;
  pointer-events: none;
  z-index: 1;
}
@keyframes cta-sweep {
  0%   { left: -60%; }
  40%, 100% { left: 130%; }
}

/* ═══════════════════════════════════════════
   SECTION TITLES - gradient underline deco
═══════════════════════════════════════════ */
.section__title {
  position: relative;
  display: block;
}

/* ═══════════════════════════════════════════
   NUMBER COUNTER - glow on active
═══════════════════════════════════════════ */
.case-card__result-num[data-counting="true"],
.about-stat__num[data-counting="true"] {
  animation: num-count-glow 1.5s ease-out both;
}
@keyframes num-count-glow {
  0%   { filter: brightness(0.6); }
  60%  { filter: brightness(1.3) drop-shadow(0 0 12px rgba(255,255,255,0.3)); }
  100% { filter: brightness(1); }
}

/* ═══════════════════════════════════════════
   ANNOUNCE BAR - pill badge
═══════════════════════════════════════════ */
.announce__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 0.15rem 0.65rem;
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: rgba(238,238,238,0.6);
  margin-right: 0.6rem;
}
.announce__badge::before {
  content: '';
  width: 5px; height: 5px;
  background: rgba(255,255,255,0.7);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(255,255,255,0.5);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { transform: scale(1);   opacity: 1; }
  50%       { transform: scale(1.4); opacity: 0.6; }
}

/* ═══════════════════════════════════════════
   NAVBAR - scroll indicator glow
═══════════════════════════════════════════ */
.navbar.scrolled .navbar__logo {
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.2));
}

/* ═══════════════════════════════════════════
   MAGNETIC BUTTON - visual feedback
═══════════════════════════════════════════ */
.btn--primary {
  transition: transform 0.18s var(--ease),
              box-shadow 0.18s var(--ease),
              background 0.18s var(--ease);
}

/* ═══════════════════════════════════════════
   RESPONSIVE - TABLET (≤900px)
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  /* Hero */
  .hero__content { padding: 2rem 1rem; }
  .hero__title { font-size: clamp(2rem, 6vw, 3.2rem); }
  .hero__sub { font-size: 1rem; }
  .hero__actions { flex-direction: column; align-items: center; gap: 0.75rem; }
  .hero__actions .btn { width: 100%; max-width: 340px; text-align: center; }
  .hero__trust { flex-wrap: wrap; justify-content: center; gap: 0.5rem; }

  /* Create grid: 6→3 kolumny */
  .create__grid { grid-template-columns: repeat(3, 1fr) !important; }
  .create__card--big { grid-column: span 3 !important; }
  .create__card--small { grid-column: span 1 !important; }

  /* Contact */
  .contact__inner { grid-template-columns: 1fr !important; gap: 2rem; }

  /* Compare */
  .compare { grid-template-columns: 1fr !important; }

  /* Apps */
  .apps__grid { grid-template-columns: repeat(2, 1fr) !important; }

  /* Process */
  .process-steps { grid-template-columns: repeat(2, 1fr) !important; }

  /* Footer CTA strip */
  .footer__cta-strip-inner { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .footer__cta-headline { font-size: clamp(1.6rem, 4vw, 2.2rem); }

  /* Footer grid: 4→2 kolumny */
  .footer__inner { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
  .footer__brand { grid-column: 1 / -1; }

  /* Clients reel karta */
  .clients__reel-card { width: 170px; height: 106px; }

  /* Scroll compare triangle */
  .scroll-compare__steps { max-width: 100% !important; }
}

/* ═══════════════════════════════════════════
   RESPONSIVE - TABLET MAŁY / DUŻY TELEFON (≤700px)
═══════════════════════════════════════════ */
@media (max-width: 700px) {
  /* Sekcje: padding */
  .section { padding: 3.5rem 0; }
  .container { padding: 0 1.25rem; }

  /* Hero */
  .hero__title { font-size: clamp(1.8rem, 8vw, 2.8rem); }
  .hero__badge { font-size: 0.58rem; padding: 0.4rem 1rem; }

  /* Create grid: 3→1 */
  .create__grid { grid-template-columns: 1fr !important; }
  .create__card--big,
  .create__card--small { grid-column: span 1 !important; }

  /* Apps: 2→1 */
  .apps__grid { grid-template-columns: 1fr !important; }

  /* Process: 2→1 */
  .process-steps { grid-template-columns: 1fr !important; }

  /* AI cards: 3→1 */
  .ai-cards { grid-template-columns: 1fr !important; }

  /* Why grid */
  .why__grid { grid-template-columns: 1fr !important; }

  /* Cases i testimonials */
  .cases__grid { grid-template-columns: 1fr !important; }
  .testimonials__list { grid-template-columns: 1fr !important; }

  /* Clients reel karta */
  .clients__reel-card { width: 150px; height: 94px; }

  /* Scroll compare: odwrócony trójkąt → jeden kolumna */
  #scroll-compare-positioning .scroll-compare__step:nth-child(1) {
    max-width: 100%;
    grid-column: 1 / -1;
  }

  /* Footer */
  .footer__inner { grid-template-columns: 1fr !important; gap: 1.5rem !important; }
  .footer__brand { grid-column: 1; }
  .footer__cta-btn { width: 100%; text-align: center; }

  /* Announce */
  .announce__inner { font-size: 0.58rem; letter-spacing: 0.1em; }

  /* Hero ticker */
  .hero__ticker-track { gap: 1rem; }
}

/* ═══════════════════════════════════════════
   RESPONSIVE - MOBILE (≤560px)
═══════════════════════════════════════════ */
@media (max-width: 560px) {
  /* Sekcje */
  .section { padding: 2.5rem 0; }
  .container { padding: 0 1rem; }
  .section__title { font-size: clamp(1.5rem, 7vw, 2rem); }
  .section__lead { font-size: 0.92rem; }

  /* Hero */
  .hero { min-height: 100svh; }
  .hero__title { font-size: clamp(1.6rem, 9vw, 2.4rem); line-height: 1.1; }
  .hero__sub { font-size: 0.92rem; padding: 0 0.5rem; }
  .hero__stats { gap: 1rem 1.5rem; }
  .hero__stat-num { font-size: 1.4rem; }

  /* Navbar */
  .navbar__logo { font-size: 0.9rem; }

  /* Chatbot */
  .chatbot-btn { width: 52px !important; height: 52px !important; }
  .chatbot-btn__icon { width: 24px !important; height: 24px !important; }
  .chatbot-trigger__label { font-size: 0.58rem; }
  .chatbot-wrap { right: 0.75rem !important; bottom: 0.75rem !important; }
  .chatbot-panel {
    position: fixed !important;
    left: 0.75rem !important;
    right: 0.75rem !important;
    bottom: calc(52px + 0.75rem + 10px) !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - 52px - 3rem) !important;
  }

  /* Configurator */
  .configurator { max-width: calc(100vw - 2rem) !important; margin: 1rem !important; }
  .configurator__inner { padding: 1.25rem !important; }

  /* Clients reel karta */
  .clients__reel-card { width: 130px; height: 80px; }
  .clients__reel-card img { padding: 0.6rem; }

  /* Compare cols */
  .compare__col { padding: 1.25rem !important; }

  /* FAQ */
  .faq__q { font-size: 0.9rem; padding: 1rem 1.25rem; }

  /* CTA box */
  .cta-box { padding: 2rem 1.25rem; }
  .cta-box__title { font-size: clamp(1.3rem, 6vw, 1.8rem); }

  /* Footer */
  .footer__cta-strip { padding: 2rem 0; }
  .footer__cta-headline { font-size: 1.6rem; }
  .footer__ticker-track span { font-size: 0.58rem; letter-spacing: 0.12em; }
  .footer__bottom-inner { flex-direction: column; gap: 0.5rem; text-align: center; }

  /* Scroll compare */
  .scroll-compare { padding: 2.5rem 0 !important; }
  #scroll-compare-positioning .scroll-compare__step:nth-child(1) { max-width: 100%; }

  /* Blog cards */
  .blog-grid { grid-template-columns: 1fr !important; }

  /* Buttons */
  .btn { padding: 0.75rem 1.25rem; font-size: 0.88rem; }
  .btn--large { padding: 0.9rem 1.5rem; font-size: 0.92rem; }
}

/* ═══════════════════════════════════════════
   RESPONSIVE - MAŁY TELEFON (≤420px)
═══════════════════════════════════════════ */
@media (max-width: 420px) {
  .hero__title { font-size: 1.55rem; }
  .navbar__logo { font-size: 0.85rem; }
  .footer__cta-headline { font-size: 1.35rem; }
  .clients__reel-card { width: 110px; height: 68px; }
  .hero__actions .btn { font-size: 0.85rem; }
}

/* ═══════════════════════════════════════════
   STICKY CTA BAR
═══════════════════════════════════════════ */
.sticky-cta-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 900;
  background: rgba(10,10,18,0.92);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,0.08);
  transform: translateY(110%);
  transition: transform 0.35s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
}
.sticky-cta-bar.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}
.sticky-cta-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.9rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.sticky-cta-bar__note {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
}
@media (max-width: 560px) {
  .sticky-cta-bar__note { display: none; }
  .sticky-cta-bar__inner { padding: 0.75rem 1rem; }
}

/* ── Hero micro-note ── */
.hero__micro-note {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  margin-top: 0.6rem;
  letter-spacing: 0.02em;
}

/* ── Stronger CTA button glow ── */
.btn--primary {
  box-shadow: 0 0 0 0 rgba(139,92,246,0);
  transition: box-shadow 0.25s ease, transform 0.18s ease, background 0.2s ease;
}
.btn--primary:hover {
  box-shadow: 0 0 24px 4px rgba(139,92,246,0.35);
  transform: translateY(-2px);
}

/* ═══════════════════════════════════════════
   PREFERS REDUCED MOTION - safety net
═══════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  *:not(.footer__ticker-track):not(.hero__ticker-track):not(.hero__particle):not(.clients__reel-track):not(.page-star),
  *:not(.footer__ticker-track):not(.hero__ticker-track):not(.hero__particle):not(.clients__reel-track):not(.page-star)::before,
  *:not(.footer__ticker-track):not(.hero__ticker-track):not(.hero__particle):not(.clients__reel-track):not(.page-star)::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.1ms !important;
  }
}
