/* =========================================================================
   Catering ProDiet — arkusz stylów (statyczna wersja strony)
   Desktop odwzorowany 1:1 z oryginału (Elementor), mobile dopracowany od nowa.
   Breakpointy: mobile < 768 px, tablet 768–1024 px, desktop ≥ 1025 px.
   ========================================================================= */

/* ---------- Fonty (lokalnie, woff2, pełne polskie znaki) ---------- */
/* Własne podzbiory fontów zmiennych: łacina + polskie znaki (ąćęłńóśźż) + typografia („”–…) — 1 plik na krój */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(/assets/fonts/inter-pl.woff2) format('woff2'); }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 600 800; font-display: swap; src: url(/assets/fonts/jakarta-pl.woff2) format('woff2'); }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: italic; font-weight: 600 800; font-display: swap; src: url(/assets/fonts/jakarta-italic-pl.woff2) format('woff2'); }
/* metryczny zamiennik ograniczający przeskok układu (CLS) przy podmianie fontu */
@font-face { font-family: 'Inter Fallback'; src: local('Arial'); ascent-override: 90.49%; descent-override: 22.56%; line-gap-override: 0%; size-adjust: 107.06%; }

/* ---------- Zmienne ---------- */
:root {
  --green: #46944e;
  --green-d: #356e30;
  --green-dd: #0b5f0a;
  --red: #d81f1f;
  --red-d: #b91818;
  --slate: #313b43;
  --ink: #222;
  --text: #444;
  --muted: #515151;
  --muted2: #666;
  --orange: #f2643d;
  --yellow: #f6b646;
  --mint: #99d8c9;
  --mint-d: #2ca25f;
  --bg1: #f3f5f8;
  --bg2: #f7f7f9;
  --bg3: #f2f3f4;
  --line: #e6e8eb;
  --ff-h: 'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ff-b: 'Inter', 'Inter Fallback', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --radius: 12px;
  --shadow: 0 4px 32px rgba(0, 0, 0, .12);
  --hdr-h: 92px;
  --gutter: 16px;
  --ease: cubic-bezier(.7, 0, .2, 1);
}

/* ---------- Reset / baza ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--hdr-h) + 16px); }
body { margin: 0; font-family: var(--ff-b); font-size: 16px; line-height: 1.6; color: var(--text); background: #fff; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
@supports (overflow: clip) { body { overflow-x: clip; } }
img, svg, picture { display: block; max-width: 100%; height: auto; }
picture { display: contents; }
source { display: none; }
a { color: var(--green-d); text-decoration: none; }
a:hover { color: var(--green); }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; font-family: var(--ff-h); line-height: 1.2; color: var(--ink); font-weight: 700; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure, blockquote { margin: 0; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; border-radius: 4px; }
[hidden] { display: none !important; }
strong, b { font-weight: 700; }

.sr, .hp { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -80px; z-index: 1000; background: var(--green); color: #fff; padding: 12px 18px; border-radius: 8px; font-weight: 600; transition: top .2s; }
.skip:focus { top: 12px; color: #fff; }

.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 10px; }
.wrap--narrow { max-width: 1140px; }
.h-center { text-align: center; }

/* Nagłówki */
.h-display { font-family: var(--ff-h); font-weight: 800; font-size: 50px; line-height: 1.12; letter-spacing: -.02em; color: var(--ink); }
.h-card { font-family: var(--ff-h); font-weight: 800; font-size: 29px; line-height: 1.2; letter-spacing: -.01em; color: #000; }
.h-sub { font-family: var(--ff-h); font-weight: 800; font-size: 38px; line-height: 1.25; letter-spacing: -.01em; color: var(--green-d); }
.label { font-family: var(--ff-h); font-style: italic; font-weight: 700; font-size: 16px; line-height: 1.3; color: #c94a26; margin-bottom: 14px; }
.lead { font-size: 18px; line-height: 1.5; color: var(--muted); }

/* ---------- Przyciski ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 14px 40px; border-radius: 50px; font-family: var(--ff-h); font-weight: 700; font-size: 15px; line-height: 1.2; letter-spacing: .02em; text-align: center; text-transform: uppercase; cursor: pointer; border: 2px solid transparent; transition: background-color .2s, color .2s, box-shadow .2s, transform .2s; -webkit-tap-highlight-color: transparent; }
.btn:active { transform: translateY(1px); }
.btn--red { background: var(--red); color: #fff; }
.btn--red:hover, .btn--red:focus-visible { background: var(--red-d); color: #fff; }
.btn--green { background: var(--green); color: #fff; box-shadow: var(--shadow); text-transform: none; font-weight: 700; font-size: 19px; letter-spacing: 0; }
.btn--green:hover, .btn--green:focus-visible { background: var(--green-d); color: #fff; }
.btn--white { background: #fff; color: #101113; box-shadow: var(--shadow); text-transform: none; font-weight: 600; font-size: 18px; letter-spacing: 0; padding: 18px 42px; }
.btn--white:hover, .btn--white:focus-visible { background: var(--green); color: #fff; }
.btn--outline { background: #fff; color: var(--green-d); border-color: var(--green-d); border-radius: 6px; text-transform: none; font-size: 15px; letter-spacing: 0; }
.btn--outline:hover, .btn--outline:focus-visible { background: var(--green-d); color: #fff; }
.btn--outline-dark { background: transparent; color: var(--green-dd); border-color: var(--green-dd); border-radius: 4px; padding: 10px 24px; min-height: 46px; text-transform: none; font-size: 15px; letter-spacing: 0; font-weight: 700; }
.btn--outline-dark:hover, .btn--outline-dark:focus-visible { background: var(--green-dd); color: #fff; }
.btn--block { display: flex; width: 100%; }
.btn--lg { min-height: 56px; padding: 16px 44px; font-size: 16px; }
.btn__emoji { width: 36px; height: 36px; flex: none; margin: -6px -14px -6px 4px; }

/* Gwiazdki */
.stars { display: inline-flex; gap: 3px; }
.stars svg { width: 22px; height: 22px; }
.stars--gold { color: var(--yellow); }
.stars--teal { color: #2caa7e; }
.stars--teal svg { width: 19px; height: 19px; }

/* ---------- Nagłówek ---------- */
.hdr { position: sticky; top: 0; z-index: 100; background: #fff; transition: box-shadow .3s, transform .3s var(--ease); }
.hdr::after { content: ""; position: absolute; inset: 0; box-shadow: 0 6px 24px rgba(23, 38, 25, .1); opacity: 0; transition: opacity .3s; pointer-events: none; }
.hdr.is-scrolled::after { opacity: 1; }
.hdr__in { position: relative; display: flex; align-items: center; max-width: 1240px; height: var(--hdr-h); margin: 0 auto; padding: 0 10px; }
.hdr__logo { flex: none; display: block; width: 176px; transform-origin: left center; transition: transform .3s var(--ease), opacity .3s; }
.hdr__logo img { width: 176px; height: 50px; }
.hdr__nav { margin-left: auto; }
.hdr__nav ul { display: flex; }
.hdr__nav a { position: relative; display: block; padding: 13px 20px; font-family: var(--ff-h); font-weight: 700; font-size: 15px; line-height: 20px; color: #000; }
.hdr__nav a::after { content: ""; position: absolute; left: 20px; right: 20px; bottom: 0; height: 4px; background: var(--green); transform: scaleX(0); transition: transform .25s var(--ease); }
.hdr__nav a:hover::after, .hdr__nav a[aria-current="page"]::after { transform: scaleX(1); }
.hdr__nav a:hover { color: #000; }
.hdr__cta { white-space: nowrap; margin: 0 146px 0 20px; min-height: 52px; padding: 16px 40px; font-size: 15px; }
.burger { display: none; }

.social-float { position: fixed; right: 0; top: 200px; z-index: 90; display: flex; flex-direction: column; gap: 10px; }
.social-float a { display: grid; place-items: center; width: 50px; height: 50px; background: #f0f1f2; color: #69727d; border-radius: 10px 0 0 10px; transition: background-color .2s, color .2s; }
.social-float a:hover { background: var(--green); color: #fff; }
.social-float svg { height: 22px; width: auto; }

/* ---------- Menu mobilne (nakładka) ---------- */
.burger { position: relative; z-index: 2; width: 48px; height: 48px; margin-right: -8px; place-items: center; border-radius: 12px; }
.burger__box { position: relative; display: block; width: 26px; height: 18px; }
.burger__box span { position: absolute; left: 0; width: 100%; height: 3px; border-radius: 3px; background: var(--green-d); transition: transform .45s var(--ease), opacity .25s, background-color .3s; }
.burger__box span:nth-child(1) { top: 0; }
.burger__box span:nth-child(2) { top: 7.5px; }
.burger__box span:nth-child(3) { top: 15px; }
.nav-open .burger__box span { background: #fff; }
.nav-open .burger__box span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-open .burger__box span:nth-child(2) { opacity: 0; transform: scaleX(.2); }
.nav-open .burger__box span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.mnav { position: fixed; inset: 0; z-index: 150; overscroll-behavior: contain; }
.mnav__bg { position: absolute; inset: 0; background: radial-gradient(circle at 100% 0, #3f8a47 0, var(--green-d) 55%, #2b5b27 100%); clip-path: circle(0 at var(--cx, calc(100% - 36px)) var(--cy, 34px)); transition: clip-path .65s var(--ease); will-change: clip-path; }
.mnav.is-open .mnav__bg { clip-path: circle(150% at var(--cx, calc(100% - 36px)) var(--cy, 34px)); }
.mnav__panel { position: relative; display: flex; flex-direction: column; height: 100%; overflow-y: auto; padding: calc(var(--hdr-h) + 16px) 28px calc(24px + env(safe-area-inset-bottom)); }
.mnav__list { margin: auto 0; padding: 12px 0; }
.mnav__logo { position: absolute; left: var(--gutter); top: calc(var(--hdr-h) / 2 - 19px); display: block; width: 132px; opacity: 0; transition: opacity .3s; }
.mnav.is-open .mnav__logo { opacity: 1; transition: opacity .4s .25s; }
.mnav__logo img { width: 132px; height: auto; }
.mnav__item, .mnav__foot { opacity: 0; transform: translateY(26px); transition: opacity .3s, transform .3s var(--ease); transition-delay: 0s; }
.mnav.is-open .mnav__item, .mnav.is-open .mnav__foot { opacity: 1; transform: none; transition: opacity .5s, transform .6s var(--ease); transition-delay: calc(.22s + var(--i) * .07s); }
.mnav__link { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 56px; padding: 6px 0; font-family: var(--ff-h); font-weight: 800; font-size: 34px; line-height: 1.15; letter-spacing: -.02em; color: #fff; text-align: left; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.mnav__link:hover, .mnav__link:focus-visible { color: #d8f3dc; }
.mnav__link[aria-current="page"] { color: #bfe8c6; }
.mnav__link[aria-current="page"]::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); flex: none; }
.mnav__plus { position: relative; width: 18px; height: 18px; }
.mnav__plus::before, .mnav__plus::after { content: ""; position: absolute; left: 0; top: 8px; width: 18px; height: 2px; background: currentColor; transition: transform .3s var(--ease); }
.mnav__plus::after { transform: rotate(90deg); }
.mnav__toggle[aria-expanded="true"] .mnav__plus::after { transform: rotate(0); }
.mnav__sub { padding: 4px 0 12px 12px; }
.mnav__sub a { display: flex; align-items: center; min-height: 44px; font-size: 18px; color: #e6f5e8; }
.mnav :focus-visible { outline-color: #fff; }
.mnav__panel:focus { outline: none; }
.mnav__foot { display: grid; gap: 14px; padding-top: 24px; }
.mnav__cta { min-height: 56px; font-size: 16px; box-shadow: 0 10px 30px rgba(0, 0, 0, .25); }
.mnav__tel { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; border: 2px solid rgba(255, 255, 255, .5); border-radius: 50px; color: #fff; font-family: var(--ff-h); font-weight: 700; font-size: 20px; }
.mnav__tel:hover { color: #fff; background: rgba(255, 255, 255, .1); }
.mnav__hours { margin: 0; text-align: center; font-size: 15px; color: rgba(255, 255, 255, .85); }
.mnav__social { display: flex; justify-content: center; gap: 12px; }
.mnav__social a { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: rgba(255, 255, 255, .14); color: #fff; }
.mnav__social svg { height: 20px; width: auto; }
.nav-open .hdr { background: transparent; }
.nav-open .hdr::after { opacity: 0; }
.nav-open .hdr { z-index: 160; }
.nav-open .hdr__logo { opacity: 0; }
.nav-open .hdr__cta { opacity: 0; pointer-events: none; }

/* ---------- Baner podstron ---------- */
.banner { position: relative; display: grid; place-items: center; min-height: 280px; padding: 60px 50px; background: #2b2729 url(/assets/img/bg/subheader.jpg) center / cover no-repeat; background-image: image-set(url(/assets/img/bg/subheader.webp) type("image/webp"), url(/assets/img/bg/subheader.jpg) type("image/jpeg")); text-align: center; }
.banner--blog { background-image: url(/assets/img/bg/blog.jpg); background-image: image-set(url(/assets/img/bg/blog.webp) type("image/webp"), url(/assets/img/bg/blog.jpg) type("image/jpeg")); background-color: #573a22; }
.banner__title { font-family: var(--ff-h); font-weight: 800; font-size: 40px; line-height: 1.2; color: #fff; letter-spacing: -.01em; margin: 0; text-shadow: 0 2px 14px rgba(0, 0, 0, .25); }

/* ---------- Strona główna: hero ---------- */
.hero { position: relative; display: grid; grid-template-columns: calc(50% + 57px) minmax(0, 1fr); min-height: 555px; }
.hero__left { position: relative; background: var(--bg1); border-radius: 0 12px 0 0; padding: 73px 10px 60px max(40px, calc(100% - 689px)); }
.hero__txt { position: relative; z-index: 2; max-width: 680px; padding: 10px; }
.hero__title { font-family: var(--ff-h); font-weight: 800; font-size: 52px; line-height: 1.08; letter-spacing: -.025em; color: var(--ink); }
.hero__tag { display: inline-block; margin: 32px 0 40px; padding: 15px 20px 12px; background: #fff; font-family: var(--ff-h); font-weight: 700; font-size: 15px; line-height: 24px; letter-spacing: .04em; text-transform: uppercase; color: var(--text); }
.checks li { display: flex; align-items: center; gap: 22px; padding-bottom: 7px; font-weight: 600; font-size: 17px; line-height: 27px; color: var(--text); }
.checks svg { flex: none; width: 16px; height: 16px; }
.btn--hero { margin-top: 20px; min-height: 60px; padding: 14px 20px 12px 42px; }
.hero__seal { position: absolute; z-index: 1; right: -151px; top: 402px; width: 303px; pointer-events: none; }
.hero__seal img { width: 303px; height: 303px; }
.hero__right { position: relative; }
.hero__photo { position: relative; height: 469px; padding: 45px 30px 0 84px; overflow: hidden; }
.hero__bgimg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__city { position: relative; z-index: 1; width: 425px; max-width: 100%; margin: 0; padding: 36px 25px; border-radius: 16px; background: rgba(70, 148, 78, .85); font-family: var(--ff-h); font-weight: 800; font-size: 28px; line-height: 1.1; letter-spacing: -.01em; color: #fff; }
.hero__map { position: relative; z-index: 1; width: 324px; margin-top: -31px; }
.hero__rating { display: flex; align-items: flex-start; padding: 0 0 0 84px; margin-top: -38px; position: relative; z-index: 2; }
.rating__label { display: flex; flex-direction: column; width: 220px; margin: 49px 0 0; padding-left: 110px; line-height: 1.3; }
.rating__label strong { font-family: var(--ff-h); font-weight: 800; font-size: 17px; color: var(--ink); }
.rating__label span { margin-top: 6px; font-size: 14px; color: #5b4c44; font-weight: 500; }
.rating__score { padding: 10px; }
.rating__badge { display: inline-block; margin: 0 0 4px; padding: 16px 25px; border-radius: 50px; background: var(--yellow); color: #3a2800; font-family: var(--ff-h); font-weight: 600; font-size: 28px; line-height: 30px; box-shadow: 0 8px 24px rgba(246, 182, 70, .35); }
.rating__badge strong { font-weight: 800; }
.hero__rating .stars { display: flex; }
.hero__rating .stars svg { width: 24px; height: 24px; }

/* Mapa Polski (SVG) */
.pmap { width: 100%; height: auto; overflow: visible; }
.pmap__land { fill: #fff; filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .18)); }
.pmap__city text { font-family: var(--ff-h); font-weight: 800; font-size: 19px; fill: #232323; letter-spacing: -.01em; }
.pmap__dot { fill: var(--green); stroke: #fff; stroke-width: 3; transform-box: fill-box; transform-origin: center; }
.pmap__city { transition: opacity .2s; }
.js .pmap--hero .pmap__city { opacity: 0; }
.js .is-in .pmap--hero .pmap__city { animation: city-in .6s var(--ease) var(--d) both; }
.js .is-in .pmap--hero .pmap__dot { animation: dot-pop .7s cubic-bezier(.34, 1.56, .64, 1) var(--d) both; }
.pmap--hero .pmap__city:hover .pmap__dot { fill: var(--red); }
@keyframes city-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes dot-pop { from { transform: scale(0); } to { transform: scale(1); } }

.pmap--delivery .pmap__regions path { fill: #e0e0e0; stroke: #f9f9f9; stroke-width: 1.5; }
.pmap--delivery circle { fill: var(--mint); fill-opacity: .95; stroke: #fff; stroke-width: 1.5; transform-box: fill-box; transform-origin: center; transition: fill .2s, transform .2s; cursor: pointer; }
.pmap--delivery circle:hover, .pmap--delivery circle.is-hot { fill: var(--mint-d); transform: scale(1.35); }
.js .dmap .pmap--delivery circle { opacity: 0; }
.js .dmap.is-in .pmap--delivery circle { animation: dot-fade .5s ease-out var(--d) both; }
@keyframes dot-fade { from { opacity: 0; transform: scale(.3); } to { opacity: 1; transform: none; } }
.dmap { position: relative; }
.dmap__tip { position: absolute; z-index: 3; left: 0; top: 0; padding: 6px 12px; border-radius: 8px; background: var(--slate); color: #fff; font-size: 14px; font-weight: 600; white-space: nowrap; pointer-events: none; transform: translate(-50%, calc(-100% - 12px)); box-shadow: 0 6px 18px rgba(0, 0, 0, .2); }

/* ---------- Strona główna: sekcje ---------- */
.why { padding: 200px 0 100px; }
.why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px; }
.why__box { display: flex; flex-direction: column; align-items: flex-start; min-height: 280px; padding: 45px 45px 40px; border: 3px solid #f1f2f4; border-radius: var(--radius); background: #fff; transition: border-color .25s, box-shadow .25s, transform .25s; }
.why__box:hover { border-color: #dcebdd; box-shadow: 0 12px 30px rgba(70, 148, 78, .1); transform: translateY(-3px); }
.why__icon { display: block; height: 68px; margin-bottom: 22px; }
.why__icon svg { height: 100%; width: auto; }
.why__num { font-family: var(--ff-h); font-weight: 600; font-size: 30px; line-height: 36px; color: var(--green); margin-bottom: 10px; }
.why__box p { margin: 0; font-size: 14px; line-height: 21px; color: var(--muted2); }

.offer__grid { display: grid; grid-template-columns: 800fr 400fr; }
.offer__col { padding-right: 100px; display: flex; flex-direction: column; gap: 126px; }
.card-try { position: relative; min-height: 351px; padding: 50px 60px 40px; border-radius: var(--radius); background: var(--bg2); overflow: hidden; }
.card-try .h-card { position: relative; z-index: 1; margin-bottom: 20px; }
.card-try__img { position: relative; z-index: 1; width: 330px; }
.card-try__girl { position: absolute; right: 0; top: 50%; height: 100%; width: auto; transform: translateY(-50%); }
.card-how { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; min-height: 360px; padding: 70px 10px 50px 60px; border-radius: var(--radius); background: var(--bg3); }
.card-how .h-card { margin-bottom: 0; }
.card-keto { display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 46px 43px 48px; border-radius: var(--radius); background: var(--slate); text-align: center; color: #fff; }
.card-keto__new { font-family: var(--ff-h); font-weight: 800; font-size: 30px; color: #fff; margin-bottom: 20px; }
.card-keto__visual { position: relative; }
.card-keto__visual img { width: 241px; }
.card-keto__name { position: relative; margin: -46px auto 0; display: inline-block; padding: 13px 30px; border-radius: 50px; background: var(--green); font-family: var(--ff-h); font-weight: 800; font-size: 28px; line-height: 1.2; color: #fff; box-shadow: 0 8px 22px rgba(0, 0, 0, .25); }
.card-keto__price { margin: 14px 0 20px; font-family: var(--ff-h); font-weight: 800; font-size: 38px; line-height: 60px; color: var(--yellow); }
.card-keto__price span { font-size: 16px; font-weight: 700; }
.card-keto__desc { font-size: 14px; line-height: 21px; color: #fff; margin-bottom: 20px; }
.card-keto .btn { min-height: 62px; padding: 20px 42px; }

.start { padding-top: 190px; }
.start__head { padding-bottom: 30px; }
.start__pre { margin: 0 0 10px; font-family: var(--ff-h); font-weight: 800; font-size: 29px; line-height: 1.1; color: #000; }
.start__title { font-family: var(--ff-h); font-weight: 800; font-size: 46px; line-height: 1.05; color: #000; text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 8px; }
.start__body { background: var(--bg1); padding-top: 35px; }
.start__grid { display: grid; grid-template-columns: 668fr 528fr; }
.start__txt { padding: 10px; }
.start__txt p { font-size: 16px; line-height: 24px; color: var(--muted2); }
.start__txt strong { color: #333; }
.start__txt .script { margin: 20px 0 0; font-family: var(--ff-h); font-style: italic; font-weight: 800; font-size: 38px; line-height: 60px; letter-spacing: -.01em; }
.c-green { color: var(--green); }
.c-yellow { color: #bf7a00; }
.c-red { color: var(--red); }
.start__visual { display: flex; flex-direction: column; align-items: flex-end; margin-top: -170px; }
.start__visual img { width: 380px; }
.start__visual .btn { width: 378px; min-height: 56px; margin-bottom: -28px; position: relative; z-index: 2; }

.reviews { background: var(--bg1); padding: 110px 0 97px; }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 70px; }
.review { padding: 47px 47px 37px; border-radius: var(--radius); background: #fff; }
.review__name { font-family: var(--ff-h); font-weight: 700; font-size: 17px; color: #000; margin-bottom: 16px; }
.review blockquote p { margin: 20px 0 0; font-style: italic; font-size: 14px; line-height: 23px; color: #111; }

.blog-teaser { padding: 80px 0 100px; }
.posts3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; }
.pcard__thumb { display: block; overflow: hidden; margin-bottom: 14px; aspect-ratio: 364 / 228; background: var(--bg1); }
.pcard__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.pcard:hover .pcard__thumb img { transform: scale(1.04); }
.pcard__title { font-family: var(--ff-h); font-weight: 800; font-size: 18px; line-height: 25px; margin-bottom: 12px; }
.pcard__title a { color: #000; }
.pcard__title a:hover { color: var(--green); }
.pcard__date { margin: 0 0 18px; font-size: 12px; color: #6b6b6b; }
.pcard__excerpt { margin: 0; font-size: 14px; line-height: 20px; color: #111; }

.pro__top { background: linear-gradient(var(--bg1) 0, var(--bg1) calc(100% - 111px), #fff calc(100% - 111px)); padding-top: 60px; }
.pro__top .h-display { margin-bottom: 55px; }
.pro__img { width: 100%; }
.pro__card { position: relative; z-index: 1; display: grid; grid-template-columns: 196px 1fr; align-items: center; gap: 30px; max-width: 828px; margin: -111px auto 0; padding: 56px 73px 43px; background: var(--bg1); }
.pro__title { font-family: var(--ff-h); font-weight: 700; font-size: 27px; line-height: 39px; color: #000; margin-bottom: 18px; }
.pro__card p { margin: 0; font-size: 15px; line-height: 21px; color: var(--muted2); }
.pro__logo img { width: 176px; }

.books { padding: 80px 51px 50px; }
.books__box { display: flex; align-items: center; justify-content: center; gap: 60px; max-width: 1338px; min-height: 204px; margin: 0 auto; padding: 10px; border: 1px solid #eee; }
.books__covers { display: flex; gap: 8px; }
.books__covers img { width: 122px; height: auto; }
.books__txt { margin: 0; font-family: var(--ff-h); font-weight: 600; font-size: 26px; line-height: 35px; color: #000; }

.dear { padding: 40px 0 120px; }
.dear p { margin: 0; font-size: 16px; line-height: 24px; color: var(--muted2); }

/* ---------- Podstrony ---------- */
.duo { padding: 50px; }
.duo__in { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 20px; max-width: 1240px; margin: 0 auto; padding: 0 10px; }
.duo__txt { padding: 10px 0; }
.duo__txt p { font-size: 15px; line-height: 1.45; color: var(--muted); }
.duo__txt .lead { font-size: 18px; line-height: 22px; }
.duo__txt--end { text-align: right; }
.duo .h-sub { margin-bottom: 20px; }
.duo__media { display: flex; justify-content: center; }
.duo__media img { width: 100%; max-width: 600px; }
.duo--map .duo__media { justify-content: flex-start; }
.duo--map .pmap { max-width: 430px; }

.findus { padding: 100px 50px 80px; text-align: center; }
.findus__lead { margin: 16px 0 24px; font-size: 15px; color: var(--muted); }
.findus__icons { display: flex; justify-content: center; gap: 4px; }
.findus__icons a { display: grid; place-items: center; width: 44px; height: 44px; background: #eceeef; color: #333; transition: background-color .2s, color .2s; }
.findus__icons a:hover { background: var(--green); color: #fff; }
.findus__icons svg { height: 16px; width: auto; }

.steps { padding: 100px 50px 50px; }
.steps__list { display: grid; grid-template-columns: repeat(4, 290px); justify-content: center; gap: 110px 20px; }
.step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 10px; }
.step:nth-child(5) { grid-column: 2; }
.step__icon img { width: auto; height: 111px; }
.step__num { position: relative; display: grid; place-items: center; width: 100%; height: 65px; margin: 20px 0; }
.step__num::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: #e2e2e2; }
.step__num span { position: relative; display: grid; place-items: center; width: 26px; height: 26px; background: #0e6a13; color: #fff; font-size: 12px; font-weight: 700; line-height: 1; }
.step__title { font-family: var(--ff-h); font-weight: 700; font-size: 21px; line-height: 32px; color: var(--green-d); margin-bottom: 18px; }
.step__desc { margin: 0; font-size: 15px; line-height: 1.3; color: var(--muted); }

.ask { padding: 50px; text-align: center; }
.ask__q { font-family: var(--ff-h); font-weight: 500; font-size: 24px; line-height: 1.2; color: var(--green-d); margin-bottom: 20px; }
.ask__tel { margin: 0; font-family: var(--ff-h); font-weight: 800; font-size: 40px; line-height: 50px; }
.ask__tel a { color: var(--green-d); }

.contact { padding: 100px 50px 50px; }
.contact__in { display: grid; grid-template-columns: 263px 441px 476px; gap: 20px; max-width: 1240px; margin: 0 auto; padding: 0 10px; }
.contact__photo { width: 263px; height: 350px; object-fit: cover; }
.contact__logo { display: grid; place-items: center; height: 152px; background: #08c515; }
.contact__logo img { width: 176px; }
.contact__info .h-sub, .contact__form .h-sub { margin-bottom: 20px; }
.contact__tel { font-family: var(--ff-h); font-weight: 700; font-size: 21px; line-height: 32px; margin-bottom: 20px; }
.contact__tel a { color: var(--green-d); }
.contact__info .lead { font-size: 17px; line-height: 22px; margin-bottom: 20px; }
.contact__h { font-family: var(--ff-h); font-weight: 700; font-size: 21px; line-height: 32px; color: var(--green-d); margin: 100px 0 20px; }
.contact__acc { font-family: var(--ff-h); font-weight: 800; font-size: 17px; line-height: 22px; color: var(--muted); }

.cform { display: grid; gap: 10px; }
.cform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fld input, .fld textarea { width: 100%; min-height: 44px; padding: 10px 14px; border: 1px solid #b9bfc5; border-radius: 4px; background: #fff; font: inherit; font-size: 15px; line-height: 1.4; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.fld textarea { min-height: 110px; resize: vertical; }
.fld input:focus, .fld textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(70, 148, 78, .2); }
.fld input::placeholder, .fld textarea::placeholder { color: #8a9097; }
.fld.is-bad input, .fld.is-bad textarea { border-color: var(--red); }
.chk { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; line-height: 1.55; color: var(--muted); cursor: pointer; }
.chk a { text-decoration: underline; text-underline-offset: 2px; }
.chk input { flex: none; width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--green); }
.chk.is-bad span { color: var(--red); }
.cform .btn { margin-top: 6px; }
.cform__msg { margin: 4px 0 0; padding: 12px 14px; border-radius: 8px; font-size: 15px; }
.cform__msg.is-ok { background: #e8f5ea; color: var(--green-d); }
.cform__msg.is-err { background: #fdeaea; color: var(--red-d); }
.cform.is-sending .btn { opacity: .6; pointer-events: none; }

.plans { padding: 50px 50px 60px; }
.plans__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1220px; margin: 0 auto; }
.plan { display: flex; flex-direction: column; align-items: center; padding: 20px 20px 30px; text-align: center; }
.plan--tint { background: #f9fafa; }
.plan__logo { width: 239px; height: auto; margin-bottom: 20px; }
.plan__name { font-family: var(--ff-h); font-weight: 800; font-size: 28px; line-height: 40px; color: var(--green-d); margin-bottom: 10px; }
.price { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 6px; font-family: var(--ff-h); color: var(--orange); line-height: 1; }
.price sup { font-size: 17px; font-weight: 600; vertical-align: baseline; line-height: 1; color: #bd4322; }
.price sup:last-child { color: #6b6b6b; font-size: 15px; font-weight: 500; }
.price__n { font-size: 44px; font-weight: 700; line-height: 68px; }
.price--ind { display: block; min-height: 68px; padding-top: 10px; font-family: var(--ff-b); font-size: 15px; line-height: 1.4; color: #6b6b6b; }
.plan__hr { width: 208px; border: 0; border-top: 1px solid #d0d0d0; margin: 14px 0 20px; }
.plan__desc { flex: 1; margin: 0 0 20px; font-size: 15px; line-height: 1.3; color: var(--muted); }

.tiles { padding: 50px 50px 60px; }
.tiles .h-sub { margin-bottom: 30px; font-size: 32px; }
.tiles__grid { display: grid; grid-template-columns: repeat(4, 290px); justify-content: center; gap: 20px; }
.tiles__grid > li:nth-child(9) { grid-column: 2; }
.tiles--single .tiles__grid { grid-template-columns: 290px; }
.tiles--single .tiles__grid > li { grid-column: auto; }
.tile { display: flex; flex-direction: column; height: 100%; background: #f9fafa; color: inherit; transition: box-shadow .25s, transform .25s; }
.tile:hover { box-shadow: 0 14px 34px rgba(0, 0, 0, .1); transform: translateY(-3px); }
.tile__img { display: block; height: 200px; overflow: hidden; background: #f1f1f1; }
.tile__img img { width: 100%; height: 100%; object-fit: cover; }
.tile__body { display: flex; flex-direction: column; align-items: center; flex: 1; padding: 20px 10px; text-align: center; }
.tile__name { font-family: var(--ff-h); font-weight: 600; font-size: 32px; line-height: 43px; color: var(--green-d); margin-bottom: 10px; }
.tile .price--ind { min-height: 0; font-size: 13px; }

.order-panel { padding: 90px 20px 100px; }
.order-panel__in { max-width: 720px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.order-panel__in .lead { margin: 0; }
.order-panel__alt { margin: 0; color: var(--muted); }
.order-panel__alt a { font-weight: 700; }

.legal { padding: 50px 50px 80px; }
.legal__in { max-width: 1240px; margin: 0 auto; padding: 0 10px; }
.legal .h-sub { font-size: 34px; margin-bottom: 30px; }
.prose--legal { text-align: center; font-size: 13px; line-height: 1.55; color: var(--muted); }
.legal--center .prose--legal { font-size: 18px; line-height: 1.7; }
.legal--center .h-sub { font-size: 28px; max-width: 980px; margin-left: auto; margin-right: auto; }

/* ---------- Treść wpisów (prose) ---------- */
.prose { font-size: 16px; line-height: 1.6; color: #4a4a4a; }
.prose p { margin: 0 0 14px; }
.prose h2 { font-family: var(--ff-h); font-weight: 700; font-size: 30px; line-height: 1.25; color: #4a4a4a; margin: 26px 0 16px; }
.prose h3 { font-family: var(--ff-h); font-weight: 700; font-size: 24px; line-height: 1.3; color: #4a4a4a; margin: 22px 0 14px; }
.prose h4 { font-family: var(--ff-h); font-weight: 700; font-size: 19px; color: #4a4a4a; margin: 18px 0 10px; }
.prose ul, .prose ol { margin: 0 0 16px; padding-left: 1.3em; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { margin-bottom: 6px; }
.prose figure { margin: 18px 0; }
.prose img { width: 100%; }
.prose a { text-decoration: underline; text-underline-offset: 2px; }
.prose--product { font-size: 16px; line-height: 24px; color: #6b6b6b; }

/* ---------- Blog: lista ---------- */
.blist { padding: 50px 50px 100px; }
.blist__in { max-width: 1240px; margin: 0 auto; padding: 0 10px; display: grid; gap: 35px; }
.bitem { display: grid; grid-template-columns: 403px 1fr; gap: 20px; align-items: start; }
.bitem__thumb { display: block; aspect-ratio: 403 / 181; overflow: hidden; background: var(--bg1); }
.bitem__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.bitem:hover .bitem__thumb img { transform: scale(1.04); }
.bitem__title { font-family: var(--ff-h); font-weight: 700; font-size: 24px; line-height: 31px; margin-bottom: 4px; }
.bitem__title a { color: var(--green-d); }
.bitem__title a:hover { color: var(--green); }
.bitem__date { margin: 0 0 12px; font-size: 13px; color: #707070; }
.bitem__excerpt { margin: 0; font-size: 15px; line-height: 22.5px; color: #6b6b6b; }

/* ---------- Blog: wpis ---------- */
.pbanner { position: relative; padding: 20px 50px; background: var(--green-d) url(/assets/img/bg/post.jpg) center / cover; background-image: image-set(url(/assets/img/bg/post.webp) type("image/webp"), url(/assets/img/bg/post.jpg) type("image/jpeg")); }
.pbanner::before { content: ""; position: absolute; inset: 0; background: rgba(53, 110, 48, .87); }
.pbanner__in { position: relative; max-width: 1240px; margin: 0 auto; padding: 10px; }
.pbanner__title { margin: 0; font-family: var(--ff-h); font-weight: 800; font-size: 34px; line-height: 36px; color: #fff; }
.article { display: grid; grid-template-columns: 730px 400px; justify-content: center; gap: 60px; padding: 50px 20px 60px; }
.article__date { margin: 0 0 20px; font-size: 16px; font-weight: 400; color: #4a4a4a; text-transform: capitalize; }
.article__title { font-family: var(--ff-h); font-weight: 600; font-size: 32px; line-height: 1.2; color: #000; margin-bottom: 20px; text-transform: capitalize; }
.article__img { margin-bottom: 20px; }
.article__img img { width: 100%; }
.side__h { font-family: var(--ff-h); font-weight: 700; font-size: 18px; color: var(--green-d); }
.share { display: flex; align-items: center; justify-content: space-between; margin: 10px 0 80px; padding: 20px 10px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.share__list { display: flex; gap: 6px; }
.share__list a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #54595f; transition: background-color .2s, color .2s; }
.share__list a:hover { background: var(--green); color: #fff; }
.share__list svg { height: 15px; width: auto; }
.side__posts { display: grid; gap: 20px; margin-top: 20px; }
.spost { display: grid; grid-template-columns: 121px 1fr; gap: 17px; }
.spost__thumb { display: block; aspect-ratio: 121 / 80; overflow: hidden; }
.spost__thumb img { width: 100%; height: 100%; object-fit: cover; }
.spost__title { font-family: var(--ff-h); font-weight: 600; font-size: 15px; line-height: 19px; text-transform: capitalize; margin-bottom: 8px; }
.spost__title a { color: #4a4a4a; }
.spost__title a:hover { color: var(--green); }
.spost__excerpt { margin: 0; font-size: 13px; line-height: 17px; color: #4a4a4a; font-weight: 300; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.pnav { display: grid; grid-template-columns: 1fr 1fr; max-width: 1180px; margin: 0 auto 80px; padding: 0 20px; }
.pnav a { display: flex; align-items: center; gap: 16px; padding: 10px; color: var(--green-d); font-family: var(--ff-h); font-weight: 600; font-size: 19px; line-height: 30px; text-transform: capitalize; }
.pnav a:hover { color: var(--green); }
.pnav small { display: block; font-family: var(--ff-b); font-weight: 400; font-size: 15px; line-height: 24px; color: #4a4a4a; text-transform: none; }
.pnav__prev { border-right: 1px solid #ddd; }
.pnav__next { justify-content: flex-end; text-align: right; }
.pnav svg { flex: none; }

/* ---------- Produkt ---------- */
.product { padding: 50px; }
.product__in { display: grid; grid-template-columns: 600px 600px; justify-content: center; gap: 20px; }
.product__img img { width: 600px; height: 400px; object-fit: cover; }
.product__body .h-sub { margin-bottom: 20px; }
.product__cta { margin: 20px 0 0; text-align: center; }
.related { padding: 50px 50px 60px; }
.related .h-sub { margin-bottom: 20px; }
.related__grid { display: grid; grid-template-columns: repeat(4, 290px); justify-content: center; gap: 20px; }
.rel { display: block; text-align: center; color: var(--green-d); }
.rel img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .4s var(--ease); }
.rel:hover img { transform: scale(1.03); }
.rel__name { display: block; padding: 10px 0; font-family: var(--ff-h); font-weight: 600; font-size: 18px; }

/* ---------- 404 ---------- */
.nf { padding: 90px 20px 110px; background: radial-gradient(circle at 50% 0, var(--bg1), #fff 70%); }
.nf__in { max-width: 720px; margin: 0 auto; text-align: center; }
.nf__code { margin: 0; font-family: var(--ff-h); font-weight: 800; font-size: 140px; line-height: 1; letter-spacing: -.05em; color: var(--green); opacity: .18; }
.nf .h-sub { margin: -30px 0 14px; }
.nf__ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin: 26px 0 30px; }
.nf__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 22px; }
.nf__links a { display: inline-flex; min-height: 44px; align-items: center; font-weight: 600; }

/* ---------- Stopka ---------- */
.cband { position: relative; }
.cband__in { display: flex; align-items: center; gap: 22px; max-width: 1140px; height: 141px; margin: 0 auto; padding: 0 10px; }
.cband__title { margin: 0; font-family: var(--ff-h); font-weight: 800; font-size: 44px; line-height: 67px; letter-spacing: -.02em; color: #000; }
.cband__arrow svg { width: 130px; height: 24px; }
.ftr { background: var(--slate); color: #fff; padding: 0 10px 50px; }
.ftr__in { display: grid; grid-template-columns: 399px 270px 467px; max-width: 1140px; margin: 0 auto; }
.ftr__about { padding: 60px 10px 0; }
.ftr__logo img { width: 176px; margin-bottom: 20px; }
.ftr__about p { font-size: 14px; line-height: 21px; color: #fff; margin: 0 0 20px; }
.ftr__about .ftr__copy { margin-top: 20px; }
.ftr__copy a { color: #ff9a57; text-decoration: underline; text-underline-offset: 2px; }
.ftr__links { padding: 57px 10px 0 50px; }
.ftr__links a { display: flex; align-items: center; gap: 18px; min-height: 32px; font-family: var(--ff-h); font-weight: 600; font-size: 14px; line-height: 24px; color: #fff; text-transform: uppercase; letter-spacing: .02em; }
.ftr__links a svg { flex: none; color: var(--green); width: 8px; height: 12px; }
.ftr__links a:hover, .ftr__links a[aria-current="page"] { color: #a9dcb0; }
.ftr__contact { position: relative; padding: 0 10px; }
.ftr__box { position: relative; margin: -141px 0 0; padding: 45px 40px; min-height: 336px; background: var(--red); border-radius: 0 0 0 80px; display: flex; flex-direction: column; align-items: flex-end; }
.ftr__box a { color: #fff; display: inline-flex; align-items: center; gap: 22px; }
.ftr__box a:hover { color: #ffe3e3; }
.ftr__phone { font-family: var(--ff-h); font-weight: 600; font-size: 36px; line-height: 60px; letter-spacing: -.01em; margin-bottom: 10px; }
.ftr__phone svg { width: 39px; height: 40px; }
.ftr__line { font-size: 17px; line-height: 30px; }
.ftr__line svg { width: 22px; height: 21px; }
.ftr__hours { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 12px 20px; margin: 22px 0 0; font-family: var(--ff-h); font-weight: 500; font-size: 14px; }
.ftr__hours strong { white-space: nowrap; display: inline-block; padding: 10px 24px; border-radius: 50px; background: #fff; color: #000; font-size: 26px; font-weight: 800; line-height: 28px; }
.ftr__company, .ftr__bank { margin: 0; padding: 0 0 0 0; text-align: right; font-family: var(--ff-h); font-weight: 500; font-size: 15px; line-height: 22px; color: #fff; }
.ftr__company { margin: 50px 0 30px; }
.ftr__social { display: none; }
.credit { background: #fff; }
.credit__in { max-width: 1140px; margin: 0 auto; padding: 10px; font-family: var(--ff-h); font-weight: 600; font-size: 13px; line-height: 14px; color: #6b6b6b; }
.credit a { color: #6b6b6b; margin-left: 4px; }
.credit a:hover { color: var(--green); }

/* ---------- Pasek CTA (mobile) ---------- */
.mbar { display: none; }

/* ---------- Baner cookies ---------- */
.cookie { position: fixed; z-index: 120; left: 50%; bottom: 20px; display: flex; align-items: center; gap: 30px; width: min(1156px, calc(100% - 32px)); padding: 15px 30px; background: #3b8043; color: #fff; box-shadow: 0 10px 40px rgba(0, 0, 0, .25); transform: translate(-50%, 0); transition: transform .45s var(--ease), opacity .45s; }
.cookie.is-hiding { transform: translate(-50%, 140%); opacity: 0; }
.cookie p { margin: 0; font-size: 12.5px; line-height: 18px; }
.cookie a { color: #fff; text-decoration: underline; }
.cookie__btn { flex: none; min-height: 46px; padding: 14px 26px; border-radius: 50px; background: #fff; color: #574840; font-family: var(--ff-h); font-weight: 700; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.cookie__btn:hover { background: #f3f5f8; }

/* =========================================================================
   Desktop — węższe ekrany (1025–1360)
   ========================================================================= */
@media (max-width: 1360px) {
  .hdr .hdr__cta { margin-right: 60px; }
}
@media (max-width: 1240px) {
  .hdr .hdr__cta { margin-right: 0; }
  .hero__title { font-size: 44px; }
  .rating__label { width: 150px; padding-left: 40px; }
  .offer__col { padding-right: 40px; gap: 60px; }
  .card-try__girl { opacity: .35; }
  .contact__in { grid-template-columns: 220px 1fr 1fr; }
  .contact__photo { width: 100%; }
  .article { grid-template-columns: minmax(0, 730px) 320px; gap: 40px; }
  .product__in { grid-template-columns: 1fr 1fr; }
  .product__img img { width: 100%; height: auto; aspect-ratio: 3 / 2; }
  .tiles__grid, .related__grid { grid-template-columns: repeat(4, minmax(0, 290px)); }
  .steps__list { grid-template-columns: repeat(4, minmax(0, 290px)); }
  .ftr__in { grid-template-columns: 1.1fr .8fr 1.3fr; }
  .cband__in { max-width: 100%; }
}

/* =========================================================================
   Tablet (768–1024)
   ========================================================================= */
@media (max-width: 1024px) {
  :root { --hdr-h: 72px; }
  .hdr__nav, .social-float { display: none; }
  .hdr__in { padding: 0 20px; }
  .hdr__logo, .hdr__logo img { width: 154px; height: auto; }
  .hdr .hdr__cta { margin: 0 10px 0 0; min-height: 44px; padding: 10px 22px; font-size: 13px; }
  .burger { display: grid; }
  .hdr__logo { margin-right: auto; }
  .hdr.is-scrolled { transform: translateY(-6px); }
  .hdr.is-scrolled .hdr__logo { transform: translateY(3px) scale(.88); }
  .hdr.is-scrolled .hdr__cta, .hdr.is-scrolled .burger { transform: translateY(3px); }
  .hdr__cta, .burger { transition: transform .3s var(--ease), opacity .3s; }

  .h-display { font-size: 40px; }
  .banner { min-height: 220px; padding: 50px 24px; }

  .hero { grid-template-columns: 1fr; }
  .hero__left { border-radius: 0; padding: 48px 32px 56px; }
  .hero__seal { display: none; }
  .hero__photo { height: auto; padding: 40px 32px 48px; display: flex; flex-direction: column; align-items: center; }
  .hero__city { text-align: center; }
  .hero__map { width: min(420px, 100%); margin-top: -10px; }
  .hero__rating { justify-content: center; align-items: center; gap: 20px; padding: 0 20px; margin: -34px 0 0; }
  .rating__label { width: auto; padding: 0; margin: 30px 0 0; }
  .why { padding: 70px 0 60px; }
  .why__grid { grid-template-columns: repeat(2, 1fr); }
  .why__box { min-height: 0; }
  .wrap { padding: 0 24px; }
  .offer__grid { grid-template-columns: 1fr; gap: 30px; }
  .offer__col { padding-right: 0; gap: 30px; }
  .card-try__girl { opacity: 1; }
  .card-keto { max-width: 520px; width: 100%; margin: 0 auto; }
  .start { padding-top: 80px; }
  .start__grid { grid-template-columns: 1fr 1fr; align-items: end; }
  .start__visual { margin-top: 0; align-items: center; }
  .start__visual img { width: 100%; max-width: 380px; }
  .start__visual .btn { width: 100%; max-width: 378px; }
  .reviews__grid { grid-template-columns: 1fr; max-width: 640px; margin-left: auto; margin-right: auto; }
  .posts3 { grid-template-columns: repeat(2, 1fr); }
  .posts3 .pcard:nth-child(3) { display: none; }
  .pro__card { margin: -60px 24px 0; padding: 36px; grid-template-columns: 176px 1fr; }
  .pro__top { background: linear-gradient(var(--bg1) 0, var(--bg1) calc(100% - 60px), #fff calc(100% - 60px)); }
  .books { padding: 60px 24px 30px; }
  .books__box { flex-direction: column; gap: 24px; padding: 30px 20px; text-align: center; }
  .dear { padding: 30px 0 70px; }

  .duo { padding: 40px 24px; }
  .duo__in { gap: 32px; padding: 0; }
  .findus { padding: 60px 24px; }
  .steps { padding: 60px 24px 30px; }
  .steps__list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 16px; }
  .step:nth-child(5) { grid-column: auto; }
  .contact { padding: 60px 24px 40px; }
  .contact__in { grid-template-columns: 1fr 1fr; gap: 32px; padding: 0; }
  .contact__media { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .contact__photo { height: 260px; }
  .contact__logo { height: auto; }
  .contact__h { margin-top: 40px; }
  .plans { padding: 40px 24px 50px; }
  .plans__grid { grid-template-columns: repeat(2, 1fr); }
  .plan--tint { background: none; }
  .plan:nth-child(4n+2), .plan:nth-child(4n+3) { background: #f9fafa; }
  .tiles { padding: 40px 24px 50px; }
  .tiles__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tiles__grid > li:nth-child(9) { grid-column: auto; }
  .legal { padding: 40px 24px 60px; }
  .blist { padding: 40px 24px 70px; }
  .bitem { grid-template-columns: 300px 1fr; }
  .article { grid-template-columns: 1fr; gap: 50px; max-width: 760px; margin: 0 auto; padding: 40px 24px 50px; }
  .share { margin-bottom: 30px; }
  .side__posts { grid-template-columns: 1fr 1fr; }
  .pnav { padding: 0 24px; }
  .product { padding: 40px 24px; }
  .product__in { grid-template-columns: 1fr; max-width: 640px; margin: 0 auto; }
  .product__body .h-sub { margin-top: 10px; }
  .related { padding: 30px 24px 60px; }
  .related__grid { grid-template-columns: repeat(2, minmax(0, 290px)); }

  .cband { display: none; }
  .ftr { padding: 50px 24px 40px; }
  .ftr__in { grid-template-columns: 1fr 1fr; gap: 40px 32px; }
  .ftr__about { padding: 0; }
  .ftr__links { padding: 0; }
  .ftr__contact { grid-column: 1 / -1; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 32px; align-items: start; }
  .ftr__box { margin: 0; min-height: 0; grid-row: span 3; }
  .ftr__company { margin: 0; text-align: left; }
  .ftr__bank { text-align: left; }
  .ftr__social { display: flex; gap: 12px; }
  .ftr__social a { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: rgba(255, 255, 255, .1); color: #fff; }
  .ftr__social a:hover { background: var(--green); }
  .ftr__social svg { height: 20px; width: auto; }
  .credit__in { padding: 14px 24px; }

  /* pasek CTA */
  .mbar { position: fixed; z-index: 95; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); display: flex; gap: 10px; padding: 8px; border-radius: 60px; background: rgba(255, 255, 255, .94); -webkit-backdrop-filter: saturate(1.6) blur(14px); backdrop-filter: saturate(1.6) blur(14px); box-shadow: 0 10px 36px rgba(20, 40, 24, .22), 0 0 0 1px rgba(0, 0, 0, .04); transform: translateY(calc(100% + 30px)); transition: transform .45s var(--ease); max-width: 560px; margin: 0 auto; }
  .mbar.is-on { transform: none; }
  .mbar__tel { flex: none; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #e9f4ea; color: var(--green-d); }
  .mbar__tel svg { width: 24px; height: 24px; }
  .mbar__cta { flex: 1; min-height: 52px; font-size: 15px; }
  .has-mbar .cookie { bottom: calc(88px + env(safe-area-inset-bottom)); }
}

/* =========================================================================
   Mobile (< 768)
   ========================================================================= */
@media (max-width: 767px) {
  :root { --hdr-h: 68px; }
  body { font-size: 16px; }
  .hdr__in { padding: 0 var(--gutter); }
  .hdr__logo, .hdr__logo img { width: 132px; }
  .hdr .hdr__cta { padding: 10px 14px; font-size: 12px; letter-spacing: .02em; min-height: 44px; }
  .wrap { padding: 0 var(--gutter); }
  .h-display { font-size: 31px; line-height: 1.15; }
  .h-sub { font-size: 29px; }
  .h-card { font-size: 25px; }
  .lead { font-size: 17px; }
  .label { font-size: 16px; margin-bottom: 8px; }
  .btn { min-height: 50px; padding: 14px 26px; font-size: 15px; }
  .banner { min-height: 150px; padding: 36px var(--gutter); background-image: url(/assets/img/bg/subheader-800.jpg); background-image: image-set(url(/assets/img/bg/subheader-800.webp) type("image/webp"), url(/assets/img/bg/subheader-800.jpg) type("image/jpeg")); }
  .banner--blog { background-image: url(/assets/img/bg/blog-800.jpg); background-image: image-set(url(/assets/img/bg/blog-800.webp) type("image/webp"), url(/assets/img/bg/blog-800.jpg) type("image/jpeg")); }
  .pbanner { background-image: url(/assets/img/bg/post-800.jpg); background-image: image-set(url(/assets/img/bg/post-800.webp) type("image/webp"), url(/assets/img/bg/post-800.jpg) type("image/jpeg")); }
  .banner__title { font-size: 32px; }

  /* hero */
  .hero__left { padding: 26px var(--gutter) 34px; }
  .hero__txt { padding: 0; }
  .hero__title { font-size: 35px; line-height: 1.08; letter-spacing: -.03em; }
  .hero__tag { margin: 18px 0 18px; padding: 10px 14px 9px; font-size: 15px; line-height: 21px; }
  .checks li { gap: 12px; font-size: 16px; line-height: 23px; padding-bottom: 10px; }
  .btn--hero { width: 100%; margin-top: 12px; padding: 12px 18px 12px 26px; font-size: 19px; }
  .hero__photo { padding: 28px var(--gutter) 44px; }
  .hero__city { width: 100%; padding: 18px 16px; font-size: 22px; }
  .hero__map { width: 100%; max-width: 360px; margin-top: 4px; }
  .pmap__city text { font-size: 22px; }
  .hero__rating { flex-wrap: wrap; gap: 6px 16px; margin-top: -30px; }
  .rating__label { flex-direction: row; gap: 8px; align-items: baseline; order: 2; width: 100%; justify-content: center; margin: 0; }
  .rating__score { display: flex; align-items: center; gap: 12px; }
  .rating__badge { font-size: 24px; padding: 13px 20px; margin: 0; }
  .rating__label span { font-size: 15px; }
  .card-keto__desc { font-size: 16px; line-height: 24px; }

  /* sekcje */
  .why { padding: 56px 0 48px; }
  .why__grid { grid-template-columns: 1fr; gap: 12px; margin-top: 30px; }
  .why__box { display: grid; grid-template-columns: 56px 1fr; grid-template-rows: auto auto; column-gap: 16px; align-items: center; padding: 18px 18px 18px 16px; border-width: 2px; }
  .why__icon { grid-row: 1 / 3; height: 52px; margin: 0; display: grid; place-items: center; }
  .why__num { font-size: 28px; line-height: 32px; margin: 0; }
  .why__box p { font-size: 16px; line-height: 22px; }

  .card-try { padding: 30px 20px 24px; min-height: 0; }
  .card-try .h-card { max-width: 60%; }
  .card-try__img { width: 78%; }
  .card-try__girl { height: 88%; top: auto; bottom: 0; transform: none; right: 0; }
  .card-how { min-height: 0; padding: 32px 20px; gap: 14px; }
  .card-how .btn { width: 100%; padding: 14px 18px; font-size: 16px; }
  .card-keto { padding: 34px 20px 32px; }
  .card-keto__price { font-size: 34px; line-height: 50px; }

  .start { padding-top: 56px; }
  .start__pre { font-size: 22px; }
  .start__title { font-size: 36px; }
  .start__grid { grid-template-columns: 1fr; }
  .start__txt { padding: 0 0 10px; }
  .start__txt .script { font-size: 29px; line-height: 44px; }
  .start__visual .btn { margin-bottom: -25px; }

  .reviews { padding: 70px 0 60px; }
  .reviews__grid { display: flex; gap: 12px; max-width: none; margin: 30px calc(-1 * var(--gutter)) 0; padding: 0 var(--gutter) 10px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 0 var(--gutter); -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .reviews__grid::-webkit-scrollbar { display: none; }
  .review { flex: 0 0 86%; scroll-snap-align: start; padding: 28px 24px 22px; }
  .review blockquote p { font-size: 16px; line-height: 25px; }

  .blog-teaser { padding: 56px 0 60px; }
  .posts3 { grid-template-columns: 1fr; gap: 34px; margin-top: 28px; }
  .posts3 .pcard:nth-child(3) { display: block; }
  .pcard__title { font-size: 19px; line-height: 26px; }
  .pcard__date { font-size: 14px; margin-bottom: 10px; }
  .pcard__excerpt { font-size: 16px; line-height: 24px; }

  .pro__top { padding-top: 50px; background: linear-gradient(var(--bg1) 0, var(--bg1) calc(100% - 30px), #fff calc(100% - 30px)); }
  .pro__top .h-display { margin-bottom: 26px; }
  .pro__card { grid-template-columns: 1fr; gap: 14px; margin: -30px var(--gutter) 0; padding: 26px 22px; }
  .pro__title { font-size: 24px; line-height: 32px; margin-bottom: 8px; }
  .pro__card p { font-size: 16px; line-height: 24px; }
  .books { padding: 44px var(--gutter) 20px; }
  .books__covers { width: 100%; justify-content: center; }
  .books__covers img { flex: 1 1 0; min-width: 0; width: auto; max-width: 112px; }
  .books__txt { font-size: 22px; line-height: 30px; }
  .dear p { font-size: 16px; }

  /* podstrony */
  .duo { padding: 34px var(--gutter); }
  .duo__in { grid-template-columns: 1fr; gap: 24px; }
  .duo--rev .duo__media { order: 2; }
  .duo__txt--end { text-align: left; }
  .duo__txt p { font-size: 16px; line-height: 1.6; }
  .duo__txt .lead { font-size: 17px; line-height: 1.55; }
  .duo .h-sub { margin-bottom: 14px; }
  .duo--map .duo__media { order: 2; justify-content: center; }
  .findus { padding: 50px var(--gutter) 60px; }
  .findus .h-sub { font-size: 26px; }
  .findus__lead { font-size: 16px; }
  .findus__icons a { width: 48px; height: 48px; }
  .steps { padding: 40px var(--gutter) 10px; }
  .steps__list { grid-template-columns: 1fr; gap: 26px; }
  .step { position: relative; display: grid; grid-template-columns: 76px 1fr; grid-template-rows: auto 1fr; column-gap: 16px; text-align: left; align-items: start; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); }
  .step__icon { grid-row: 1 / 3; position: relative; }
  .step__icon img { width: 70px; height: auto; }
  .step__num { position: absolute; left: -6px; top: -6px; width: auto; height: auto; margin: 0; }
  .step__num::before { display: none; }
  .step__num span { width: 26px; height: 26px; border-radius: 7px; }
  .step__title { font-size: 19px; line-height: 26px; margin: 2px 0 4px; }
  .step__desc { font-size: 16px; line-height: 1.45; }
  .ask { padding: 30px var(--gutter) 10px; }
  .ask__q { font-size: 20px; }
  .ask__tel { font-size: 32px; }
  .ask__tel a { display: inline-flex; min-height: 48px; align-items: center; }
  .contact { padding: 40px var(--gutter) 20px; }
  .contact__in { grid-template-columns: 1fr; gap: 36px; }
  .contact__media { grid-template-columns: 1.3fr 1fr; }
  .contact__photo { height: 180px; }
  .contact__logo { height: 180px; }
  .contact__logo img { width: 120px; }
  .contact__tel a { display: inline-flex; min-height: 44px; align-items: center; }
  .contact__h { margin-top: 26px; }
  .cform__row { grid-template-columns: 1fr; }
  .fld input, .fld textarea { font-size: 16px; min-height: 50px; padding: 12px 14px; }
  .fld textarea { min-height: 140px; }
  .chk { font-size: 14px; }
  .chk input { width: 22px; height: 22px; }
  .plans { padding: 30px var(--gutter) 40px; }
  .plans__grid { grid-template-columns: 1fr; gap: 16px; }
  .plan, .plan:nth-child(n) { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 18px 24px; }
  .plan__logo { width: 200px; margin-bottom: 12px; }
  .plan__name { font-size: 25px; line-height: 32px; margin-bottom: 4px; }
  .price__n { font-size: 40px; line-height: 56px; }
  .plan__hr { margin: 8px 0 14px; width: 120px; }
  .plan__desc { font-size: 16px; line-height: 1.5; }
  .plan .btn { min-width: 180px; min-height: 48px; }
  .tiles { padding: 30px var(--gutter) 40px; }
  .tiles .h-sub { font-size: 23px; }
  .tiles__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .tiles--single .tiles__grid { grid-template-columns: minmax(0, 290px); }
  .tile { border-radius: var(--radius); overflow: hidden; }
  .tile__img { height: auto; aspect-ratio: 1 / 1; }
  .tile__body { padding: 12px 8px 14px; }
  .tile__name { font-size: 19px; line-height: 24px; margin-bottom: 4px; }
  .tile .price { gap: 5px; }
  .tile .price__n { font-size: 30px; line-height: 38px; }
  .tile .price sup { font-size: 13px; }
  .tile .price sup:last-child { font-size: 12px; }
  .tile .price--ind { font-size: 14px; line-height: 1.35; }
  .order-panel { padding: 50px var(--gutter) 70px; }
  .order-panel .btn { width: 100%; }
  .legal { padding: 30px var(--gutter) 50px; }
  .legal .h-sub, .legal--center .h-sub { font-size: 23px; line-height: 1.3; margin-bottom: 20px; }
  .prose--legal { text-align: left; font-size: 16px; line-height: 1.6; }
  .legal--center .prose--legal { text-align: center; font-size: 17px; }

  .blist { padding: 30px var(--gutter) 60px; }
  .blist__in { gap: 30px; padding: 0; }
  .bitem { grid-template-columns: 1fr; gap: 12px; }
  .bitem__thumb { aspect-ratio: 16 / 9; border-radius: 10px; }
  .bitem__title { font-size: 20px; line-height: 27px; }
  .bitem__date { font-size: 14px; margin-bottom: 8px; }
  .bitem__excerpt { font-size: 16px; line-height: 1.5; }

  .pbanner { padding: 16px var(--gutter); }
  .pbanner__in { padding: 0; }
  .pbanner__title { font-size: 26px; }
  .article { padding: 28px var(--gutter) 40px; gap: 40px; }
  .article__date { font-size: 14px; margin-bottom: 10px; }
  .article__title { font-size: 27px; line-height: 1.25; }
  .prose { font-size: 17px; line-height: 1.65; }
  .prose h2 { font-size: 24px; }
  .prose h3 { font-size: 21px; }
  .side__posts { grid-template-columns: 1fr; }
  .spost { grid-template-columns: 100px 1fr; gap: 14px; }
  .spost__title { font-size: 16px; line-height: 21px; }
  .spost__excerpt { font-size: 15px; line-height: 21px; -webkit-line-clamp: 3; }
  .share__list a { width: 44px; height: 44px; }
  .pnav { grid-template-columns: 1fr; gap: 10px; margin-bottom: 50px; padding: 0 var(--gutter); }
  .pnav a { font-size: 17px; line-height: 24px; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius); }
  .pnav__prev { border-right: 1px solid var(--line); }

  .product { padding: 24px var(--gutter) 30px; }
  .product__img img { border-radius: 10px; }
  .product__body .h-sub { font-size: 30px; }
  .prose--product { font-size: 16px; line-height: 1.6; }
  .product__cta .btn { width: 100%; }
  .related { padding: 20px 0 50px; }
  .related .h-sub { font-size: 26px; padding: 0 var(--gutter); }
  .related__grid { display: flex; justify-content: flex-start; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 var(--gutter) 8px; scroll-padding: 0 var(--gutter); scrollbar-width: none; }
  .related__grid::-webkit-scrollbar { display: none; }
  .related__grid li { flex: 0 0 64%; scroll-snap-align: start; }
  .rel img { border-radius: 10px; }
  .rel__name { font-size: 17px; }

  .nf { padding: 50px var(--gutter) 70px; }
  .nf__code { font-size: 110px; }
  .nf__ctas .btn { width: 100%; }

  /* stopka */
  .ftr { padding: 44px var(--gutter) 44px; }
  .ftr__in { grid-template-columns: 1fr; gap: 30px; }
  .ftr__contact { grid-template-columns: 1fr; order: -1; gap: 18px; }
  .ftr__about { order: 1; }
  .ftr__links { order: 0; }
  .ftr__box { grid-row: auto; align-items: stretch; padding: 26px 22px 24px; border-radius: 0 0 0 48px; }
  .ftr__box a { justify-content: space-between; min-height: 44px; }
  .ftr__phone { font-size: 32px; line-height: 48px; margin-bottom: 4px; }
  .ftr__line { font-size: 17px; }
  .ftr__hours { justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 15px; }
  .ftr__hours strong { font-size: 22px; padding: 8px 20px; }
  .ftr__company, .ftr__bank { font-size: 15px; }
  .ftr__links ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
  .ftr__links a { min-height: 44px; font-size: 15px; gap: 12px; }
  .ftr__about p { font-size: 15px; line-height: 23px; }
  .ftr__social { justify-content: flex-start; }
  .credit__in { padding: 14px var(--gutter) calc(14px + env(safe-area-inset-bottom)); line-height: 1.5; font-size: 14px; }

  .cookie { flex-direction: column; align-items: stretch; gap: 10px; bottom: calc(12px + env(safe-area-inset-bottom)); width: calc(100% - 24px); padding: 14px 16px; border-radius: 16px; }
  .cookie p { font-size: 14px; line-height: 19px; }
  .cookie__btn { min-height: 44px; }
}

@media (max-width: 359px) {
  .hdr .hdr__cta { display: none; }
  .hero__title { font-size: 32px; }
  .why__box p { font-size: 13.5px; }
}
@media (max-width: 339px) {
  .ftr__links ul { grid-template-columns: 1fr; }
}

/* Mniej animacji dla osób, które tego wymagają */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-delay: 0s !important; transition-duration: .001ms !important; transition-delay: 0s !important; scroll-behavior: auto !important; }
  .js .pmap--hero .pmap__city, .js .dmap .pmap--delivery circle { opacity: 1; }
}
