/* ═══════════════════════════════════════════════════════════
   OLOI — studio graficzne i agencja reklamowa · Tarnobrzeg
   Ciemny system "blueprint": hairline grid, mono-labels,
   duża typografia, jeden akcent niebieski + sygnał pomarańczowy.
   ═══════════════════════════════════════════════════════════ */

/* ─── FONTY (self-hosted, variable) ───
   Subset latin-ext dociąga się tylko przy polskich znakach. */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/space-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/space-grotesk-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('assets/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('assets/fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ─── TOKENY ─── */
:root {
  --ink:      #0A0A0C;
  --ink-2:    #101014;
  --ink-3:    #16161B;
  --ink-4:    #1D1D24;

  --fg:       #F4F5F7;
  --fg-2:     #B4B8C0;
  --fg-3:     #868B95;

  --line:     rgba(255, 255, 255, 0.09);
  --line-2:   rgba(255, 255, 255, 0.16);

  --blue:      #4C8BF5;
  --blue-hi:   #7CA9F7;
  --blue-deep: #2E6AD4;
  --blue-deeper: #2559B8;
  --blue-soft: rgba(76, 139, 245, 0.12);
  --signal:    #FF6A3D;
  --signal-soft: rgba(255, 106, 61, 0.12);
  --ok:        #3DDC84;

  --font-display: 'Space Grotesk', system-ui, sans-serif;
  --font-body:    'Manrope', system-ui, sans-serif;

  --container: 1280px;
  --gutter: clamp(20px, 4vw, 48px);
  --header-h: 68px;
  --sec-v: clamp(72px, 9vw, 128px);

  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-pill: 999px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t: 0.28s var(--ease);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  background: var(--ink);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.68;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }

img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
::selection { background: var(--blue-deep); color: #fff; }

:focus-visible {
  outline: 2px solid var(--blue-hi);
  outline-offset: 3px;
  border-radius: 3px;
}

/* ─── TYPOGRAFIA ─── */
h1, h2, h3, h4, .display {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  text-wrap: balance;
}
h1, .h1 { font-size: clamp(2.45rem, 6vw, 4.6rem); }
h2, .h2 { font-size: clamp(1.9rem, 3.8vw, 3.05rem); }
h3, .h3 { font-size: clamp(1.15rem, 1.8vw, 1.4rem); letter-spacing: -0.02em; }
h4      { font-size: 1.05rem; letter-spacing: -0.01em; }

p { text-wrap: pretty; }

.lead {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.6;
  color: var(--fg-2);
  max-width: 62ch;
}
.muted { color: var(--fg-3); }
.small { font-size: 0.875rem; line-height: 1.6; }

.label {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-3);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.label::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--blue);
  flex: none;
}
.label--plain::before { display: none; }

mark, .hl {
  background: none;
  color: var(--blue-hi);
}

/* ─── UKŁAD ─── */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section { padding-block: var(--sec-v); position: relative; }
.section--tight { padding-block: clamp(48px, 6vw, 80px); }
.section--line { border-top: 1px solid var(--line); }
.section--alt { background: var(--ink-2); }

/* Nagłówek sekcji: numer po lewej, treść po prawej — asymetrycznie */
.sec-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: clamp(36px, 5vw, 64px);
}
@media (min-width: 900px) {
  .sec-head {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
  }
}
.sec-head__meta { display: flex; flex-direction: column; gap: 10px; }
.sec-head__num {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--fg-3);
}
.sec-head__body > * + * { margin-top: 16px; }
.sec-head h2 + .lead { margin-top: 20px; }

.stack > * + * { margin-top: 1em; }
.grid { display: grid; gap: clamp(16px, 2vw, 24px); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }

/* ─── PRZYCISKI ─── */
.btn {
  --btn-bg: var(--blue-deep);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 1px solid transparent;
  border-radius: var(--r-pill);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform var(--t), background var(--t), border-color var(--t), color var(--t);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary:hover { --btn-bg: var(--blue-deeper); }
.btn--outline {
  --btn-bg: transparent;
  --btn-fg: var(--fg);
  border-color: var(--line-2);
}
.btn--outline:hover { border-color: var(--fg); }
.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--fg);
  padding-inline: 4px;
}
.btn--ghost:hover { --btn-fg: var(--blue-hi); }
.btn--wa { --btn-bg: #25D366; --btn-fg: #06280F; }
.btn--wa:hover { --btn-bg: #33e173; }
.btn--sm { padding: 10px 18px; font-size: 0.875rem; }
.btn--lg { padding: 17px 30px; font-size: 1rem; }
.btn--full { width: 100%; }
.btn .ar { transition: transform var(--t); }
.btn:hover .ar { transform: translateX(4px); }

/* Link tekstowy ze strzałką */
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--fg);
  border-bottom: 1px solid var(--line-2);
  padding-bottom: 3px;
  transition: color var(--t), border-color var(--t);
}
.arrow-link:hover { color: var(--blue-hi); border-color: var(--blue); }
.arrow-link .ar { transition: transform var(--t); }
.arrow-link:hover .ar { transform: translateX(4px); }

/* ─── HEADER ─── */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--blue);
  color: #fff;
  padding: 12px 20px;
  border-radius: 0 0 var(--r-sm) 0;
}
.skip-link:focus { left: 0; }

.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(10, 10, 12, 0.72);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--t), background var(--t);
}
.header.is-stuck {
  border-bottom-color: var(--line);
  background: rgba(10, 10, 12, 0.92);
}
.header__inner {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; }
.brand__mark { width: auto; height: 30px; }
.brand__tag {
  display: none;
  font-family: var(--font-display);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
  border-left: 1px solid var(--line-2);
  padding-left: 10px;
}
@media (min-width: 1100px) { .brand__tag { display: inline-block; } }

.nav { margin-left: auto; display: none; }
@media (min-width: 1000px) { .nav { display: block; } }
.nav__list { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav__link {
  display: inline-block;
  padding: 8px 14px;
  border-radius: var(--r-pill);
  font-size: 0.925rem;
  color: var(--fg-2);
  transition: color var(--t), background var(--t);
}
.nav__link:hover { color: var(--fg); background: rgba(255, 255, 255, 0.05); }
.nav__link[aria-current="page"] { color: var(--fg); }

.header__cta { display: none; margin-left: auto; align-items: center; gap: 12px; }
@media (min-width: 1000px) { .header__cta { display: flex; margin-left: 20px; } }
.header__phone {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.925rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header__phone:hover { color: var(--blue-hi); }

/* Menu mobilne */
.burger {
  margin-left: auto;
  width: 44px;
  height: 44px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: none;
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  cursor: pointer;
}
@media (min-width: 1000px) { .burger { display: none; } }
.burger span {
  width: 16px;
  height: 1.5px;
  background: var(--fg);
  transition: transform var(--t), opacity var(--t);
}
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  z-index: 99;
  background: var(--ink);
  padding: 24px var(--gutter) 40px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateY(-8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--t), transform var(--t), visibility var(--t);
}
.mobile-menu.is-open { opacity: 1; transform: none; visibility: visible; }
.mobile-menu a.mobile-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.mobile-menu a.mobile-menu__link span.idx {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--fg-3);
  font-weight: 500;
}
.mobile-menu__foot { margin-top: 20px; display: grid; gap: 12px; }

/* ─── HERO ─── */
.hero {
  position: relative;
  padding-top: calc(var(--header-h) + clamp(48px, 9vw, 104px));
  padding-bottom: clamp(56px, 8vw, 104px);
  overflow: hidden;
}
.hero::before,
.hero::after { content: ""; position: absolute; pointer-events: none; }
/* Siatka blueprintu */
.hero::before {
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(120% 90% at 70% 0%, #000 20%, transparent 72%);
  -webkit-mask-image: radial-gradient(120% 90% at 70% 0%, #000 20%, transparent 72%);
}
/* Poświata akcentu */
.hero::after {
  top: -240px;
  right: -180px;
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(76,139,245,0.22), transparent 62%);
  filter: blur(20px);
}
.hero__inner { position: relative; z-index: 1; }
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px 7px 11px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.03);
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-2);
}
.hero__badge .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 3px rgba(61, 220, 132, 0.18);
}
.hero h1 { margin-top: 26px; max-width: 16ch; }
.hero h1 .thin { font-weight: 400; color: var(--fg-2); }
.hero__lead { margin-top: 24px; font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.hero__ctas {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.hero__note { margin-top: 18px; font-size: 0.875rem; color: var(--fg-3); }

/* Pasek parametrów pod hero */
.specs {
  margin-top: clamp(44px, 6vw, 72px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 860px) { .specs { grid-template-columns: repeat(4, 1fr); } }
.spec {
  padding: 22px 20px 22px 0;
  border-right: 1px solid var(--line);
}
.spec:last-child { border-right: 0; }
@media (max-width: 859px) {
  .spec:nth-child(2n) { border-right: 0; padding-right: 0; padding-left: 20px; }
  .spec:nth-child(n+3) { border-top: 1px solid var(--line); }
  .spec:nth-child(2n+1) { padding-left: 0; }
}
@media (min-width: 860px) {
  .spec + .spec { padding-left: 24px; }
}
.spec__val {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
.spec__key {
  margin-top: 8px;
  font-size: 0.8rem;
  color: var(--fg-3);
  line-height: 1.45;
}

/* ─── HERO PODSTRON ─── */
.page-hero {
  position: relative;
  padding-top: calc(var(--header-h) + clamp(36px, 6vw, 72px));
  padding-bottom: clamp(40px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(100% 120% at 80% -10%, #000 10%, transparent 70%);
  -webkit-mask-image: radial-gradient(100% 120% at 80% -10%, #000 10%, transparent 70%);
  pointer-events: none;
}
.page-hero__inner { position: relative; z-index: 1; }
.page-hero h1 { margin-top: 18px; max-width: 18ch; font-size: clamp(2.1rem, 4.8vw, 3.6rem); }
.page-hero .lead { margin-top: 20px; }
.page-hero__ctas { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }

/* Okruszki */
.crumbs { font-size: 0.8rem; color: var(--fg-3); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.crumbs li::after { content: "/"; margin-left: 8px; color: var(--line-2); }
.crumbs li:last-child::after { display: none; }
.crumbs a:hover { color: var(--fg); }

/* ─── LISTA USŁUG (wiersze) ─── */
.svc-rows { border-top: 1px solid var(--line); }
.svc-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: clamp(22px, 3vw, 32px) 0;
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: padding-left var(--t);
}
.svc-row::before {
  content: "";
  position: absolute;
  inset: 0 -20px;
  background: linear-gradient(90deg, var(--blue-soft), transparent 70%);
  opacity: 0;
  transition: opacity var(--t);
  pointer-events: none;
}
.svc-row:hover::before { opacity: 1; }
@media (min-width: 900px) {
  .svc-row:hover { padding-left: 18px; }
  .svc-row { grid-template-columns: 64px minmax(0, 1.05fr) minmax(0, 1fr) auto; gap: 28px; }
}
.svc-row__num {
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--fg-3);
  display: none;
}
@media (min-width: 900px) { .svc-row__num { display: block; } }
.svc-row__title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.3vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  transition: color var(--t);
}
.svc-row:hover .svc-row__title { color: var(--blue-hi); }
.svc-row__title .dot { color: var(--blue); }
.svc-row--print:hover .svc-row__title { color: var(--signal); }
.svc-row--print .svc-row__title .dot { color: var(--signal); }
.svc-row--print::before { background: linear-gradient(90deg, var(--signal-soft), transparent 70%); }
.svc-row__desc { color: var(--fg-2); font-size: 0.95rem; line-height: 1.55; }
.svc-row__tags {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 0.78rem;
  color: var(--fg-3);
}
.svc-row__tags span { border: 1px solid var(--line); border-radius: var(--r-pill); padding: 3px 10px; }
/* Mobile: tytuł i strzałka w jednym rzędzie, opis pod spodem. */
@media (max-width: 899px) {
  .svc-row { grid-template-columns: minmax(0, 1fr) 44px; align-items: start; }
  .svc-row__desc { grid-column: 1 / -1; grid-row: 2; }
  .svc-row__go { grid-column: 2; grid-row: 1; }
}

.svc-row__go {
  width: 44px;
  height: 44px;
  flex: none;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background var(--t), border-color var(--t), transform var(--t), color var(--t);
}
.svc-row:hover .svc-row__go {
  background: var(--blue-deep);
  border-color: var(--blue-deep);
  color: #fff;
  transform: rotate(-45deg);
}
.svc-row--print:hover .svc-row__go { background: var(--signal); border-color: var(--signal); color: #1A0A04; }

/* ─── KARTY ─── */
.card {
  position: relative;
  padding: clamp(22px, 2.6vw, 30px);
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  transition: border-color var(--t), transform var(--t), background var(--t);
}
.card--link:hover { border-color: var(--line-2); transform: translateY(-3px); }
.card__num {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--blue-hi);
}
.card h3 { margin-top: 14px; }
.card p { margin-top: 12px; color: var(--fg-2); font-size: 0.95rem; line-height: 1.6; }
.card__foot { margin-top: 20px; }

.icon-box {
  width: 42px;
  height: 42px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: var(--blue-soft);
  color: var(--blue-hi);
  border: 1px solid rgba(76, 139, 245, 0.28);
}
.icon-box svg { width: 20px; height: 20px; }
.icon-box--signal { background: var(--signal-soft); color: var(--signal); border-color: rgba(255, 106, 61, 0.28); }

/* Lista z ptaszkami */
.checks { list-style: none; display: grid; gap: 12px; }
.checks li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  font-size: 0.97rem;
  line-height: 1.55;
  color: var(--fg-2);
}
.checks li strong { color: var(--fg); font-weight: 600; }
.checks li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--blue-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237CA9F7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 11px no-repeat;
}
.checks--signal li::before {
  background-color: var(--signal-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF6A3D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

/* Lista "co dostajesz" w dwóch kolumnach */
.deliverables {
  list-style: none;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
@media (min-width: 760px) { .deliverables { grid-template-columns: 1fr 1fr; column-gap: 40px; } }
.deliverables li {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  font-size: 0.95rem;
  color: var(--fg-2);
}
.deliverables li::before {
  content: "+";
  color: var(--blue-hi);
  font-family: var(--font-display);
  font-weight: 700;
}

/* ─── REALIZACJE ─── */
.work-grid { display: grid; gap: clamp(12px, 1.6vw, 18px); grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.work-tile {
  position: relative;
  display: block;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--ink-3);
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
  isolation: isolate;
}
.work-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease), filter var(--t);
  filter: saturate(0.85);
}
.work-tile:hover img { transform: scale(1.04); filter: saturate(1.05); }
.work-tile__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 8, 10, 0.92) 4%, rgba(8, 8, 10, 0.25) 46%, transparent 72%);
}
.work-tile__body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.work-tile__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.work-tile__cat { margin-top: 3px; font-size: 0.78rem; color: var(--fg-2); }
.work-tile__year {
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--fg-3);
}
.work-tile--wide { grid-column: span 1; }
@media (min-width: 900px) {
  /* Stała trójkolumnowa siatka: kafel „wide" zajmuje kwadrat 2x2, reszta układa
     się wokół niego bez dziur i bez samotnego kafla w ostatnim rzędzie. */
  .work-grid { grid-template-columns: repeat(3, 1fr); }
  .work-tile--wide { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
}

/* ─── LOGOTYPY KLIENTÓW ─── */
.marquee {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 26px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track {
  display: flex;
  gap: clamp(36px, 6vw, 72px);
  width: max-content;
  animation: marquee 44s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee img {
  height: 24px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  flex: none;
  opacity: 0.55;
  filter: brightness(0) invert(1);
  transition: opacity var(--t);
}
.marquee img:hover { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .marquee { overflow-x: auto; }
  .marquee__track { animation: none; }
}

/* ─── LOKALNIE / OBSZAR ─── */
.local {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
@media (min-width: 960px) { .local { grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr); } }
.towns { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin-top: 24px; }
.towns li {
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  font-size: 0.85rem;
  color: var(--fg-2);
  background: rgba(255, 255, 255, 0.02);
}
.towns li.is-primary { border-color: var(--blue); color: var(--fg); background: var(--blue-soft); }

.map-panel {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background:
    radial-gradient(circle at 50% 46%, rgba(76,139,245,0.16), transparent 58%),
    var(--ink-2);
  overflow: hidden;
  padding: 28px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.map-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 44px 44px;
}
.map-panel__pin {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 6px rgba(76, 139, 245, 0.22), 0 0 0 16px rgba(76, 139, 245, 0.1);
}
.map-panel__pin::after {
  content: "TARNOBRZEG";
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: var(--fg-2);
  white-space: nowrap;
}
.map-panel__ring {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 260px;
  height: 260px;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}
.map-panel__ring--2 { width: 400px; height: 400px; border-style: solid; border-color: rgba(255,255,255,0.07); }
.map-panel__foot { position: relative; z-index: 1; }

/* ─── PROCES ─── */
.steps { counter-reset: step; display: grid; gap: 0; border-top: 1px solid var(--line); }
.step {
  counter-increment: step;
  display: grid;
  gap: 8px 28px;
  padding: clamp(22px, 2.6vw, 30px) 0;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 860px) { .step { grid-template-columns: 90px minmax(0, 320px) minmax(0, 1fr); align-items: baseline; } }
.step::before {
  content: "0" counter(step);
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: var(--blue-hi);
}
.step h3 { font-size: 1.15rem; }
.step p { color: var(--fg-2); font-size: 0.95rem; }

/* ─── CENNIK ─── */
.price-grid { display: grid; gap: clamp(16px, 2vw, 20px); grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.price-card { display: flex; flex-direction: column; }
.price-card--featured { border-color: rgba(76, 139, 245, 0.45); background: linear-gradient(180deg, rgba(76,139,245,0.08), transparent 45%), var(--ink-2); }
.price-card__badge {
  position: absolute;
  top: -11px;
  left: clamp(22px, 2.6vw, 30px);
  background: var(--blue-deep);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--r-pill);
}
.price-card .price-card__amount {
  margin-top: 16px;
  color: var(--fg);
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
.price-card .price-card__amount .pre { font-size: 0.85rem; font-weight: 500; color: var(--fg-3); letter-spacing: 0.06em; display: block; margin-bottom: 6px; }
.price-card .price-card__amount .cur { font-size: 1.1rem; color: var(--fg-2); }
.price-card .price-card__note { margin-top: 10px; font-size: 0.82rem; color: var(--fg-3); }
.price-card .checks { margin-top: 22px; }
.price-card .btn { margin-top: auto; }
.price-card__spacer { margin-top: 24px; }

.price-list { border-top: 1px solid var(--line); }
.price-list__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.price-list__name { font-family: var(--font-display); font-weight: 600; font-size: 1rem; }
.price-list__desc { font-size: 0.87rem; color: var(--fg-3); margin-top: 4px; }
.price-list__val {
  font-family: var(--font-display);
  font-weight: 700;
  white-space: nowrap;
  color: var(--fg);
}
.price-list__val small { color: var(--fg-3); font-weight: 500; font-size: 0.78rem; display: block; text-align: right; }

/* ─── FAQ ─── */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: clamp(18px, 2.2vw, 24px) 48px clamp(18px, 2.2vw, 24px) 0;
  position: relative;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  letter-spacing: -0.02em;
  transition: color var(--t);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--blue-hi); }
.faq__item summary::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B4B8C0' stroke-width='2.4' stroke-linecap='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform var(--t);
}
.faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq__answer { padding-bottom: 24px; max-width: 74ch; color: var(--fg-2); font-size: 0.97rem; }
.faq__answer > * + * { margin-top: 12px; }

/* ─── CYTAT / CALLOUT ─── */
.callout {
  border-left: 2px solid var(--blue);
  padding: 6px 0 6px 22px;
  color: var(--fg-2);
  font-size: 1.05rem;
}
.callout strong { color: var(--fg); }

/* ─── CTA ─── */
.cta-band {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(90% 140% at 12% 0%, rgba(76,139,245,0.18), transparent 60%),
    var(--ink-2);
  padding-block: clamp(56px, 7vw, 96px);
}
.cta-band__inner { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) { .cta-band__inner { grid-template-columns: minmax(0, 1fr) auto; gap: 48px; } }
.cta-band h2 { max-width: 20ch; }
.cta-band p { margin-top: 16px; color: var(--fg-2); max-width: 52ch; }
.cta-band__actions { display: flex; flex-direction: column; gap: 12px; min-width: 240px; }

/* ─── KONTAKT ─── */
.contact { display: grid; gap: clamp(32px, 4vw, 56px); align-items: start; }
@media (min-width: 960px) { .contact { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); } }
.contact-info { display: grid; gap: 22px; }
.contact-line { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 14px; align-items: start; }
.contact-line__k { font-size: 0.78rem; color: var(--fg-3); letter-spacing: 0.1em; text-transform: uppercase; }
.contact-line__v { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; margin-top: 2px; }
.contact-line__v a:hover { color: var(--blue-hi); }
.contact-line__sub { font-size: 0.85rem; color: var(--fg-3); margin-top: 4px; }

.form { display: grid; gap: 16px; }
.form__row { display: grid; gap: 8px; }
.form__row label { font-size: 0.85rem; color: var(--fg-2); font-weight: 600; }
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form select,
.form textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--ink-3);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  font-size: 0.97rem;
  transition: border-color var(--t), background var(--t);
}
.form textarea { resize: vertical; min-height: 130px; }
.form input:focus,
.form select:focus,
.form textarea:focus { border-color: var(--blue); outline: none; background: var(--ink-4); }
.form ::placeholder { color: var(--fg-3); }
.form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23868B95' stroke-width='2' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 42px;
}
.form select option { background: var(--ink-3); color: var(--fg); }
.form__hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.form__consent { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; font-size: 0.8rem; color: var(--fg-3); line-height: 1.5; }
.form__consent input { margin-top: 3px; accent-color: var(--blue); width: 16px; height: 16px; }
.form__consent a { color: var(--fg-2); text-decoration: underline; text-underline-offset: 2px; }
.form__msg { font-size: 0.9rem; padding: 12px 14px; border-radius: var(--r-sm); }
.form__msg--ok { background: rgba(61, 220, 132, 0.1); border: 1px solid rgba(61, 220, 132, 0.3); color: #A9F0C9; }
.form__msg--err { background: rgba(255, 106, 61, 0.1); border: 1px solid rgba(255, 106, 61, 0.35); color: #FFC0A9; }
.form__foot { font-size: 0.78rem; color: var(--fg-3); }

/* ─── STOPKA ─── */
.footer {
  border-top: 1px solid var(--line);
  background: var(--ink-2);
  padding-block: clamp(48px, 6vw, 72px) 28px;
}
.footer__top { display: grid; gap: 40px; }
@media (min-width: 900px) { .footer__top { grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr)); gap: 32px; } }
.footer__brand .brand__mark { height: 36px; }
.footer__desc { margin-top: 18px; color: var(--fg-3); font-size: 0.9rem; max-width: 34ch; }
.footer__col h4 {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-3);
  font-weight: 500;
}
.footer__col ul { list-style: none; margin-top: 16px; display: grid; gap: 10px; }
.footer__col a, .footer__col li { font-size: 0.9rem; color: var(--fg-2); }
.footer__col a:hover { color: var(--fg); }
.footer__bottom {
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  font-size: 0.8rem;
  color: var(--fg-3);
}
.footer__bottom a:hover { color: var(--fg); }
.footer__seo { margin-top: 18px; font-size: 0.78rem; color: #5B606A; line-height: 1.6; max-width: 90ch; }

/* ─── STICKY CTA (mobile) ─── */
.mobile-bar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 90;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  transform: translateY(110%);
  transition: transform var(--t);
}
.mobile-bar.is-visible { transform: none; }
@media (min-width: 1000px) { .mobile-bar { display: none; } }
.mobile-bar a {
  background: var(--ink-2);
  padding: 14px 8px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.mobile-bar a.is-primary { background: var(--blue-deep); color: #fff; }
body.has-mobile-bar { padding-bottom: 54px; }
@media (min-width: 1000px) { body.has-mobile-bar { padding-bottom: 0; } }

/* ─── COOKIES ─── */
.cookies {
  position: fixed;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 18px;
  z-index: 120;
  max-width: 560px;
  padding: 20px 22px;
  background: var(--ink-3);
  border: 1px solid var(--line-2);
  border-radius: var(--r-md);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  display: none;
}
.cookies.is-open { display: block; }
@media (max-width: 999px) { .cookies { bottom: 66px; } }
.cookies p { font-size: 0.85rem; color: var(--fg-2); }
.cookies a { color: var(--fg); text-decoration: underline; text-underline-offset: 2px; }
.cookies__actions { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 10px; }

/* ─── PROSE (polityka prywatności, treści długie) ─── */
.prose { max-width: 74ch; }
.prose > * + * { margin-top: 18px; }
.prose h2 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); margin-top: 44px; }
.prose h3 { margin-top: 28px; }
.prose p, .prose li { color: var(--fg-2); font-size: 0.99rem; }
.prose ul, .prose ol { padding-left: 22px; display: grid; gap: 8px; }
.prose a { color: var(--blue-hi); text-decoration: underline; text-underline-offset: 3px; }
.prose strong { color: var(--fg); }

/* ─── REVEAL ───
   Stan ukryty obowiązuje wyłącznie przy działającym skrypcie (klasa .has-js
   ustawiana inline w <head>). Gdy JS nie wystartuje, treść jest widoczna od razu. */
.has-js [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .has-js [data-reveal] { opacity: 1; transform: none; }
}

/* ─── 404 ─── */
.err {
  min-height: 70vh;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 20px;
  padding-top: var(--header-h);
}
.err__code {
  font-family: var(--font-display);
  font-size: clamp(4rem, 14vw, 9rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--blue);
}
