/* ================== PALETA I BAZA ================== */
:root{
  --bg:#f9fbff;
  --bg-2:#f3f6fc;
  --surface:#ffffff;
  --txt:#0f1a2b;
  --muted:#50607a;
  --brand-1:#81abff;
  --brand-2:#b4ccfd;
  --brand-3:#7BE4CE;
  --glass:rgba(255,255,255,.7);
  --stroke:rgba(15,26,43,.08);
  --shadow:0 10px 25px rgba(15,26,43,.08),0 2px 6px rgba(15,26,43,.05);
  --radius-1:18px;
  --radius-2:12px;
  --maxw:1200px;
  --pad:clamp(16px,2vw,28px);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  color:var(--txt);
  background:
    radial-gradient(1200px 800px at 10% -10%, #e9f3ff 0%, transparent 60%),
    radial-gradient(900px 600px at 90% 10%, #eaf2ff 0%, transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  overflow-x:hidden;
  scroll-behavior:smooth;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:var(--maxw);margin:0 auto;padding:0 var(--pad)}

/* ================== NAV ================== */
header{
  position:fixed;inset:0 0 auto 0; height:72px;
  display:flex; align-items:center; z-index:50;
  backdrop-filter:saturate(120%) blur(10px);
  background:linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.6));
  border-bottom:1px solid var(--stroke);
}
.nav{display:flex; align-items:center; justify-content:space-between; gap:16px;}
.logo{display:flex; align-items:center; gap:10px; font-weight:800; letter-spacing:.2px;}
.logo-badge{width:28px;height:28px;border-radius:8px;
  background:conic-gradient(from 210deg,var(--brand-1),var(--brand-2),var(--brand-1));
  box-shadow:0 6px 14px rgba(58,152,255,.25);
}
.nav-links{display:flex; gap:22px; align-items:center}
.cta{
  background:linear-gradient(135deg,var(--brand-1),var(--brand-2));
  padding:10px 16px; border-radius:12px; font-weight:600; color:#072535;
  box-shadow:0 8px 22px rgba(58,152,255,.25), inset 0 1px 0 rgba(255,255,255,.6);
  border:1px solid rgba(7,37,53,.05);
}
.burger{display:none; width:40px;height:40px;border-radius:10px;border:1px solid var(--stroke);background:var(--surface)}

/* ================== HERO TOP ================== */
.hero{
  position:relative;
  padding-top:calc(72px + 60px);
  display:grid; align-items:center;
}
.hero-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:20px; align-items:center}
.eyebrow{display:inline-flex; gap:10px; align-items:center; font-weight:600; color:var(--muted);
  background:rgba(55,199,212,.12); border:1px solid var(--stroke); border-radius:999px; padding:8px 12px;}
.spark{width:8px;height:8px;border-radius:99px;background:linear-gradient(135deg,var(--brand-3),var(--brand-1))}
h1{font-size:clamp(34px,5vw,56px); line-height:1.05; margin:16px 0 14px}
.lead{color:var(--muted); font-size:clamp(16px,2.2vw,20px); line-height:1.55}
.hero-cta{display:flex; gap:14px; margin-top:22px; flex-wrap:wrap}
.btn{display:inline-flex; align-items:center; gap:10px; padding:14px 18px; border-radius:14px; font-weight:600;
  border:1px solid var(--stroke); background:var(--surface); box-shadow:var(--shadow)}
.btn.primary{background:linear-gradient(135deg,var(--brand-1),var(--brand-2)); color:#072535; border-color:transparent}
.subnote{color:var(--muted); font-size:13px; margin-top:10px}

/* HERO mockups */
.mock-stack{position:relative; aspect-ratio:16/10; border-radius:18px; overflow:visible; transform-style:preserve-3d;}
.layer{position:absolute; border-radius:16px; border:1px solid var(--stroke); box-shadow:var(--shadow);
  background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,255,255,.7));}
.layer.dashboard{top:0; right:-2%; width:100%; height:72%; overflow:hidden}
.layer.kiosk{bottom:0; left:-4%; width:58%; height:48%}
.layer.report{bottom:8%; right:-46%; width:52%; height:44%}

/* Sekcje */
section{padding:40px 0}
section .head{margin-bottom:22px}
h2{font-size:clamp(26px,3.6vw,38px); margin:0 0 8px}
.lead-s{color:var(--muted); margin:0}

/* GRIDY I KARTY */
.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.card{border:1px solid var(--stroke); border-radius:var(--radius-1); background:var(--surface); box-shadow:var(--shadow);
  padding:18px; display:grid; gap:10px}
.tag{display:inline-flex; padding:6px 10px; border-radius:999px; font-weight:600; font-size:12px; background:rgba(58,152,255,.14); color:#255;}
.card p{color:var(--muted); margin:0}
.grid-2{display:grid; grid-template-columns:1.1fr .9fr; gap:24px; align-items:center}
.steps{display:grid; gap:14px}
.step{display:grid; grid-template-columns:auto 1fr; gap:12px; align-items:start}
.num{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--brand-1),var(--brand-2));color:#072535;display:grid;place-items:center;font-weight:800}
.illus{border:1px solid var(--stroke); border-radius:18px; padding:18px; background:var(--surface); box-shadow:var(--shadow)}

.excel{display:grid; grid-template-columns:.9fr 1.1fr; gap:28px; align-items:center}
.pill{display:inline-flex; gap:8px; align-items:center; padding:8px 12px; border-radius:999px; border:1px solid var(--stroke); background:rgba(25,211,167,.12)}
.excel-logos{display:flex; gap:10px; flex-wrap:wrap}
.logo-pill{padding:8px 12px; border-radius:999px; border:1px solid var(--stroke); background:var(--surface); color:var(--muted); font-weight:600}

.stats{display:grid; grid-template-columns:repeat(4,1fr); gap:16px}
.stat{border:1px solid var(--stroke); border-radius:16px; padding:16px; background:var(--surface); text-align:center; box-shadow:var(--shadow)}
.stat b{font-size:26px}

/* FORM */
.form{display:grid; gap:14px; border:1px solid var(--stroke); border-radius:18px; padding:18px; background:var(--surface); box-shadow:var(--shadow)}
.row{display:grid; grid-template-columns:1fr 1fr; gap:12px}
label{font-weight:600; font-size:14px}
input,textarea{width:100%; padding:12px 14px; border-radius:12px; border:1px solid var(--stroke); background:#fff; color:var(--txt);
  font:400 15px/1.4 Inter,system-ui,sans-serif; outline:none;}
textarea{min-height:120px; resize:vertical}
.help{font-size:12px; color:var(--muted)}
.form .btn{justify-content:center}
.success,.error{display:none; padding:12px 14px; border-radius:12px; border:1px solid var(--stroke);}
.success{background:linear-gradient(180deg,#eafff8,#f5fffb); color:#0d7b5f}
.error{background:linear-gradient(180deg,#fff3f3,#fff9f9); color:#8a1f1f}

/* CTA FOOTER */
.cta-block {
  border:1px solid var(--stroke);
  border-radius:22px;
  padding:22px;
  background: linear-gradient(
    -135deg,
    rgba(129,171,255,0.15),  /* brand-1 z 5% krycia */
    rgba(180,204,253,0.15)   /* brand-2 z 5% krycia */
  ); /* ← tu musi być średnik */
  text-align:center;
  box-shadow:var(--shadow);
}

footer {
  padding:32px 0;
  color:var(--muted);
  border-top:1px solid var(--stroke);
}


/* Responsive */
@media (max-width:980px){
  .nav-links{display:none}
  .burger{display:block}
  .hero-grid,.grid-2,.excel,.hero{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr 1fr}
  .row{grid-template-columns:1fr}
  .layer.report{display:none}
}
@media (max-width:560px){.stats{grid-template-columns:1fr}}

/* Drobne poprawki */
.hero p.lead{margin-bottom:12px}
.hero .mock-stack{margin-bottom:0}
#dlaczego{padding-top:20px}

/* Animacje warstw */
.mock-stack .layer,
.orders-main,
.orders-side {
  --base-x: 0px;
  --base-y: 0px;
  --base-scale: 1;
  --hover-x: 0px;
  --hover-y: 0px;
  transform:
    translate(var(--base-x), var(--base-y))
    scale(var(--base-scale))
    translate(var(--hover-x), var(--hover-y))
    scale(var(--hover-scale, 1)) !important;
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.mock-stack .layer.kiosk { --base-scale: 0.8; --base-y: -20%; }

/* ZOOM efekt */
.zoom-target { position: relative; z-index: 1; --hover-scale: 1; transition: transform .38s cubic-bezier(.22,.61,.36,1), opacity .32s ease, filter .38s ease; transform-origin: center center; }
.zoom-target.is-active { --hover-scale: 1.06; z-index: 30; opacity: 1; filter: drop-shadow(0 10px 30px rgba(7,37,53,.18)); }
.zoom-target.is-dimmed { opacity: .76; filter: saturate(.95) brightness(.98); z-index: 1; }
.zoom-target:focus-visible { outline: 2px solid rgba(122,166,255,.7); outline-offset: 3px; }

/* Zlecenia – layout */
#zlecenia { padding-top: 40px; }
#zlecenia .orders-visual{
  position: relative;
  border-radius: var(--radius-1);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  background: center/cover no-repeat url("img/produktor4.png");
  min-height: clamp(320px, 40vw, 560px);
  overflow: visible;
}
#zlecenia .mock-stack{ position: relative; aspect-ratio: 16/10; border-radius: 18px; overflow: visible; transform-style: preserve-3d; }
#zlecenia .orders-main{ top: 0; right: 12%; width: 100%; height: 72%; overflow: hidden; position: absolute; border: 1px solid var(--stroke); border-radius: 16px; background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.7)); box-shadow: var(--shadow); }
#zlecenia .orders-side{ bottom: 38%; right: -26%; width: 52%; height: 44%; position: absolute; border: 1px solid var(--stroke); border-radius: 16px; background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.8)); box-shadow: var(--shadow); }

@media (max-width: 980px){
  #zlecenia .orders-side{ width: 54%; right: -18%; bottom: -12%; }
}
@media (max-width: 560px){
  #zlecenia .orders-visual{ min-height: 420px; }
  #zlecenia .orders-side{ width: 92% !important; right: 4%; bottom: -8%; }
}

/* ================== NOWA SEKCJA FULL-WIDTH (GRANAT) ================== */
/* Sekcja na całą szerokość z tłem pod spodem */
.granatowy{
  position: relative;
  isolation: isolate;
  color: #e7e9ff; /* jasny tekst tylko wewnątrz sekcji */
  padding: 48px 0 80px;
}
.granatowy::before{
  content:"";
  position: absolute;
  inset: 0;
  background-image: url("img/produkcja.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* ładny efekt parallax tła */
  filter: saturate(0.9) contrast(1.05);
  z-index:-2;
}
.granatowy::after{
  content:"";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 800px at 20% 10%, rgba(34,41,104,0.55), transparent 60%),
    linear-gradient(180deg, rgba(8,12,40,0.92), rgba(8,12,40,0.92));
  z-index:-1;
}

/* Wewnętrzny kontener treści w granatowej sekcji */
.granatowy .wrap{
  max-width: 1150px;
  margin-inline: auto;
  padding: 0 24px;
}

/* HERO w granatowej sekcji */
.granatowy .hero h1{
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 12px;
  font-size: clamp(28px, 4.2vw, 44px);
}
.granatowy .highlight{ color: var(--brand-2); font-weight: 700; }
.granatowy .sub{
  font-size: clamp(16px, 2vw, 20px);
  color: #b9bde6; /* muted-on-navy */
  margin: 0 0 28px;
}

/* GRID (lead + checks) */
.granatowy .grid{
  display:grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: start;
  margin-top: 20px;
}
.granatowy .lead{
  font-size: 20px;
  color: #dfe3ff;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.00));
  border-radius: 14px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.14);
}
.granatowy .checks{ display:grid; gap:18px; }
.granatowy .check{
  display:flex; gap:12px; align-items:flex-start;
  background: transparent; border-radius:10px; padding:0;
}
.granatowy .check::before{
  content:"✔"; color: var(--brand-3); font-weight:800; line-height:1; margin-top:3px;
}
.granatowy .check b{display:block;}
.granatowy .check p{margin:2px 0 0; color:#b9bde6;}

/* BOTTOM (card + bullets) */
.granatowy .bottom{
  display:grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  margin-top: 36px;
}
.granatowy .card{
  background: radial-gradient(100% 120% at 0% 0%, rgba(41,47,114,0.55), rgba(16,20,60,0.6));
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  padding: 26px 24px;
  position: relative;
  overflow: hidden;
}
.granatowy .card em{ display:block; font-style:italic; color:#dfe3ff; font-size:17px; }
.granatowy .sig{ margin-top:18px; opacity:.9; font-weight:700; }

.granatowy .bullets{
  display:grid; grid-template-columns: 1fr 1fr; gap:14px 28px; align-content:start;
}
.granatowy .bullet{
  padding-left:18px; position:relative; color:#b9bde6;
}
.granatowy .bullet::before{
  content:"— "; color: var(--brand-2); position:absolute; left:0; top:0; font-weight:900;
}

/* CTA */
.granatowy .cta{ display:flex; gap:14px; margin-top:18px; flex-wrap:wrap; }
.granatowy .btn{
  appearance:none; border:0; border-radius:999px; padding:12px 18px;
  font-weight:700; cursor:pointer;
  transition: transform .07s ease, box-shadow .2s ease, background .2s ease;
  font-size:15px; line-height:1;
}
.granatowy .btn:active{ transform: translateY(1px) scale(0.99); }
.granatowy .btn-primary{
  background: linear-gradient(180deg, var(--brand-1), var(--brand-2));
  color:#0b0e28;
  box-shadow: 0 10px 24px rgba(58,152,255,.25);
}
.granatowy .btn-ghost{
  background: rgba(255,255,255,0.06);
  color: #e7e9ff;
  border: 1px solid rgba(255,255,255,0.14);
}
.granatowy .btn-ghost small{opacity:.9;}
.granatowy .accent{ color: var(--brand-2); font-weight:700; }

/* Efekty wejścia/paralaksa dla nowej sekcji (#sekcja) */
#sekcja [data-parallax]{ --x:0px; --y:0px; transform: translate3d(var(--x),var(--y),0) scale(1); opacity:0; will-change:transform,opacity; }
#sekcja .lead[data-parallax]{ transform: translate3d(0,14px,0); }
#sekcja .check[data-parallax]{ transform: translate3d(0,18px,0); }
#sekcja [data-parallax].in{ opacity:1; transition: transform .15s ease-out, opacity .9s ease; }

/* Responsive – nowa sekcja */
@media (max-width: 980px){
  .granatowy .grid, .granatowy .bottom{ grid-template-columns:1fr; }
}
@media (max-width: 520px){
  .granatowy .bullets{ grid-template-columns:1fr; }
  .granatowy .lead{ font-size:18px; }
}

/* === ZLECENIA: identyczne położenie/rozmiar/zachowanie jak w HERO === */
#zlecenia .mock-stack{
  aspect-ratio: 16/10;
  overflow: visible;
}

#zlecenia .orders-main{
  top: 0;
  right: 12%;
  width: 100%;
  height: 72%;
  overflow: hidden;
  position: absolute;
}

#zlecenia .orders-side{
  bottom: 38%;
  right: -26%;
  width: 52%;
  height: 44%;
  position: absolute;
}

/* obrazy jak w Hero – szerokość 100%, wysokość auto (bez object-fit) */
#zlecenia .mock-stack img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: unset;
}
/* === ZLECENIA: produktor4_1.png — 50% wielkości, bez kadrowania === */
#zlecenia .orders-main{
  display: grid;           /* ładne wycentrowanie w karcie */
  place-items: center;
}

#zlecenia .orders-main img[src$="produktor4_1.png"]{
  width: 50% !important;   /* połowa rozmiaru względem kontenera */
  height: auto !important; /* zachowaj proporcje */
  object-fit: contain !important; /* zero przycięć */
}
/* === ZLECENIA: produktor4_1.png — bez przycięcia i bez poziomego kontenera === */
#zlecenia .mock-stack{
  aspect-ratio: auto !important;   /* nie wymuszaj szerokiego formatu */
  display: grid !important;
  place-items: center !important;   /* ładne wycentrowanie */
}

#zlecenia .orders-main{
  position: static !important;      /* przestaje być absolutnym „kadrem” */
  width: auto !important;
  height: auto !important;          /* rośnie tyle, ile potrzebuje obraz */
  overflow: visible !important;     /* nic nie ucinaj */
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

#zlecenia .orders-main img[src$="produktor4_1.png"]{
  display: block;
  width: auto !important;           /* użyj wymiarów naturalnych */
  height: auto !important;
  max-width: none !important;
  transform: scale(.5);             /* 50% realnej wielkości */
  transform-origin: center center;
  object-fit: contain !important;   /* pełny kadr, zero zniekształceń */
}

/* Przesunięcie warstwy z produktor4_1.png */
#zlecenia .orders-main{
  --base-x: -51%;
  --base-y: 2%;
}

/* Przesunięcie warstwy z produktor4_2.png */
#zlecenia .orders-side{
  --base-x: -61%;
  --base-y: 16%;
}

/* === MOBILE FIX: utrzymaj produktor2.png i produktor4_2.png w kadrze === */
@media (max-width: 980px){
  /* HERO: warstwa z produktor2.png (zwykle .layer.kiosk; zostaw też .report na wszelki wypadek) */
  .mock-stack .layer.kiosk,
  .mock-stack .layer.report{
    display: block !important;      /* gdyby .layer.report było ukryte w mobile */
    left: 50% !important; right: auto !important; bottom: 0 !important;
    width: 78% !important; height: auto !important;
    --base-x: -50%;                  /* centrowanie przez istniejący pipeline transform */
    --base-y: 0;
  }

  /* ZLECENIA: panel boczny z produktor4_2.png */
  #zlecenia .orders-side{
    display: block !important;       /* na wypadek globalnego ukrywania .report */
    left: 50% !important; right: auto !important; bottom: 0 !important;
    width: 82% !important; height: auto !important;
    --base-x: -50%;
    --base-y: 0;
  }
}

@media (max-width: 560px){
  .mock-stack .layer.kiosk,
  .mock-stack .layer.report{ width: 86% !important; }

  #zlecenia .orders-side{ width: 92% !important; }
}

/* === Miganie 1. kafelka w #raporty na jasnoniebiesko === */
#raporty .stats .stat:first-child{
  position: relative;
  animation: blink-blue 1.6s ease-in-out infinite;
  border-color: rgba(122,166,255,.45);            /* lekkie podbicie obramowania */
}

#raporty .stats .stat:first-child b{
  transition: color .25s ease;
}

/* Kluczowe klatki: jasnoniebieski „blink” w połowie cyklu */
@keyframes blink-blue{
  0%, 100%{
    background: var(--surface);
    box-shadow: var(--shadow);
    transform: translateZ(0);                     /* brak skoku */
  }
  50%{
    /* delikatne rozjaśnienie w kierunku brandowego błękitu */
    background: linear-gradient(180deg, rgba(122,166,255,.18), #ffffff);
    box-shadow:
      0 0 0 4px rgba(122,166,255,.18),
      0 10px 25px rgba(58,152,255,.22),
      0 2px 6px rgba(15,26,43,.06);
    transform: translateZ(0);
  }
}

/* Preferencje dostępności: wyłącz animację, jeśli użytkownik tego nie chce */
@media (prefers-reduced-motion: reduce){
  #raporty .stats .stat:first-child{
    animation: none;
  }
}

/* Główne nagłówki w kafelkach sekcji #dlaczego */
#dlaczego .card h3.special{
  display: block;               /* nagłówek zajmuje pełną szerokość kafelka */
  width: 100%;
  text-align: center;           /* wyśrodkowanie w poziomie */
  font-size: clamp(24px, 3vw, 30px); /* trochę większa czcionka */
  font-weight: 800;
  margin: 8px 0 10px;
}


/* Podtytuł pod nimi */
#dlaczego .card h4{
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  color: var(--muted);
  margin: 4px 0 10px;
}

/* Delikatny odstęp dla pigułki (tagu) nad tytułem */
#dlaczego .card .tag{
  display: inline-flex;
  margin-inline: auto;
  margin-bottom: 8px;
}

/* === Pasek .tag w kafelkach sekcji #dlaczego === */
#dlaczego .card .tag{
  display: block;              /* zamiast inline-flex → zajmuje całą szerokość */
  width: 100%;
  text-align: center;          /* wyśrodkowanie tekstu */
  font-size: clamp(16px, 2vw, 18px); /* powiększona czcionka */
  font-weight: 700;
  background: rgba(122,166,255,.15); /* delikatny błękit, spójny z resztą */
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 10px 14px;
  margin: 0 0 10px;            /* odstęp od tytułu poniżej */
}


/* === HERO (mobile): 3 mockupy wycentrowane i nachodzą na siebie po 50% === */
@media (max-width: 560px){
  /* Kontener na stos – większa wysokość, by zmieścić 3 obrazki z overlapem */
  .hero .mock-stack{
    position: relative;
    aspect-ratio: 16 / 20;         /* wyższy niż 16:10, żeby było miejsce na nakładki */
    overflow: visible;
  }

  /* Wspólne ustawienia warstw: pełna szerokość (lekko różna dla głębi), centrowanie */
  .hero .mock-stack .layer{
    position: absolute !important;
    left: 50% !important;
    height: auto !important;
    transform: translateX(-50%) !important;   /* centrowanie poziome */
    border: 1px solid var(--stroke);
    box-shadow: var(--shadow);
  }
  .hero .mock-stack .layer img{
    width: 100% !important;
    height: auto !important;
    display: block;
    border-radius: 16px;
  }

  /* 1) produktor1.png — baza na dole stosu */
  .hero .mock-stack .layer.dashboard{
    top: 0 !important;
    width: 92% !important;
    z-index: 1 !important;
  }

  /* 2) produktor3.png — nachodzi na produktor1 o 50% i jest NAD nim */
  .hero .mock-stack .layer.kiosk{
    top: 50% !important;                      /* połowa wysokości kontenera */
    transform: translate(-50%, -50%) !important; /* -50% własnej wysokości = overlap 50% */
    width: 86% !important;                    /* nieco węższy dla efektu */
    z-index: 3 !important;                    /* na wierzchu */
  }

  /* 3) produktor2.png — nachodzi na kiosk o 50% i jest POD nim */
  .hero .mock-stack .layer.report{
    display: block !important;                /* wcześniejszy CSS ukrywał to na mobile */
    top: 100% !important;                     /* start pod środkiem stosu */
    transform: translate(-50%, -50%) !important; /* wchodzi o 50% w warstwę wyżej */
    width: 88% !important;
    z-index: 2 !important;                    /* pod kioskiem, nad bazą */
  }
}
/* === MOBILE: maksymalny bufor pod HERO === */
@media (max-width: 560px){
  /* zapas pod całym blokiem HERO */
  .hero{
    padding-bottom: clamp(240px, 55vw, 420px);
  }

  /* odstęp za mockupami */
  .hero .mock-stack{
    margin-bottom: clamp(180px, 45vw, 320px);
  }

  #dlaczego{
    position: relative;
    z-index: 0;
  }
}


/* === MOBILE HERO: poprawione nakładanie === */
@media (max-width: 560px){
  /* produktor1.png – baza */
  .hero .mock-stack .layer.dashboard{
    top: 0 !important;
    width: 92% !important;
    z-index: 1 !important;
  }

  /* produktor3.png – nachodzi na dashboard tylko o 20% */
  .hero .mock-stack .layer.kiosk{
    top: 20% !important;
    transform: translate(-50%, 60%) !important;
    width: 86% !important;
    z-index: 2 !important;   /* niżej niż report */
  }

  /* produktor2.png – nad kioskiem */
  .hero .mock-stack .layer.report{
    display: block !important;
    top: 60% !important;     /* dalej overlap na ~50% kiosku */
    transform: translate(-50%, 300%) !important;
    width: 88% !important;
    z-index: 3 !important;   /* najwyżej */
  }
}
/* Lewitowanie obrazków Produktor */
img[src*="produktor"] {
  animation: floatY 3.5s ease-in-out infinite;
  cursor: pointer;
  transition: transform 0.35s ease, filter 0.35s ease;
}

/* Gdy aktywne – powiększone */
img[src*="produktor"].zoomed {
  transform: scale(1.08);
  z-index: 100;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.25));
}

/* Kluczowe klatki lewitacji */
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

/* === FIX 1: produktor4_1 – 50% i bez dodatkowego scale === */
#zlecenia .orders-main img[src$="produktor4_1.png"]{
  width: 50% !important;
  height: auto !important;
  transform: none !important;     /* nadpisuje wcześniejsze scale(.5) */
}

/* === Mobile fix: produktor4_2.png wycentrowany i 20% mniejszy === */
@media (max-width: 560px){
  #zlecenia .orders-side{
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;  /* wyśrodkowanie */
    display: grid !important;
    place-items: center !important;
  }

  #zlecenia .orders-side img[src$="produktor4_2.png"]{
    transform: scale(0.7);                   /* zmniejszenie o 20% */
    transform-origin: center center;
  }
}

/* === Mobile fix: mniejsza przerwa między .sub a .grid w sekcji granatowej === */
@media (max-width: 560px){
  .granatowy .grid{
    margin-top: 8px !important;   /* było 20px, zmniejszamy */
  }
}

/* === Granatowe bullets: myślnik inline + spacja, jak w checkach === */
.granatowy .bullets .bullet{
  padding-left: 0 !important;                     /* wyłącz sztuczny offset */
  position: static !important;
}

.granatowy .bullets .bullet::before{
  content: "—" !important;                        /* sam myślnik */
  color: var(--brand-2) !important;
  font-weight: 900 !important;
  position: static !important;                    /* nie absolutnie */
  left: auto !important; top: auto !important;    /* reset */
  display: inline-block !important;
  margin-right: 8px !important;                   /* SPACJA/odstęp */
  line-height: 1 !important;
}

/* === WHY: tabs === */
.why-tabs{ display:grid; gap:12px; }
.why-tabs-head{ display:flex; gap:8px; background:var(--surface); padding:8px; border:1px solid var(--stroke); border-radius:12px; }
.why-tab{
  flex:1; padding:10px 12px; border-radius:10px; font-weight:800;
  border:1px solid transparent; background:transparent; cursor:pointer;
  transition: background .2s, border-color .2s, transform .07s ease;
}
.why-tab[data-tab="p"].is-active{ background:rgba(122,166,255,.18); border-color:rgba(122,166,255,.35); }
.why-tab[data-tab="s"].is-active{ background:rgba(25,211,167,.18); border-color:rgba(25,211,167,.35); }
.why-tab:active{ transform:translateY(1px); }

.why-panel{ display:none; animation: fadeIn .25s ease; }
.why-panel.is-active{ display:block; }
@keyframes fadeIn{ from{opacity:0; transform:translateY(3px)} to{opacity:1; transform:none} }

/* === WHY: tabs (wariant B) — układ i reset === */
.why-tabs{ display:grid; gap:12px; }
.why-tabs-head{
  display:flex; gap:8px; background:var(--surface);
  padding:8px; border:1px solid var(--stroke); border-radius:12px;
  position: relative; z-index: 2;
}
.why-tab{
  -webkit-appearance: none;
  appearance: none;
  flex:1; padding:10px 12px; border-radius:10px; font-weight:800;
  border:1px solid transparent; background-color: transparent; cursor:pointer;
  transition: background-color .2s, border-color .2s, transform .07s ease;
  line-height:1.2; -webkit-tap-highlight-color: transparent; touch-action: manipulation;
}
.why-tab:active{ transform:translateY(1px); }

/* === Stany: PROBLEM (czerwony pastel) === */
.why-tab[data-tab="p"]{
  background-color: rgba(255, 80, 80, .08);   /* subtelne tło */
  border-color: rgba(255, 80, 80, .25);
}
.why-tab[data-tab="p"].is-active{
  background-color: rgba(255, 80, 80, .18);   /* mocniej przy aktywacji */
  border-color: rgba(255, 80, 80, .35);
}

/* === Stany: ROZWIĄZANIE (mięta) === */
.why-tab[data-tab="s"].is-active{
  animation: none !important;
  background-color: rgba(25,211,167,.18);
  border-color: rgba(25,211,167,.35);
}

/* --- Puls ROZWIĄZANIA: mocny i szybki, mobile-safe --- */
@keyframes solutionPulseStrong {
  0%   { background-color: #fff;                 border-color: rgba(25,211,167,.25); transform: scale(1); }
  40%  { background-color: var(--brand-3);       border-color: var(--brand-3);        transform: scale(1.05); }
  60%  { background-color: var(--brand-3);       border-color: var(--brand-3);        transform: scale(1.05); }
  100% { background-color: #fff;                 border-color: rgba(25,211,167,.25); transform: scale(1); }
}
.why-tab[data-tab="s"].pulse{
  animation: solutionPulseStrong 1.1s ease-in-out infinite;
}

/* Panele treści */
.why-panel{ display:none; animation: whyFade .25s ease; }
.why-panel.is-active{ display:block; }
@keyframes whyFade{
  from{ opacity:0; transform:translateY(3px); }
  to{ opacity:1; transform:none; }
}

/* Akcent nagłówka rozwiązania w treści */
.why-panel[data-tab="s"] h4{ color: var(--brand-3); font-weight:800; }

/* Lepsza strefa dotyku na mobile */
@media (hover: none) {
  .why-tab { padding: 12px 14px; }
}

/* Wsparcie dla prefer-reduced-motion */
@media (prefers-reduced-motion: reduce){
  .why-tab[data-tab="s"].pulse{ animation-duration: 2s; transform: none; }
}

/* Fala pulsowania ROZWIĄZANIA w trzech kartach */
.grid-3 > article:nth-child(1) .why-tab[data-tab="s"].pulse { animation-delay: 0ms; }
.grid-3 > article:nth-child(2) .why-tab[data-tab="s"].pulse { animation-delay: 300ms; }
.grid-3 > article:nth-child(3) .why-tab[data-tab="s"].pulse { animation-delay: 600ms; }

/* #jak: przezroczysty kontener pod kafelkami (zamiast białego boxa) */
#jak .illus{
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;              /* opcjonalnie: usuń wewn. margines */
  outline: none;
}

/* #excel: przezroczysty kontener (zamiast białego boxa) */
#excel .illus{
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;   /* usuń wewn. margines, jeśli przeszkadza */
}

/* === FORCE: przezroczyste tło dla kontenerów ilustracji === */
/* desktop + mobile */
#jak .illus,
#excel .illus{
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* dodatkowo powtórz w media query (jeśli mobilny CSS nadpisuje później) */
@media (max-width: 980px){
  #jak .illus,
  #excel .illus{
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
}

/* ============================================================
   BANER (baner.html) – izolowane style w obrębie #hero
   Zachowujemy wygląd banera i nie zmieniamy tła/reszty index.html
   ============================================================ */

/* Ładowanie fontu tylko dla banera */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap');

/* Zmienne banera tylko w jego sekcji */
/*#hero{
  --bg:#070c12; --bg2:#0b1321;
  --accent:#3aa6ff; 
  --accent2:#75d1ff;
  --accent: var(--brand-1);
  --accent2: var(--brand-2);
  
  --text:#e9f2ff; --muted:#9fc4ff;
  --clock-stroke: rgba(160,210,255,.75);
  --clock-face: rgba(160,210,255,.10);
  --clock-hand: rgba(210,235,255,.95); 
  
  --clock-stroke: rgba(129,171,255,.75);
  --clock-face: rgba(129,171,255,.10);
  --clock-hand: rgba(180,204,253,.95);

  
  --ok:#3ad07a; */
  
#hero{
  --bg: #1b2333;   /* ciemniejszy od #81abff */
  --bg2: #24304a;  /* ciemniejszy od #b4ccfd */
  --accent:#81abff;
  --accent2:#b4ccfd;
  --text:#e9f2ff;
  --muted:#9fc4ff;

  /* kolory zegarków dopasowane do brandów */
  --clock-face: rgba(129,171,255,.10);   /* delikatne wypełnienie */
  --clock-stroke: rgba(129,171,255,.75); /* obwódka */
  --clock-hand: rgba(180,204,253,.95);   /* wskazówki */

  --ok:#3ad07a;
}

  
  --okGlow: rgba(58, 208, 122, .45);
  font-family: 'Montserrat', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
#hero svg text{ font-family: 'Montserrat', sans-serif; }

/* HERO (banera) */
#hero{
  position: relative; width: 100%; min-height: 700px; height: 92vh;
  display: grid; place-items: center; overflow: hidden; color: var(--text);
  background:
    radial-gradient(1200px 800px at 68% 18%, #14223a 0%, transparent 60%),
    radial-gradient(900px 600px at 18% 82%, #0a1628 0%, transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
}
#hero canvas{ position:absolute; inset:0; width:100%; height:100%; z-index:0; pointer-events:none; }

#hero .hero__content{
  position: relative; z-index: 1; width: 100%; max-width: 1500px;
  display: grid; grid-template-columns: 1fr 1.5fr; align-items: center;
  gap: min(8vw,96px); padding: 0 24px;
}
#hero .hero__copy h1{ margin: 0 0 14px; font-size: clamp(2.6rem,5.2vw,4.6rem); line-height: 1.05; text-shadow: 0 0 22px rgba(58,166,255,.18); }
#hero .hero__copy p{ margin: 0 0 28px; color: var(--muted); font-size: clamp(1.08rem,2.1vw,1.34rem); }
#hero .btn{ display:inline-block; text-decoration:none; font-weight:800; color:#061018; background:linear-gradient(135deg,var(--accent),var(--accent2)); padding:14px 22px; border-radius:14px; box-shadow:0 10px 34px rgba(126,166,255,.28), inset 0 0 0 1px rgba(0,0,0,.1); transition: transform .15s, filter .2s; }
#hero .btn:hover{ transform: translateY(-1px); filter: saturate(1.08); }

/* URZĄDZENIE: TABLET/TELEFON (baner) */
#hero .device{ width: 100%; display: grid; place-items: center; }
#hero .device__frame{ width: clamp(520px, 60vw, 820px); border-radius: 28px; background: #0e1626; box-shadow: 0 22px 60px rgba(0,0,0,.55), inset 0 0 0 2px rgba(140,190,255,.18); padding: 28px; }
#hero .screen{ border-radius: 18px; background: #0f1b2c; box-shadow: inset 0 0 0 1px rgba(120,190,255,.18); padding: 18px; }

#hero .panel{ background:#0d1a2b; border:1px solid rgba(120,190,255,.18); border-radius:14px; padding:12px; }
#hero .row{ display:grid; gap:14px; }
#hero .row--top{ grid-template-columns: 1fr 1fr; align-items:center; margin-bottom:14px; }

#hero .btnbar{ display:flex; gap:14px; }
#hero .ui-btn{
  padding:14px 18px; border-radius:12px; font-weight:900; letter-spacing:.02em;
  border:1px solid rgba(120,190,255,.25); background:#13243a; color:#bfe0ff;
  box-shadow: 0 6px 14px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.04);
  transition: transform .05s ease, filter .15s ease, box-shadow .15s ease, background-color .2s ease;
  user-select:none; -webkit-tap-highlight-color: transparent;
}
#hero .ui-btn:hover{ filter: brightness(1.08); box-shadow: 0 10px 20px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.06); }
#hero .ui-btn:active{ transform: translateY(1px) scale(.98); filter: brightness(.98); }
#hero .ui-btn--start{ background:linear-gradient(135deg,var(--accent),var(--accent2)); color:#061018; border:none; }

#hero .status{ justify-self:end; display:flex; align-items:center; gap:10px; padding:10px 12px; border-radius:12px; background:#0b1628; border:1px solid rgba(120,190,255,.25); box-shadow: inset 0 0 0 1px rgba(0,0,0,.1); }
#hero .status .led{ width:12px; height:12px; border-radius:50%; background:var(--ok); box-shadow: 0 0 10px var(--okGlow), 0 0 20px var(--okGlow); animation: ledBlink 1.2s ease-in-out infinite; }
@keyframes ledBlink{ 0%,100%{opacity:.55; box-shadow:0 0 6px var(--okGlow), 0 0 14px var(--okGlow);} 50%{opacity:1; box-shadow:0 0 10px var(--okGlow), 0 0 24px var(--okGlow);} }
#hero .status .label{ color:#9fc4ff; font-weight:600; font-size:12px; letter-spacing:.02em; }
#hero .status .value{ color:#dff7ea; font-weight:800; }

#hero .wrap{ display:grid; grid-template-columns: 1.2fr .8fr; gap:14px; }

#hero table{ width:100%; border-collapse:separate; border-spacing:0; font-size:14px; color:#d6e8ff; }
#hero th, #hero td{ padding:8px 10px; text-align:left; }
#hero thead th{ color:#9fc4ff; font-weight:600; }
#hero tbody tr:not(:last-child) td{ border-bottom:1px dashed rgba(120,190,255,.12); }

#hero .kpi{ display:grid; grid-template-columns: 110px 1fr; gap:14px; align-items:center; }
#hero .kpi__day{ background:#0b1628; border:1px solid #1e2f49; border-radius:12px; padding:10px; text-align:center; }
#hero .kpi__day .name{ display:inline-block; padding:4px 8px; border-radius:10px; background:linear-gradient(135deg,var(--accent),var(--accent2)); color:#061018; font-weight:800; font-size:12px; }
#hero .kpi__day .num{ font-size:34px; font-weight:900; margin-top:6px; }

#hero .donut{ position:relative; height:110px; display:grid; place-items:center; }
#hero .donut svg{ width:110px; height:110px; display:block; transform: rotate(-135deg); }
#hero .donut__label{ position:absolute; font-weight:800; font-size:14px; color:#d6e8ff; }

#hero .timeline{ margin-top:6px; background:#0d1a2b; border:1px solid rgba(120,190,255,.18); border-radius:14px; padding:14px; }
#hero .track{ position:relative; height:8px; border-radius:4px; background:#1e2f49; margin-top:10px; }
#hero .marker{ position:absolute; top:-6px; left:0; width:18px; height:18px; border-radius:50%; background:linear-gradient(135deg,var(--accent),var(--accent2)); box-shadow: 0 0 0 3px rgba(58,166,255,.18); }
#hero .ticks{ display:flex; justify-content:space-between; color:#9fc4ff; font-size:11px; margin-top:8px; }

/* MOBILE (banera) */
@media (max-width: 900px){
  #hero .hero__content{ grid-template-columns: 1fr; grid-auto-rows: auto; }
  #hero .hero__copy{ order:0; text-align:center; }
  #hero .device{ order:1; }

  #hero .device__frame{ width: 100%; max-width: 380px; padding: 18px; border-radius: 24px; }
  #hero .screen{ padding: 14px; }

  #hero .row--top{
    grid-template-columns: 1fr; /* START/STOP i status w dwóch rzędach */
    gap: 10px;
    margin-bottom: 12px;
  }
  #hero .btnbar{ justify-content: center; }
  #hero .status{ justify-self: center; }

  #hero .wrap{ grid-template-columns: 1fr; }          /* wszystko w jednej kolumnie */
  #hero .kpi{ grid-template-columns: 1fr; }           /* dzień nad donutem */
  #hero .donut{ height: 120px; }                      /* trochę większa przestrzeń */
}

/* Preferencje ruchu – tylko w banerze */
@media (prefers-reduced-motion: reduce){
  #hero *{ animation:none!important; transition:none!important }
}

/* === FIX #1: Tablet – etykieta dnia w KPI (bez przycinania, lepsze centrowanie) === */
@media (min-width: 600px) and (max-width: 980px){
  #hero .kpi__day { overflow: visible; } /* na wszelki wypadek */

  #hero .kpi__day .name{
    display: inline-flex;            /* pionowe wycentrowanie glyphów */
    align-items: center;
    justify-content: center;
    line-height: 1;                  /* brak obcięcia "Ś" itp. */
    white-space: nowrap;             /* nie zawijaj ND/PON/ŚR... */
    padding: 6px 10px;               /* ciut więcej oddechu */
    font-size: 13px;                 /* +1px czytelności na tablecie */
    letter-spacing: .3px;            /* subtelne wykernowanie */
  }
}

/* === FIX #2: Mobile – baner nie może się „ucinać” === */
@media (max-width: 900px){
  #hero{
    height: auto;            /* zamiast sztywnego 92vh */
    min-height: 620px;       /* rozsądne minimum, żeby tło nie zapadało się */
    padding: 80px 0 36px;    /* trochę oddechu u góry/dole */
    overflow: visible;       /* nic nie przycinamy (device, cienie, itp.) */
  }
}
/* FIX: odizoluj numer dnia w banerze od globalnej .num (Edge itp.) */
#hero .kpi__day .num{
  /* wyczyść obce style od .num (szer., wys., tło, border, grid itp.) */
  all: unset;
  display: block;
  /* wygląd jak w baner.html */
  margin-top: 6px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  /* kolor weźmie się z rodzica; jeśli chcesz na sztywno: color: #e9f2ff; */
}

/* Tint: użyj kolorów tła z baneru do zabarwienia obrazka w .granatowy */
.granatowy::after{
  /* jednolita nakładka w kolorach #hero (góra → dół) */
  background: linear-gradient(180deg, rgba(20,37,62,.94), rgba(11,19,33,.94));
  /* opcjonalnie – ładniejsze „wtopienie” w zdjęcie: */
  mix-blend-mode: multiply; /* możesz usunąć, jeśli zrobi się zbyt ciemno */
}

/* ===== TICKER w top panelu (tylko w #hero) ===== */

/* 3 kolumny: [btnbar] [ticker] [status] */
#hero .row--top {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

/* Obudowa tickera – półprzezroczyste tło, nie zasłania "tabletu" */
#hero .activity-log {
  display: block;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(120,190,255,.14);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
  min-width: 0;                /* pozwól się kurczyć między kolumnami */
  overflow: hidden;            /* maska dla przewijania */
}

/* Okno i tor animacji — stabilna wysokość, brak „skakania” layoutu */
#hero .activity-log .log-viewport {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
#hero .activity-log .log-track {
  display: grid;
  grid-auto-rows: 32px;
  will-change: transform;
  animation: heroTickerSlide 9s linear infinite;
}
#hero .activity-log .log-entry {
  padding: 0 10px;
  color: #5cc9ff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Płynne przewijanie co 1 wiersz (tu: 3 wpisy → 0 → -32 → -64 → 0) */
@keyframes heroTickerSlide{
  0%   { transform: translateY(0); }
  33%  { transform: translateY(-32px); }
  66%  { transform: translateY(-64px); }
  100% { transform: translateY(0); }
}

/* MOBILE/TABLET: kolejność i 1 kolumna, bez wpływu na resztę */
@media (max-width: 900px){
  #hero .row--top{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #hero .btnbar{ order: 1; }
  #hero .activity-log{ order: 2; width: 100%; }
  #hero .status{ order: 3; }
}

/* Wąski desktop: pozwól banerowi rosnąć i nic nie przycinać */
@media (min-width: 901px) and (max-width: 1240px){
  #hero{
    height: auto;         /* zamiast 92vh */
    min-height: 700px;
    padding: 80px 0;      /* trochę oddechu */
    overflow: visible;    /* bez cięcia cieni/tabletu */
  }

  /* opcjonalnie: ciut mniejsza szczelina między kolumnami */
  #hero .hero__content{
    gap: min(5vw, 48px);
  }
}

/* MOBILE – półprzezroczysty ekran + panele wewnątrz */
@media (max-width: 900px){
  /* 1) sam ekran (tło pod panelami) – półprzezroczysty */
  #hero .screen{
    background: rgba(15, 27, 44, 0.55); /* było #0f1b2c */
    /* fajny efekt „szkła”, jeśli chcesz */
    backdrop-filter: blur(4px);
  }

  /* 2) panele w środku – delikatnie bardziej przezroczyste,
        żeby odcinały się od ekranu */
  #hero .panel{
    background: rgba(13, 26, 43, 0.40); /* było #0d1a2b */
    border-color: rgba(120,190,255,.22); /* odrobinkę wyraźniejsza ramka */
  }
}
@media (max-width: 900px){
  #hero .device__frame{
    background: rgba(20, 32, 53, 0.25);
    backdrop-filter: blur(6px);
  }
}

/* GLASS EFFECT dla całego tabletu */
#hero .device__frame{
  background: rgba(20, 32, 53, 0.25); /* półprzezroczysta ramka */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); /* Safari */
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Wnętrze ekranu */
#hero .screen{
  background: rgba(15, 27, 44, 0.25);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 18px;
}

/* Panele w środku */
#hero .panel{
  background: rgba(13, 26, 43, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
}

/* zmniejszenie czcionki dla numeru dnia */
#dayNum {
  font-size: 0.99em !important;
  font-weight: normal !important; /* zamiast bold */
  opacity: 0.9;
}

/* ROZWIĄZANIE – stan bazowy (zawsze lekko zielony) */
.why-tab[data-tab="s"]{
  background-color: rgba(25,211,167,.08);  /* delikatne tło */
  border-color: rgba(25,211,167,.25);      /* zielona ramka bazowa */
}

/* ROZWIĄZANIE – aktywny (mocniej) – ten selektor już masz */
.why-tab[data-tab="s"].is-active{
  background-color: rgba(25,211,167,.18);
  border-color: rgba(25,211,167,.35);
}
/* === Poprawki przycisków demo === */

/* "Wypróbuj za darmo" – mocniejsze ściemnianie */
@keyframes darkPulse {
  0%, 100% { filter: none; }
  40%, 60% { filter: brightness(0.55) saturate(1.05); } /* mocniejsze ściemnienie */
}

.granatowy .btn-primary {
  color: #0b0e28; /* ciemna czcionka */
  animation: darkPulse 1.6s ease-in-out infinite;
  will-change: filter;
}

/* "Obejrzyj demo" – mocniejsze tło i jasna czcionka */
.granatowy .btn-ghost {
  background: rgba(255,255,255,0.22);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff; /* jasna czcionka */
}

/* Usuń jasny kontener za przyciskami */
.granatowy .cta {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

