/* ═══════════════════════════════════════════════════════════
   ProMenu - strona produktowa
   Jasny, przyjazny styl aplikacyjny: granat + czerwien + zolc,
   organiczne plamy pod zdjeciami, plywajace karty UI.
   ═══════════════════════════════════════════════════════════ */

:root {
  /* podstawa */
  --navy:      #16205c;
  --navy-2:    #1e2a72;
  --navy-3:    #2a3894;

  /* akcenty */
  --red:       #e8453c;
  --red-dk:    #c93028;
  --red-pale:  #fdecea;
  --yellow:    #ffc93c;
  --yellow-pl: #fff6dd;
  --orange:    #ff7a45;
  --orange-pl: #ffeee6;
  --sky:       #4d8df0;
  --sky-pale:  #eaf2ff;
  --mint:      #2bb673;
  --mint-pale: #e8f8f0;

  /* tla */
  --cream:     #fdf6ea;
  --lav:       #f1f0fd;
  --ice:       #f4f8ff;

  /* tekst */
  --head:      #16205c;
  --body:      #6f7285;
  --faint:     #9ea1b4;
  --line:      #e9eaf2;

  --wrap:      1280px;
  --r:         18px;
  --r-lg:      26px;
  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.75;
  color: var(--body);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }

h1, h2, h3, h4 { color: var(--head); margin: 0 0 18px; line-height: 1.22; letter-spacing: -.025em; font-weight: 800; }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.5rem); }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.5rem); font-weight: 700; }
h3 { font-size: 1.12rem; font-weight: 700; margin-bottom: 10px; }
p  { margin: 0 0 18px; }
a  { color: var(--red); }

.lead { font-size: 1.03rem; max-width: 60ch; }
.center { text-align: center; }
.mx { margin-left: auto; margin-right: auto; }
.small { font-size: .88rem; }
.muted { color: var(--faint); }

section { padding: 96px 0; position: relative; }
.sec-cream { background: var(--cream); }
.sec-ice   { background: var(--ice); }
.sec-lav   { background: var(--lav); }

/* nadtytul */
.eyebrow {
  display: inline-block; font-size: .85rem; font-weight: 700;
  color: var(--red); margin-bottom: 12px; letter-spacing: .01em;
}
.sec-head { max-width: 660px; margin-bottom: 52px; }
.sec-head.center { margin-left: auto; margin-right: auto; }

/* podkreslenie slowa-klucza w naglowku */
.mark { position: relative; display: inline-block; white-space: nowrap; }
.mark svg {
  position: absolute; left: 0; right: 0; bottom: -.16em; width: 100%; height: .28em;
  overflow: visible; color: var(--red);
}

/* ═══════ IKONY ═══════ */
.ico { width: 22px; height: 22px; display: block; flex: 0 0 auto; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

/* ═══════ KSZTALTY DEKORACYJNE ═══════ */
.shape { position: absolute; z-index: 0; pointer-events: none; }
.sh-circle { border-radius: 50%; }
.sh-sq { border-radius: 22%; }
.dot { position: absolute; width: 9px; height: 9px; border-radius: 50%; z-index: 1; pointer-events: none; }

/* ═══════ NAGLOWEK ═══════
   Na gorze strony przezroczysty - hero "przechodzi" pod nim.
   Biale tlo i cien dokladaja sie dopiero po przewinieciu (klasa .is-stuck). */
.topbar {
  /* fixed, nie sticky: sticky zajmuje miejsce w ukladzie, wiec przezroczysty
     naglowek pokazywalby biale tlo strony zamiast gradientu hero pod soba */
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  background: transparent; box-shadow: none;
  transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.topbar.is-stuck {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 4px 24px rgba(22,32,92,.08);
}
.topbar-in { display: flex; align-items: center; gap: 30px; height: 84px; transition: height .3s ease; }
.topbar.is-stuck .topbar-in { height: 74px; }
.logo { display: flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.logo img { height: 40px; width: auto; display: block; }
.foot .logo img { height: 36px; }
@media (max-width: 620px) { .logo img { height: 32px; } }
.nav { display: flex; gap: 30px; margin-left: auto; }
.nav a { color: var(--head); text-decoration: none; font-size: .94rem; font-weight: 600; transition: color .2s; }
.nav a:hover { color: var(--red); }

/* logowanie + rejestracja w naglowku */
.topbar-act { display: flex; align-items: center; gap: 18px; margin-left: auto; flex: 0 0 auto; }
.topbar-act .btn { flex: 0 0 auto; }
.nav + .topbar-act { margin-left: 26px; }
.nav-login {
  display: inline-flex; align-items: center; gap: 8px; color: var(--head);
  text-decoration: none; font-size: .94rem; font-weight: 700; white-space: nowrap;
  transition: color .2s;
}
.nav-login .ico { width: 18px; height: 18px; }
.nav-login:hover { color: var(--red); }

/* ═══════ PRZYCISKI ═══════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 30px; border-radius: 100px; font-weight: 700; font-size: .95rem;
  text-decoration: none; border: 2px solid transparent; cursor: pointer;
  font-family: inherit; transition: transform .2s, box-shadow .2s, background .2s, color .2s;
  /* etykieta przycisku nigdy nie lamie sie na dwie linie */
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn .ico { width: 18px; height: 18px; }
.btn-navy { background: var(--navy); color: #fff; box-shadow: 0 10px 26px rgba(22,32,92,.24); }
.btn-navy:hover { background: var(--navy-2); box-shadow: 0 14px 32px rgba(22,32,92,.32); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 10px 26px rgba(232,69,60,.28); }
.btn-red:hover { background: var(--red-dk); }
.btn-white { background: #fff; color: var(--navy); box-shadow: 0 10px 26px rgba(22,32,92,.14); }
.btn-out { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-out:hover { border-color: var(--navy); }
.btn-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; align-items: center; }

/* przycisk-telefon z zoltym kolem (jak we wzorcu) */
.btn-tel { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--head); font-weight: 700; font-size: .96rem; }
.btn-tel .ring {
  width: 46px; height: 46px; border-radius: 50%; background: var(--yellow);
  display: grid; place-items: center; color: var(--navy); flex: 0 0 auto;
  box-shadow: 0 8px 20px rgba(255,201,60,.4);
}

/* link "wiecej" ze strzalka */
.more {
  display: inline-flex; align-items: center; gap: 8px; color: var(--red);
  font-weight: 700; font-size: .9rem; text-decoration: none;
}
.more .ico { width: 16px; height: 16px; transition: transform .2s; }
.more:hover .ico { transform: translateX(4px); }

/* ═══════ HERO ═══════ */
.hero {
  /* gorny padding mieści stały naglowek (84px) plus wlasciwy odstep */
  padding: 144px 0 110px; overflow: hidden;
  background: linear-gradient(180deg, #f6f3fb 0%, #fdf7f4 42%, rgba(255,255,255,0) 100%);
}

/* kotwice nie moga chowac sie pod stalym naglowkiem */
[id] { scroll-margin-top: 96px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 50px; align-items: center; }
.hero-grid > *, .split > *, .form-wrap > *, .cards > *, .steps-wrap > * { min-width: 0; }
.hero h1 { margin-bottom: 20px; }
.hero .lead { font-size: 1.06rem; }

/* kompozycja zdjecia z ksztaltami */
.hero-art { position: relative; min-height: 460px; }
.hero-art .blob {
  position: absolute; inset: 6% 4% 0 8%; overflow: hidden; z-index: 2;
  border-radius: 54% 46% 44% 56% / 48% 42% 58% 52%;
  box-shadow: 0 30px 70px rgba(22,32,92,.16);
}
.hero-art .blob img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-art .s1 { width: 210px; height: 210px; background: var(--yellow); top: 14%; left: 0; }
.hero-art .s2 { width: 150px; height: 150px; background: var(--sky); bottom: 8%; right: 6%; opacity: .9; }
.hero-art .s3 { width: 96px; height: 96px; background: var(--red); bottom: 22%; left: 2%; }
.hero-art .s4 { width: 260px; height: 260px; background: var(--orange); top: 4%; right: 2%; opacity: .18; }

/* plywajace karty */
.fcard {
  position: absolute; z-index: 4; background: #fff; border-radius: 14px;
  padding: 12px 18px; box-shadow: 0 18px 44px rgba(22,32,92,.16);
  display: flex; align-items: center; gap: 12px; white-space: nowrap;
}
.fcard .tile { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; flex: 0 0 auto; }
.fcard b { display: block; font-size: .92rem; color: var(--head); font-weight: 800; line-height: 1.25; }
.fcard span { font-size: .76rem; color: var(--faint); }
.fc-a { top: 10%; right: -4%; }
.fc-b { bottom: 12%; left: -6%; }
.fc-c { bottom: 40%; right: -8%; }

/* donut w karcie */
.donut { width: 46px; height: 46px; flex: 0 0 auto; }

.stats { display: flex; gap: 40px; flex-wrap: wrap; margin-top: 42px; }
.stats b { display: block; font-size: 1.9rem; font-weight: 800; color: var(--navy); line-height: 1.1; letter-spacing: -.03em; }
.stats span { font-size: .85rem; color: var(--faint); }

/* ═══════ KARTY UNOSZACE SIE NAD SEKCJA ═══════ */
.lift { margin-top: -70px; position: relative; z-index: 5; }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.duo .card:nth-child(2) { transform: translateY(28px); }

.card {
  background: #fff; border-radius: var(--r); padding: 30px 26px;
  box-shadow: 0 14px 40px rgba(22,32,92,.09); border: 1px solid #f2f3f9;
  transition: transform .25s, box-shadow .25s;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 22px 54px rgba(22,32,92,.14); }
.tile {
  width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center;
  margin-bottom: 18px;
}
.t-yellow { background: var(--yellow-pl); color: #b98a00; }
.t-red    { background: var(--red-pale);  color: var(--red); }
.t-sky    { background: var(--sky-pale);  color: var(--sky); }
.t-mint   { background: var(--mint-pale); color: var(--mint); }
.t-orange { background: var(--orange-pl); color: var(--orange); }
.t-lav    { background: var(--lav);       color: var(--navy-3); }
.card p { margin: 0 0 14px; font-size: .94rem; }

/* ═══════ LOGOTYPY ═══════ */
.logos { padding: 70px 0 60px; }
.logos-lab { text-align: center; color: var(--faint); font-size: .95rem; margin-bottom: 34px; }
.logos-lab b { color: var(--head); font-weight: 800; }
/* wysrodkowane niezaleznie od liczby: przy jednym albo dwoch logotypach
   rozstrzelenie do krawedzi wygladalo jak blad layoutu */
.logos-row { display: flex; align-items: center; justify-content: center;
  gap: 32px 64px; flex-wrap: wrap; }
.logos-row .lg { height: 34px; opacity: .5; filter: grayscale(1); transition: opacity .25s, filter .25s; }
.logos-row .lg:hover { opacity: 1; filter: none; }
.logos-row svg, .logos-row img { height: 100%; width: auto; display: block; }

/* ═══════ SEKCJA DWUKOLUMNOWA ═══════ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

/* zdjecie w plamie */
.art { position: relative; min-height: 400px; }
.art .blob {
  position: absolute; inset: 0 6% 0 6%; overflow: hidden; z-index: 2;
  border-radius: 58% 42% 46% 54% / 46% 52% 48% 54%;
  box-shadow: 0 26px 60px rgba(22,32,92,.15);
}
.art .blob img { width: 100%; height: 100%; object-fit: cover; display: block; }
.art .s-a { width: 150px; height: 150px; background: var(--yellow); top: -4%; right: 0; }
.art .s-b { width: 92px; height: 92px; background: var(--red); bottom: 6%; left: -2%; }
.art .s-c { width: 120px; height: 120px; background: var(--sky); top: 30%; left: -6%; opacity: .22; }

/* lista z ptaszkami w ramkach */
.checks { list-style: none; padding: 0; margin: 26px 0 0; }
.checks li { display: flex; gap: 14px; margin-bottom: 22px; }
.checks .bx {
  width: 26px; height: 26px; border-radius: 8px; background: var(--mint-pale); color: var(--mint);
  display: grid; place-items: center; flex: 0 0 auto; margin-top: 3px;
}
.checks b { color: var(--head); font-weight: 800; display: block; font-size: 1rem; }
.checks p { margin: 4px 0 0; font-size: .93rem; }
.badge-new {
  display: inline-block; background: var(--red); color: #fff; font-size: .64rem; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; padding: 3px 9px; border-radius: 5px;
  margin-left: 8px; vertical-align: middle;
}

/* ═══════ AKORDEON ═══════ */
.acc-item {
  background: #fff; border-radius: var(--r); margin-bottom: 14px;
  box-shadow: 0 8px 26px rgba(22,32,92,.06); overflow: hidden;
  border: 1px solid #f2f3f9;
}
.acc-item.open { background: var(--yellow-pl); border-color: #f6e6bd; }
.acc-head {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 26px; cursor: pointer; font-weight: 700; color: var(--head); font-size: 1.02rem;
  list-style: none;
}
.acc-head::-webkit-details-marker { display: none; }
.acc-head .chev {
  width: 30px; height: 30px; border-radius: 50%; background: #fff; color: var(--navy);
  display: grid; place-items: center; flex: 0 0 auto; transition: transform .3s;
  box-shadow: 0 4px 12px rgba(22,32,92,.1);
}
details[open] .acc-head .chev { transform: rotate(180deg); }
.acc-body { padding: 0 26px 26px; font-size: .94rem; }
.acc-body p { margin: 0 0 16px; }

/* ═══════ SIATKA FUNKCJI ═══════ */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 30px; }
.mini .tile { width: 46px; height: 46px; border-radius: 14px; margin-bottom: 14px; }
.mini h3 { font-size: 1.02rem; margin-bottom: 6px; }
.mini p { font-size: .91rem; margin: 0; }

/* ═══════ PAS GRANATOWY ═══════ */
.band-navy { background: var(--navy); color: #b9c0e0; position: relative; overflow: hidden; padding: 0; }
.band-navy .watermark {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  font-size: clamp(6rem, 16vw, 13rem); font-weight: 800; color: rgba(255,255,255,.05);
  letter-spacing: -.05em; white-space: nowrap; pointer-events: none; z-index: 0;
}
.band-navy h2 { color: #fff; }
.band-navy .band-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; align-items: end; }
.band-navy .band-photo { position: relative; min-height: 330px; align-self: end; }
.band-navy .band-photo img {
  position: absolute; bottom: 0; left: 0; width: 100%; height: 330px; object-fit: cover;
  border-radius: var(--r-lg) var(--r-lg) 0 0;
}
.band-navy .band-text { padding: 76px 0 84px; }

/* ═══════ KROKI ═══════ */
.steps-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.step {
  display: flex; gap: 20px; padding: 22px 24px; border-radius: var(--r);
  transition: background .25s, box-shadow .25s;
}
.step.hl { background: var(--sky-pale); box-shadow: 0 10px 30px rgba(77,141,240,.12); }
.step .n {
  width: 34px; height: 34px; border-radius: 10px; background: #fff; color: var(--red);
  display: grid; place-items: center; font-weight: 800; font-size: .95rem; flex: 0 0 auto;
  box-shadow: 0 4px 12px rgba(22,32,92,.08);
}
.step.hl .n { background: var(--red); color: #fff; }
.step h3 { margin-bottom: 6px; }
.step p { margin: 0; font-size: .93rem; }

/* ═══════ CENNIK ═══════ */
.prices { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }
.price { background: #fff; border-radius: var(--r-lg); padding: 40px 34px; border: 1px solid #f2f3f9; box-shadow: 0 14px 40px rgba(22,32,92,.07); position: relative; }
.price.hi { border: 2px solid var(--red); box-shadow: 0 22px 56px rgba(232,69,60,.14); }
.price .tag { display: inline-block; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 18px; }
.price.hi .tag { background: var(--red); color: #fff; }
.price .tag-alt { background: var(--lav); color: var(--navy-3); }
.amount { font-size: 2.9rem; font-weight: 800; color: var(--head); letter-spacing: -.04em; line-height: 1.05; }
.amount small { font-size: 1rem; font-weight: 600; color: var(--faint); letter-spacing: 0; }
.price .per { color: var(--faint); font-size: .9rem; margin-bottom: 10px; }
.price .per2 { font-size: .93rem; color: var(--head); font-weight: 700; margin-bottom: 22px; padding-top: 14px; border-top: 1px dashed var(--line); }
.price .per2 span { font-weight: 500; color: var(--faint); }
.price ul { list-style: none; padding: 0; margin: 22px 0 28px; }
.price li { position: relative; padding: 9px 0 9px 32px; font-size: .93rem; }
.price li .ico { position: absolute; left: 0; top: 11px; width: 18px; height: 18px; color: var(--mint); }
.price .btn { width: 100%; }

/* ═══════ PAS CZERWONY ═══════ */
.band-red {
  background: var(--red); border-radius: var(--r-lg); color: #fff;
  padding: 52px 54px; display: flex; align-items: center; justify-content: space-between;
  gap: 34px; flex-wrap: wrap; position: relative; overflow: hidden;
}
.band-red::after {
  content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px;
  border-radius: 50%; background: rgba(255,255,255,.08);
}
.band-red h2 { color: #fff; margin: 0 0 8px; }
.band-red p { color: rgba(255,255,255,.86); margin: 0; max-width: 46ch; }
.band-red .acts { display: flex; gap: 14px; flex-wrap: wrap; position: relative; z-index: 2; }

/* ═══════ FORMULARZ ═══════ */
.form-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: start; }
.form-card { background: #fff; border-radius: var(--r-lg); padding: 40px 36px; box-shadow: 0 20px 56px rgba(22,32,92,.10); border: 1px solid #f2f3f9; }
.field { margin-bottom: 18px; }
label { display: block; font-weight: 700; font-size: .88rem; color: var(--head); margin-bottom: 8px; }
input, select, textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px;
  font: inherit; font-size: .96rem; background: #fbfbfe; color: var(--head); font-family: inherit;
  transition: border-color .2s, background .2s;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--sky); background: #fff; box-shadow: 0 0 0 3px rgba(77,141,240,.14); }
textarea { min-height: 112px; resize: vertical; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.consent { display: flex; gap: 11px; align-items: flex-start; }
.consent input { width: auto; flex: 0 0 auto; margin-top: 4px; accent-color: var(--red); }
.consent label { font-weight: 500; font-size: .84rem; color: var(--faint); margin: 0; }
.form-msg { padding: 14px 18px; border-radius: 12px; margin-bottom: 18px; display: none; font-size: .93rem; }
.form-msg.ok  { background: var(--mint-pale); color: #1c7a4d; display: block; }
.form-msg.err { background: var(--red-pale); color: var(--red-dk); display: block; }
.contact-list { list-style: none; padding: 0; margin: 30px 0 0; }
.contact-list li { display: flex; gap: 15px; align-items: flex-start; margin-bottom: 20px; }
.contact-list b { display: block; color: var(--head); font-size: .95rem; }

/* ═══════ STOPKA ═══════ */
footer { background: #fff; padding: 74px 0 40px; font-size: .93rem; border-top: 1px solid var(--line); }
.foot { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 40px; }
.foot strong { color: var(--head); display: block; margin-bottom: 16px; font-size: 1rem; font-weight: 800; }
.foot p { margin: 0 0 10px; }
.foot a { color: var(--body); text-decoration: none; }
.foot a:hover { color: var(--red); }
.foot-bot { margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line); font-size: .86rem; color: var(--faint); }

/* ═══════ ZNACZNIK DO UZUPELNIENIA ═══════ */
.todo {
  display: inline-block; max-width: 100%; background: var(--yellow-pl);
  border: 1px dashed var(--yellow); color: #96700a;
  padding: 2px 9px; border-radius: 6px; font-size: .79rem; font-weight: 700;
  overflow-wrap: anywhere;
}

/* ═══════ ANIMACJA WEJSCIA ═══════
   Tresc widoczna DOMYSLNIE. Stan ukryty wlacza dopiero klasa .js,
   wiec przy wylaczonym JS strona nadal sie wyswietla. */
.rise { opacity: 1; transform: none; }
.js .rise { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); }
.js .rise.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .js .rise { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .btn:hover, .card:hover { transform: none; }
}

/* ═══════ RESPONSYWNOSC ═══════ */
@media (max-width: 980px) {
  .hero-grid, .split, .form-wrap, .steps-wrap, .band-navy .band-grid { grid-template-columns: 1fr; }
  .cards, .prices, .mini-grid, .duo { grid-template-columns: 1fr 1fr; }
  .foot { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
  section { padding: 68px 0; }
  .hero { padding: 120px 0 76px; }
  .fcard { display: none; }
  .lift { margin-top: 0; }
  .duo .card:nth-child(2) { transform: none; }
  .band-navy .band-text { padding: 60px 0; }
  .band-navy .band-photo { display: none; }
  .art, .hero-art { min-height: 330px; }
}
@media (max-width: 620px) {
  .cards, .prices, .mini-grid, .duo, .two, .foot { grid-template-columns: 1fr; }
  .price, .form-card { padding: 30px 24px; }
  .band-red { padding: 36px 26px; }
  .stats { gap: 26px; }
  .logos-row { justify-content: center; gap: 30px; }
  .hero-art .s1, .hero-art .s4 { display: none; }
  /* w naglowku zostaje sama ikona logowania - napis nie miesci sie obok CTA */
  .nav-login span { display: none; }
  .topbar-act { gap: 12px; }
  .topbar-act .btn { padding: 11px 16px; font-size: .84rem; }
  .logo img { max-width: 100%; }
}

/* ═══════ MAKIETY PRZY AKORDEONIE ═══════
   Kazda pozycja akordeonu ma wlasna makiete; przelacza je skrypt,
   dopasowujac data-mock. Bez JS widoczna zostaje pierwsza. */
.mock-stack { position: relative; }
.mock-panel { display: none; }
.mock-panel.is-on { display: block; }
.no-js .mock-panel:first-child { display: block; }

.mockup { background: #fff; border: 1px solid #f2f3f9; border-radius: var(--r);
  box-shadow: 0 14px 40px rgba(22,32,92,.09); overflow: hidden; }
.mk-bar { display: flex; align-items: center; gap: 8px; padding: 14px 18px;
  background: #fbfbfe; border-bottom: 1px solid var(--line); }
.mk-bar i { width: 9px; height: 9px; border-radius: 50%; display: block; }
.mk-url { margin-left: 10px; font-size: .72rem; color: var(--faint); font-style: normal; }
.mk-body { padding: 20px; }
.mk-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; gap: 12px; }
.mk-head strong { color: var(--head); font-size: 1rem; }
.mk-btn { background: var(--red); color: #fff; border-radius: 100px; padding: 6px 14px;
  font-size: .72rem; font-weight: 700; white-space: nowrap; }
.mk-scroll { overflow-x: auto; }
.mk-tbl { width: 100%; border-collapse: collapse; font-size: .78rem; min-width: 320px; }
.mk-tbl th { text-align: left; padding-bottom: 10px; font-weight: 700; color: var(--faint);
  font-size: .64rem; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.mk-tbl td { padding: 11px 0; border-top: 1px solid var(--line); }
.mk-tbl td.b { color: var(--head); font-weight: 700; }
.mk-tbl td.r { text-align: right; }
.mk-chip { display: inline-block; border-radius: 100px; padding: 3px 10px; font-size: .66rem; font-weight: 700; }
.mk-sent { background: var(--yellow-pl); color: #96700a; }
.mk-win  { background: var(--mint-pale); color: #1c7a4d; }
.mk-new  { background: var(--sky-pale); color: var(--sky); }

/* lista dan z alergenami */
.mk-dish { padding: 12px 0; border-top: 1px solid var(--line); }
.mk-dish:first-child { border-top: 0; padding-top: 0; }
.mk-dish b { display: block; color: var(--head); font-size: .86rem; }
.mk-dish span { display: block; color: var(--faint); font-size: .74rem; margin-top: 2px; }
.mk-dish-foot { display: flex; align-items: center; gap: 8px; margin-top: 7px; flex-wrap: wrap; }
.mk-alerg { background: var(--orange-pl); color: #b8500f; border-radius: 6px;
  padding: 2px 8px; font-size: .66rem; font-weight: 700; }
.mk-price { margin-left: auto; font-weight: 800; color: var(--head); font-size: .82rem; }

/* kolumny lejka */
.mk-pipe { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.mk-col { background: #fbfbfe; border: 1px solid var(--line); border-radius: 10px; padding: 8px; }
.mk-col h5 { margin: 0 0 8px; font-size: .6rem; text-transform: uppercase; letter-spacing: .06em;
  color: var(--faint); font-weight: 800; display: flex; justify-content: space-between; }
.mk-mini { background: #fff; border: 1px solid var(--line); border-radius: 8px;
  padding: 7px 8px; margin-bottom: 6px; font-size: .68rem; color: var(--head); font-weight: 700; }
.mk-mini em { display: block; font-style: normal; color: var(--faint); font-weight: 500; font-size: .64rem; }

/* wplaty */
.mk-row { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-top: 1px solid var(--line); font-size: .78rem; }
.mk-row:first-of-type { border-top: 0; }
.mk-row b { color: var(--head); }
.mk-row .amt { margin-left: auto; font-weight: 800; color: var(--head); }
.mk-sum { margin-top: 14px; padding-top: 13px; border-top: 2px solid var(--line);
  display: flex; justify-content: space-between; font-weight: 800; color: var(--head); font-size: .9rem; }
.mk-sum small { display: block; font-weight: 600; color: var(--mint); font-size: .72rem; }

/* ═══════ STRONY PRAWNE ═══════ */
.doc { max-width: 820px; padding-top: 56px; padding-bottom: 80px; }
.doc h1 { margin-bottom: 8px; }
.doc h2 { font-size: 1.22rem; font-weight: 800; margin: 38px 0 12px; }
.doc .doc-date { color: var(--faint); font-size: .9rem; margin-bottom: 28px; }
.doc ul { padding-left: 22px; margin: 0 0 18px; }
.doc li { margin-bottom: 9px; }
.doc-note { background: var(--yellow-pl); border: 1px solid #f6e6bd; border-radius: var(--r);
  padding: 18px 22px; margin-bottom: 34px; font-size: .95rem; color: #7a5c12; }
.doc-note b { display: block; margin-bottom: 5px; color: #5f470c; }

/* Bardzo waskie telefony (iPhone SE i podobne): logo, odstepy i przycisk
   musza zmiescic sie razem w jednym pasku, inaczej CTA wychodzi poza ekran. */
@media (max-width: 400px) {
  .wrap { padding: 0 16px; }
  .logo img { height: 26px; }
  .topbar-in { gap: 10px; }
  .topbar-act { gap: 10px; }
  .topbar-act .btn { padding: 10px 14px; font-size: .8rem; }
}

/* Odstep nad siatka kart. Osobna klasa zamiast stylu w znaczniku: inline
   grid-template-columns nadpisywalby media queries i sekcja zostawala
   trzykolumnowa nawet na telefonie. */
.cards--spaced { margin-top: 56px; }
@media (max-width: 620px) { .cards--spaced { margin-top: 34px; } }
