/* Plus Jakarta Sans — font zmienny (wght 200–800): jeden plik obsługuje wszystkie grubości.
   Nie rozbijać na osobne pliki 400/600/700 — to ten sam plik i przeglądarka pobrałaby go kilka razy. */
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url('/fonts/plus-jakarta-sans-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: 'Plus Jakarta Sans'; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url('/fonts/plus-jakarta-sans-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; }

/* ==========================================================================
   axonit — wspólny arkusz stylów (axonit.com.pl i podstrony produktowe)
   Kierunek 3a: chłodna biel + teal axonit. Jeden akcent, cienkie linie,
   dużo powietrza, liczby jako wyróżnienia.
   Wymaga self-hostowanych fontów Plus Jakarta Sans i IBM Plex Mono
   (patrz sekcja @font-face na końcu pliku).
   ========================================================================== */

:root {
  /* — kolory: podłoże — */
  --ax-bg:            #FFFFFF;  /* tło strony, karty */
  --ax-bg-muted:      #F4F5F7;  /* przełamanie sekcji, ramki zrzutów */
  --ax-bg-dark:       #0E1116;  /* sekcje ciemne, stopka */
  --ax-bg-dark-2:     #171B22;  /* pola formularza na ciemnym */
  --ax-bg-accent-soft:#F0FAF8;  /* podświetlenie wiersza akcentem */

  /* — kolory: tekst — */
  --ax-ink:           #0E1116;  /* tekst główny */
  --ax-ink-2:         #5B6270;  /* tekst drugoplanowy */
  --ax-ink-3:         #8A93A3;  /* etykiety WYŁĄCZNIE na ciemnym tle (#0E1116) — na bieli daje 3,1:1 */
  --ax-ink-on-dark:   #FFFFFF;
  --ax-ink-2-on-dark: #A8B0BD;

  /* — kolory: akcent (teal axonit) — */
  --ax-accent:        #0F766E;  /* przyciski, linki, podkreślenia (biały tekst 5,5:1) */
  --ax-accent-hover:  #0B5F59;
  --ax-accent-bright: #0D9488;  /* znak firmowy, duże plamy bez tekstu */
  --ax-accent-on-dark:#2DD4BF;  /* akcent na tle #0E1116 (10,2:1) */
  --ax-on-accent:     #FFFFFF;

  /* — linie — */
  --ax-line:          #E3E6EB;  /* na bieli */
  --ax-line-strong:   #D9DDE4;  /* na #F4F5F7 */
  --ax-line-dark:     #252A33;  /* na ciemnym */

  /* — typografia — */
  --ax-font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --ax-font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;
  --ax-h1: clamp(34px, 5.2vw, 64px);
  --ax-h2: clamp(26px, 3vw, 40px);
  --ax-h3: 19px;
  --ax-lead: clamp(17px, 1.3vw, 20px);
  --ax-body: 16px;
  --ax-small: 14px;
  --ax-mono: 12px;

  /* — rytm i kształt — */
  --ax-container: 1160px;
  --ax-gutter: 16px;
  --ax-section-y: clamp(48px, 6vw, 88px);
  --ax-radius: 10px;
  --ax-radius-lg: 14px;
  --ax-radius-pill: 999px;
}

/* — reset i podstawy — */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--ax-bg);
  color: var(--ax-ink);
  font-family: var(--ax-font);
  font-size: var(--ax-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
a { color: var(--ax-accent); text-decoration: none; }
a:hover { color: var(--ax-ink); }
h1, h2, h3 { margin: 0; font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; text-wrap: pretty; }
h1 { font-size: var(--ax-h1); letter-spacing: -0.04em; line-height: 1.04; }
h2 { font-size: var(--ax-h2); }
h3 { font-size: var(--ax-h3); letter-spacing: -0.02em; }
p  { margin: 0; }

/* — układ — */
.ax-container { max-width: var(--ax-container); margin: 0 auto; padding-left: var(--ax-gutter); padding-right: var(--ax-gutter); }
.ax-section { padding-top: var(--ax-section-y); padding-bottom: var(--ax-section-y); }
.ax-section--muted { background: var(--ax-bg-muted); border-top: 1px solid var(--ax-line); border-bottom: 1px solid var(--ax-line); }
.ax-section--dark { background: var(--ax-bg-dark); color: var(--ax-ink-on-dark); }
.ax-section--dark h1, .ax-section--dark h2, .ax-section--dark h3 { color: var(--ax-ink-on-dark); }
.ax-section--dark p { color: var(--ax-ink-2-on-dark); }
.ax-grid { display: grid; gap: clamp(24px, 3vw, 48px); grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.ax-grid--tight { gap: clamp(16px, 2vw, 24px); }
.ax-stack { display: grid; gap: 14px; }
.ax-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* — typografia pomocnicza — */
.ax-eyebrow { font-family: var(--ax-font-mono); font-size: var(--ax-mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--ax-accent); }
.ax-section--dark .ax-eyebrow { color: var(--ax-accent-on-dark); }
.ax-lead { font-size: var(--ax-lead); line-height: 1.55; color: var(--ax-ink-2); max-width: 62ch; }
.ax-muted { color: var(--ax-ink-2); }
.ax-mono { font-family: var(--ax-font-mono); font-size: var(--ax-mono); color: var(--ax-ink-2); letter-spacing: 0.04em; }
.ax-tag { font-family: var(--ax-font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--ax-accent); }

/* — liczby — */
.ax-stat { display: block; }
.ax-stat__value { font-size: clamp(28px, 3vw, 40px); font-weight: 700; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.ax-stat__value--xl { font-size: clamp(44px, 6vw, 78px); line-height: 1; letter-spacing: -0.04em; }
.ax-stat__label { font-family: var(--ax-font-mono); font-size: 11px; color: var(--ax-ink-2); margin-top: 8px; line-height: 1.5; }
.ax-section--dark .ax-stat__label { color: var(--ax-ink-2-on-dark); }
.ax-statbar { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); border-top: 1px solid var(--ax-line); border-bottom: 1px solid var(--ax-line); }
.ax-statbar > * { padding: 24px 20px; border-left: 1px solid var(--ax-line); }
.ax-statbar > *:first-child { border-left: 0; padding-left: 0; }
.ax-statbar > *:last-child { padding-right: 0; }

/* — przyciski — */
.ax-btn { display: inline-flex; align-items: center; justify-content: center; height: 52px; padding: 0 26px; border: 0; border-radius: var(--ax-radius); background: var(--ax-accent); color: var(--ax-on-accent); font-family: inherit; font-size: var(--ax-body); font-weight: 700; cursor: pointer; white-space: nowrap; transition: background .18s ease; }
.ax-btn:hover { background: var(--ax-accent-hover); color: var(--ax-on-accent); }
.ax-btn--sm { height: 40px; padding: 0 18px; font-size: var(--ax-small); border-radius: 8px; }
.ax-btn--ghost { background: transparent; color: var(--ax-ink); border: 1px solid var(--ax-line); }
.ax-btn--ghost:hover { background: var(--ax-bg-muted); color: var(--ax-ink); }
.ax-btn--dark { background: var(--ax-ink); color: #fff; }
.ax-btn--dark:hover { background: #000; color: #fff; }
.ax-section--dark .ax-btn--ghost { color: #fff; border-color: var(--ax-line-dark); }
.ax-link-underline { display: inline-flex; align-items: center; height: 52px; font-weight: 600; color: var(--ax-accent); border-bottom: 1px solid var(--ax-accent); }

/* — karty i siatka na włos — */
.ax-cardgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 1px; background: var(--ax-line); border: 1px solid var(--ax-line); border-radius: var(--ax-radius-lg); overflow: hidden; }
.ax-card { background: var(--ax-bg); padding: 26px 24px; }
.ax-card--dark { background: var(--ax-bg-dark); color: #fff; }
.ax-card__title { font-size: 17px; font-weight: 700; letter-spacing: -0.02em; margin-top: 12px; }
.ax-card__text { margin-top: 8px; font-size: var(--ax-small); line-height: 1.6; color: var(--ax-ink-2); }
.ax-card--dark .ax-card__text { color: var(--ax-ink-2-on-dark); }
.ax-panel { background: var(--ax-bg-dark); color: #fff; border-radius: var(--ax-radius-lg); padding: clamp(22px, 3vw, 34px); }

/* — listy z cienkimi liniami (zamiast pudełek) — */
.ax-list { border-top: 1px solid var(--ax-line); }
.ax-list > li, .ax-list > div { list-style: none; padding: 16px 0; border-bottom: 1px solid var(--ax-line); font-size: 15px; }
.ax-list--numbered { display: grid; }
.ax-list__num { font-family: var(--ax-font-mono); font-size: var(--ax-mono); color: var(--ax-ink-3); }
.ax-section--muted .ax-list, .ax-section--muted .ax-list > * { border-color: var(--ax-line-strong); }

/* — tabela danych (synchronizacja, porównania) — */
.ax-table { width: 100%; border: 1px solid var(--ax-line); border-radius: 12px; overflow: hidden; border-collapse: collapse; background: var(--ax-bg); }
.ax-table th { text-align: left; font-family: var(--ax-font-mono); font-size: 11px; letter-spacing: 0.08em; font-weight: 500; color: var(--ax-ink-3); background: var(--ax-bg-dark); padding: 12px 20px; }
.ax-table td { padding: 13px 20px; border-top: 1px solid var(--ax-line); font-size: var(--ax-small); }
.ax-table td:last-child { text-align: right; font-family: var(--ax-font-mono); color: var(--ax-accent); }
.ax-row-accent { background: var(--ax-bg-accent-soft); }

/* — zrzuty ekranu w ramce — */
.ax-shot { border: 1px solid var(--ax-line); border-radius: var(--ax-radius-lg); background: var(--ax-bg-muted); padding: 8px; }
.ax-shot > img { border: 1px solid var(--ax-line); border-radius: 8px; }
.ax-shot--bleed { padding: 10px 10px 0; border-radius: 16px; }
.ax-shot--bleed > img { border-bottom: 0; border-radius: 10px 10px 0 0; }

/* — nagłówek strony — */
.ax-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--ax-line); }
.ax-header__inner { max-width: var(--ax-container); margin: 0 auto; padding: 0 var(--ax-gutter); height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ax-logo { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 700; letter-spacing: -0.03em; color: var(--ax-ink); }
.ax-logo__mark { width: 28px; height: 28px; border-radius: 8px; background: var(--ax-ink); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; }
.ax-nav { display: flex; align-items: center; gap: 26px; }
.ax-nav a { font-size: var(--ax-small); font-weight: 600; color: var(--ax-ink-2); }
.ax-nav a:hover { color: var(--ax-ink); }

/* — stopka — */
.ax-footer { background: var(--ax-bg-dark); color: var(--ax-ink-on-dark); }
.ax-footer a { color: var(--ax-accent-on-dark); }
.ax-footer a:hover { color: #fff; }
.ax-footer__meta { font-family: var(--ax-font-mono); font-size: 11px; color: var(--ax-ink-3); }

/* — formularze — */
.ax-field { height: 50px; width: 100%; padding: 0 16px; border-radius: 9px; border: 1px solid var(--ax-line); background: var(--ax-bg); color: var(--ax-ink); font-family: inherit; font-size: 15px; }
textarea.ax-field { height: auto; padding: 14px 16px; resize: vertical; line-height: 1.55; }
.ax-field::placeholder { color: var(--ax-ink-3); }
.ax-field:focus { outline: 2px solid var(--ax-accent); outline-offset: 1px; border-color: transparent; }
.ax-section--dark .ax-field { background: var(--ax-bg-dark-2); border-color: var(--ax-line-dark); color: #fff; }
.ax-section--dark .ax-field:focus { outline-color: var(--ax-accent-on-dark); }
.ax-label { font-family: var(--ax-font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ax-ink-2); }

/* — FAQ (akordeon, bez JS-owych stylów) — */
.ax-faq { border-top: 1px solid var(--ax-line); }
.ax-faq__item { border-bottom: 1px solid var(--ax-line); }
.ax-faq__q { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; background: none; border: 0; cursor: pointer; font-family: inherit; font-size: 17px; font-weight: 600; letter-spacing: -0.01em; text-align: left; color: var(--ax-ink); }
.ax-faq__sign { font-size: 22px; line-height: 1; color: var(--ax-accent); flex-shrink: 0; transition: transform .2s ease; }
.ax-faq__item[open] .ax-faq__sign, .ax-faq__item.is-open .ax-faq__sign { transform: rotate(45deg); }
.ax-faq__a { font-size: 15px; line-height: 1.65; color: var(--ax-ink-2); max-width: 62ch; overflow: hidden; max-height: 0; opacity: 0; transition: max-height .26s ease, opacity .2s ease, padding-bottom .26s ease; }
.ax-faq__item[open] .ax-faq__a, .ax-faq__item.is-open .ax-faq__a { max-height: 320px; opacity: 1; padding-bottom: 20px; }

/* — zakładki (galeria zrzutów) — */
.ax-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.ax-tab { height: 38px; padding: 0 16px; border-radius: var(--ax-radius-pill); border: 1px solid var(--ax-line); background: var(--ax-bg); color: var(--ax-ink-2); font-family: inherit; font-size: var(--ax-small); font-weight: 600; cursor: pointer; white-space: nowrap; }
.ax-tab[aria-selected="true"] { background: var(--ax-ink); border-color: var(--ax-ink); color: #fff; }

/* — cennik — */
.ax-plan { background: var(--ax-bg); padding: clamp(24px, 3vw, 34px); }
.ax-plan--featured { background: var(--ax-bg-dark); color: #fff; }
.ax-plan__name { font-family: var(--ax-font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--ax-ink-2); }
.ax-plan--featured .ax-plan__name { color: var(--ax-accent-on-dark); }
.ax-plan__price { font-size: clamp(28px, 3vw, 38px); font-weight: 700; letter-spacing: -0.03em; margin-top: 12px; font-variant-numeric: tabular-nums; }
.ax-plan__features { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--ax-line); font-size: 15px; line-height: 1.75; color: var(--ax-ink-2); }
.ax-plan--featured .ax-plan__features { border-color: var(--ax-line-dark); color: var(--ax-ink-2-on-dark); }

/* — dostępność i ruch — */
:focus-visible { outline: 2px solid var(--ax-accent); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }

/* ==========================================================================
   Fonty self-hosted (Plus Jakarta Sans ładuje /css/fonts.css)
   ========================================================================== */
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/ibm-plex-mono-400-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: "IBM Plex Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/ibm-plex-mono-400-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: "IBM Plex Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/ibm-plex-mono-500-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: "IBM Plex Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/ibm-plex-mono-500-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; }

/* ==========================================================================
   Rozszerzenia wdrożeniowe (axonit.com.pl) — te same zasady co wyżej
   ========================================================================== */
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
ul, ol { margin: 0; padding: 0; }
.ax-visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.ax-section--muted + .ax-section--muted { border-top: 0; }

/* nagłówki sekcji */
.ax-head { display: flex; flex-wrap: wrap; gap: 16px; align-items: end; justify-content: space-between; margin-bottom: clamp(22px, 3vw, 40px); }
.ax-head h2 { max-width: 720px; text-wrap: pretty; }
.ax-head__note { font-family: var(--ax-font-mono); font-size: var(--ax-mono); color: var(--ax-ink-2); }
.ax-section--dark .ax-head__note { color: var(--ax-ink-2-on-dark); }
.ax-eyebrow + h1, .ax-eyebrow + h2 { margin-top: 18px; }
h2 + .ax-lead, h2 + p { margin-top: 16px; }
.ax-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(28px, 4vw, 56px); align-items: start; }
.ax-split--center { align-items: center; }
.ax-split > * { min-width: 0; }
.ax-prose p + p { margin-top: 14px; }
.ax-prose p { font-size: 16px; line-height: 1.65; color: var(--ax-ink-2); text-wrap: pretty; }
.ax-prose strong { color: var(--ax-ink); }
.ax-section--dark .ax-prose strong { color: #fff; }

/* nagłówek: logo graficzne i nawigacja mobilna */
.ax-logo img { height: 34px; width: auto; }
.ax-logo__sub { font-family: var(--ax-font-mono); font-size: 11px; font-weight: 400; letter-spacing: 0; color: var(--ax-ink-2); border-left: 1px solid var(--ax-line); padding-left: 10px; margin-left: 4px; white-space: nowrap; }
.ax-nav a.ax-btn { color: var(--ax-on-accent); }
/* menu mobilne: zob. „nawigacja mobilna (hamburger)” na końcu pliku */
@media (max-width: 420px) { .ax-logo__sub { display: none; } }

/* hero */
.ax-hero { padding-top: clamp(44px, 7vw, 96px); padding-bottom: clamp(32px, 5vw, 64px); }
.ax-hero h1 { max-width: 940px; text-wrap: pretty; }
.ax-hero .ax-lead { max-width: 640px; margin-top: 24px; text-wrap: pretty; }
.ax-hero__cta { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; margin-top: 34px; }

/* statbar — mobile: dwie kolumny bez podwójnych linii */
.ax-statbar .ax-stat__label { font-size: 12px; }
@media (max-width: 560px) {
  .ax-statbar { grid-template-columns: 1fr 1fr; }
  .ax-statbar > * { padding: 20px 14px; }
  .ax-statbar > *:nth-child(odd) { border-left: 0; padding-left: 0; }
  .ax-statbar > *:nth-child(n+3) { border-top: 1px solid var(--ax-line); }
}

/* numerowane punkty z kreską (problem) */
.ax-points { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: clamp(24px, 3vw, 48px); }
.ax-point { border-top: 2px solid var(--ax-ink); padding-top: 18px; }
.ax-point h3 { margin-top: 10px; }
.ax-point p { margin-top: 10px; font-size: 15px; line-height: 1.6; color: var(--ax-ink-2); }

/* lista z tytułem i opisem */
.ax-list h3 { font-size: 16px; }
.ax-list p { margin-top: 6px; font-size: 14px; line-height: 1.6; color: var(--ax-ink-2); }
.ax-section--dark .ax-list, .ax-section--dark .ax-list > * { border-color: var(--ax-line-dark); }
.ax-list--steps > * { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: baseline; }
.ax-list--steps .ax-list__num { color: var(--ax-accent); }
.ax-section--dark .ax-list--steps .ax-list__num { color: var(--ax-accent-on-dark); }

/* kropki na ciemnym panelu */
.ax-dots { display: grid; gap: 14px; }
.ax-dots > * { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: baseline; font-size: 15px; line-height: 1.5; color: #fff; }
.ax-dots > *::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ax-accent-on-dark); transform: translateY(-2px); }
.ax-panel__rule { height: 1px; background: var(--ax-line-dark); margin: 24px 0; }
.ax-panel__kv { display: grid; grid-template-columns: 1fr auto; gap: 10px; font-family: var(--ax-font-mono); font-size: 12px; color: var(--ax-ink-3); }
.ax-panel__kv b { font-weight: 500; color: #fff; }

/* przepływ danych (XL → konektor → platforma → ZS) */
.ax-flow { background: var(--ax-bg); border: 1px solid var(--ax-line); border-radius: 12px; overflow: hidden; }
.ax-flow > div { display: grid; grid-template-columns: 120px 1fr; gap: 16px; align-items: center; padding: 16px 20px; border-top: 1px solid var(--ax-line); font-size: 15px; color: var(--ax-ink-2); }
.ax-flow > div:first-child { border-top: 0; }
.ax-flow b { font-family: var(--ax-font-mono); font-size: 12px; font-weight: 500; color: var(--ax-ink); }
.ax-flow .is-accent { background: var(--ax-bg-accent-soft); }
.ax-flow .is-accent b { color: var(--ax-accent); }
.ax-flow .is-accent span { color: var(--ax-ink); font-weight: 600; }
@media (max-width: 480px) { .ax-flow > div { grid-template-columns: 1fr; gap: 4px; } }
.ax-table-wrap { overflow-x: auto; border-radius: 12px; }
.ax-table td:first-child { color: var(--ax-ink); }

/* karty w siatce — dopiski */
.ax-card__metric { font-size: clamp(26px, 2.6vw, 34px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; margin-top: 14px; font-variant-numeric: tabular-nums; }
.ax-card__meta { margin-top: 14px; font-family: var(--ax-font-mono); font-size: 11px; color: var(--ax-ink-2); letter-spacing: 0.04em; }
.ax-card__link { display: inline-block; margin-top: 14px; font-size: 14px; font-weight: 600; }
.ax-section--muted .ax-cardgrid { background: var(--ax-line-strong); border-color: var(--ax-line-strong); }

/* zrzuty: podpis, galeria z zakładkami, telefon */
.ax-shot__caption { font-family: var(--ax-font-mono); font-size: 12px; color: var(--ax-ink-2); margin-top: 12px; line-height: 1.6; }
.ax-shot__caption strong { font-family: var(--ax-font); font-size: 14px; color: var(--ax-ink); }
.ax-shot img { width: 100%; height: auto; }
.ax-shot--white { background: var(--ax-bg); }
.ax-gallery .ax-tabs { margin-bottom: 16px; }
.ax-tab:hover { color: var(--ax-ink); }
.ax-tab[aria-selected="true"]:hover { color: #fff; }
.ax-phone { border-radius: 30px; padding: 7px; background: var(--ax-ink); }
.ax-phone img { border-radius: 24px; width: 100%; height: auto; }
.ax-phones { display: grid; grid-template-columns: repeat(2, minmax(0, 260px)); gap: clamp(16px, 3vw, 32px); justify-content: center; padding: clamp(16px, 3vw, 32px); background: var(--ax-bg-muted); border: 1px solid var(--ax-line); border-radius: var(--ax-radius-lg); }

/* dowody: porównanie wartości B2B vs XL */
.ax-proof { border: 1px solid var(--ax-line); border-radius: 12px; overflow: hidden; background: var(--ax-bg); }
.ax-proof__head { padding: 14px 20px; border-bottom: 1px solid var(--ax-line); font-family: var(--ax-font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--ax-ink-2); text-transform: uppercase; }
.ax-proof__row { display: grid; grid-template-columns: 1fr 80px 80px; gap: 12px; padding: 13px 20px; border-bottom: 1px solid var(--ax-line); font-size: 14px; align-items: center; }
.ax-proof__row:last-child { border-bottom: 0; }
.ax-proof__row > span:not(:first-child) { text-align: right; font-variant-numeric: tabular-nums; font-weight: 600; }
.ax-proof__row > span:last-child { color: var(--ax-accent); }
.ax-proof__row--th { font-family: var(--ax-font-mono); font-size: 11px; color: var(--ax-ink-2); }
.ax-proof__row--th > span:not(:first-child) { font-weight: 500; color: var(--ax-ink-2); }
.ax-proof__body { padding: 20px; }
.ax-proof__foot { padding: 14px 20px; border-top: 1px solid var(--ax-line); font-size: 14px; color: var(--ax-ink-2); }
.ax-note { margin-top: 12px; font-family: var(--ax-font-mono); font-size: 11px; color: var(--ax-ink-2); }
.ax-timeline { display: grid; gap: 14px; }
.ax-timeline > div { display: grid; grid-template-columns: 80px 1fr; gap: 12px; align-items: baseline; font-size: 15px; }
.ax-timeline b { font-family: var(--ax-font-mono); font-size: 11px; font-weight: 500; color: var(--ax-accent); }

/* duże liczby i opinie na ciemnym */
.ax-bignums { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: clamp(24px, 4vw, 56px); }
.ax-bignums p { font-size: 15px; margin-top: 12px; max-width: 260px; }
.ax-quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(24px, 4vw, 56px); margin-top: clamp(36px, 5vw, 64px); }
.ax-quote { border-left: 2px solid var(--ax-accent-on-dark); padding-left: 22px; }
.ax-quote ul { list-style: none; display: grid; gap: 10px; margin-top: 14px; }
.ax-quote li { font-size: clamp(16px, 1.6vw, 19px); line-height: 1.45; letter-spacing: -0.01em; color: #fff; }

/* cennik */
.ax-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 1px; background: var(--ax-line); border: 1px solid var(--ax-line); border-radius: var(--ax-radius-lg); overflow: hidden; }
.ax-plan__for { margin-top: 6px; font-size: 14px; color: var(--ax-ink-2); }
.ax-plan--featured .ax-plan__for { color: var(--ax-ink-2-on-dark); }
.ax-plan__price small { font-size: 15px; font-weight: 600; letter-spacing: 0; color: var(--ax-ink-2); }
.ax-plan--featured .ax-plan__price small { color: var(--ax-ink-2-on-dark); }
.ax-plan__features li { list-style: none; }
.ax-kv { border-top: 1px solid var(--ax-line); }
.ax-kv > div { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--ax-line); font-size: 15px; }
.ax-kv > div > span:first-child { color: var(--ax-ink-2); }
.ax-kv > div > b { font-variant-numeric: tabular-nums; white-space: nowrap; }
.ax-section--muted .ax-kv, .ax-section--muted .ax-kv > div { border-color: var(--ax-line-strong); }
.ax-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.ax-pill { font-family: var(--ax-font-mono); font-size: 12px; color: var(--ax-ink); border: 1px solid var(--ax-line); border-radius: var(--ax-radius-pill); padding: 6px 12px; background: var(--ax-bg); }

/* FAQ na <details> */
.ax-faq__item > summary { list-style: none; }
.ax-faq__item > summary::-webkit-details-marker { display: none; }
.ax-faq__item[open] .ax-faq__a { max-height: none; }
.ax-section--muted .ax-faq, .ax-section--muted .ax-faq__item { border-color: var(--ax-line-strong); }

/* formularze */
.ax-form { display: grid; gap: 14px; min-width: 0; }
.ax-form__row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr)); gap: 14px; }
.ax-form label { display: grid; gap: 6px; min-width: 0; }
.ax-section--dark .ax-label { color: var(--ax-ink-2-on-dark); }
select.ax-field { appearance: none; -webkit-appearance: none; padding-right: 40px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238A93A3' stroke-width='2'%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; }
.ax-section--dark select.ax-field option { background: var(--ax-bg-dark-2); }
.ax-form label.ax-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; font-size: 13px; line-height: 1.55; color: var(--ax-ink-2); }
.ax-section--dark .ax-consent { color: var(--ax-ink-2-on-dark); }
.ax-consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--ax-accent); }
.ax-section--dark .ax-consent input { accent-color: var(--ax-accent-on-dark); }
.ax-section--dark .ax-consent a { color: var(--ax-accent-on-dark); }
.ax-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.ax-form__msg { min-height: 22px; font-size: 14px; }
.ax-form__msg.is-ok { color: var(--ax-accent); font-weight: 600; }
.ax-section--dark .ax-form__msg.is-ok { color: var(--ax-accent-on-dark); }
.ax-form__msg.is-err { color: #B42318; }
.ax-section--dark .ax-form__msg.is-err { color: #FDA29B; }
.ax-btn[disabled] { opacity: .6; cursor: wait; }
.ax-inline-form { display: flex; flex-wrap: wrap; gap: 10px; }
.ax-inline-form .ax-field { flex: 1 1 220px; width: auto; }
.ax-form-note { font-family: var(--ax-font-mono); font-size: 11px; line-height: 1.6; color: var(--ax-ink-2); }
.ax-section--dark .ax-form-note { color: var(--ax-ink-2-on-dark); }

/* kontakt i stopka */
.ax-contact-big { font-size: clamp(19px, 2vw, 26px); font-weight: 700; letter-spacing: -0.02em; }
.ax-footer__inner { max-width: var(--ax-container); margin: 0 auto; padding: 28px var(--ax-gutter); display: flex; flex-wrap: wrap; gap: 14px 28px; align-items: center; justify-content: space-between; border-top: 1px solid var(--ax-line-dark); }
.ax-footer__inner img { height: 26px; width: auto; }
.ax-footer nav { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 14px; }

/* dokumenty tekstowe (polityka prywatności itp.) */
.ax-doc { max-width: 780px; }
.ax-doc h2 { font-size: clamp(21px, 2.2vw, 26px); margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--ax-line); }
.ax-doc h3 { font-size: 17px; margin-top: 26px; }
.ax-doc p, .ax-doc li { font-size: 16px; line-height: 1.7; color: var(--ax-ink-2); }
.ax-doc p { margin-top: 12px; }
.ax-doc ul, .ax-doc ol { margin: 12px 0 0 22px; display: grid; gap: 6px; }
.ax-doc strong { color: var(--ax-ink); }
.ax-doc a { border-bottom: 1px solid currentColor; }
.ax-doc table { width: 100%; border-collapse: collapse; margin-top: 16px; font-size: 14px; }
.ax-doc th, .ax-doc td { text-align: left; padding: 10px 12px; border: 1px solid var(--ax-line); vertical-align: top; color: var(--ax-ink-2); }
.ax-doc th { background: var(--ax-bg-muted); color: var(--ax-ink); font-weight: 600; }
.ax-doc__num { font-family: var(--ax-font-mono); font-size: 13px; font-weight: 500; color: var(--ax-accent); margin-right: 10px; }

/* siatka kart po 3 (np. 6 usług — bez pustych pól) */
.ax-cardgrid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
/* nadtytuł wewnątrz h1 (fraza SEO w nagłówku, wygląd etykiety) */
h1 > .ax-eyebrow { display: block; margin-bottom: 24px; line-height: 1.5; letter-spacing: 0.14em; font-weight: 400; }

/* wideo YouTube ładowane dopiero po kliknięciu (bez ciasteczek i skryptów YouTube przed odtworzeniem) */
.ax-video { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; padding: 0; border: 1px solid var(--ax-line); border-radius: var(--ax-radius-lg); overflow: hidden; background: var(--ax-bg-dark); cursor: pointer; }
.ax-video img { width: 100%; height: 100%; object-fit: cover; opacity: .92; transition: opacity .18s ease; }
.ax-video:hover img { opacity: 1; }
.ax-video__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 78px; height: 78px; border-radius: 50%; background: var(--ax-accent); display: flex; align-items: center; justify-content: center; transition: background .18s ease; }
.ax-video:hover .ax-video__play { background: var(--ax-accent-hover); }
.ax-video__play svg { width: 30px; height: 30px; margin-left: 4px; fill: #fff; }
.ax-video__meta { position: absolute; left: 16px; bottom: 14px; font-family: var(--ax-font-mono); font-size: 12px; color: #fff; background: rgba(14, 17, 22, .78); padding: 4px 10px; border-radius: 6px; }
.ax-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* galeria telefonów: 3 ekrany (na wąskich ekranach 2 w rzędzie) */
.ax-phones--3 { grid-template-columns: repeat(3, minmax(0, 240px)); }
@media (max-width: 560px) { .ax-phones--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
/* podpowiedź nad zakładkami galerii */
.ax-tabs__hint { font-family: var(--ax-font-mono); font-size: 12px; color: var(--ax-ink-2); margin-bottom: 12px; }

/* nawigacja mobilna (hamburger) — poniżej 860 px menu chowa się pod przyciskiem ☰; skrypt: /js/nav.js */
.ax-nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--ax-line); border-radius: var(--ax-radius); background: var(--ax-bg); color: var(--ax-ink); align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; }
.ax-nav-toggle svg { width: 22px; height: 22px; }
.ax-nav-toggle .ax-icon-close { display: none; }
.ax-header.is-open .ax-nav-toggle .ax-icon-open { display: none; }
.ax-header.is-open .ax-nav-toggle .ax-icon-close { display: block; }
.ax-nav__extra { display: none; }
@media (max-width: 860px) {
  .ax-nav-toggle { display: inline-flex; }
  .ax-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 4px var(--ax-gutter) 20px; background: var(--ax-bg); border-bottom: 1px solid var(--ax-line); max-height: calc(100vh - 68px); overflow-y: auto; }
  .ax-header.is-open .ax-nav { display: flex; }
  .ax-nav a:not(.ax-btn) { display: block; padding: 15px 0; border-bottom: 1px solid var(--ax-line); font-size: 17px; color: var(--ax-ink); }
  .ax-nav__extra { display: block; }
  .ax-nav__sep { display: block; margin-top: 18px; font-family: var(--ax-font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ax-ink-2); }
  .ax-nav a.ax-btn { margin-top: 18px; height: 50px; font-size: 16px; }
}

/* lightbox zrzutów ekranu — skrypt: /js/ax-lightbox.js (działa dla .ax-shot img i .ax-phone img) */
.ax-lb-trigger { cursor: zoom-in; }
.ax-lb-trigger:focus-visible { outline: 3px solid var(--ax-accent); outline-offset: 3px; }
html.ax-lb-open { overflow: hidden; }
.ax-lb { position: fixed; inset: 0; z-index: 1000000; background: #0E1116; display: grid; grid-template-rows: auto 1fr auto; }
.ax-lb[hidden] { display: none; }
.ax-lb__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; color: #fff; }
.ax-lb__count { font-family: var(--ax-font-mono); font-size: 13px; color: var(--ax-ink-2-on-dark); }
.ax-lb__tools { display: flex; gap: 8px; }
.ax-lb__btn { width: 44px; height: 44px; padding: 0; border: 1px solid var(--ax-line-dark); border-radius: var(--ax-radius); background: rgba(23, 27, 34, .9); color: #fff; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.ax-lb__btn:hover { border-color: var(--ax-accent-on-dark); color: var(--ax-accent-on-dark); }
.ax-lb__btn:focus-visible { outline: 2px solid var(--ax-accent-on-dark); outline-offset: 2px; }
.ax-lb__btn[hidden] { display: none; }
.ax-lb__btn svg { width: 22px; height: 22px; }
.ax-lb__stage { min-height: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 0 72px; touch-action: none; }
.ax-lb__img { max-width: 100%; max-height: 100%; width: auto; height: auto; border-radius: 8px; cursor: zoom-in; background: #fff; transform-origin: center center; will-change: transform; user-select: none; -webkit-user-select: none; transition: opacity .15s ease; }
.ax-lb.is-anim .ax-lb__img { transition: opacity .15s ease, transform .2s ease; }
.ax-lb.is-loading .ax-lb__img { opacity: .35; }
.ax-lb.is-zoomed .ax-lb__img { cursor: grab; }
.ax-lb.is-zoomed.is-gesture .ax-lb__img { cursor: grabbing; }
.ax-lb__nav { position: absolute; top: 50%; transform: translateY(-50%); }
.ax-lb__prev { left: 14px; }
.ax-lb__next { right: 14px; }
.ax-lb__caption { margin: 0; padding: 12px 16px 16px; text-align: center; font-size: 14px; line-height: 1.5; color: var(--ax-ink-2-on-dark); max-width: 900px; justify-self: center; }
@media (max-width: 700px) {
  .ax-lb__stage { padding: 0 8px; }
  .ax-lb__nav { top: auto; bottom: 12px; transform: none; }
  .ax-lb__caption { padding: 12px 16px 72px; font-size: 13px; }
  .ax-lb__zoom { display: none; } /* na telefonie powiększanie palcami */
}

/* porównanie w kartach planów: punkty jako lista z kreską */
.ax-plans--compare .ax-plan__features li { position: relative; padding-left: 18px; }
.ax-plans--compare .ax-plan__features li + li { margin-top: 10px; }
.ax-plans--compare .ax-plan__features li::before { content: ""; position: absolute; left: 0; top: .8em; width: 8px; height: 2px; background: var(--ax-ink-3); }
.ax-plans--compare .ax-plan--featured .ax-plan__features li::before { background: var(--ax-accent-on-dark); }

/* dostępność (Lighthouse): linki w tekście nie mogą różnić się wyłącznie kolorem */
.ax-muted a, .ax-card__text a, .ax-form-note a, .ax-note a, .ax-faq__a a, .ax-prose p a, .ax-doc p a, .ax-doc li a, .ax-doc td a, .ax-lead a {
  text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
/* numeracja punktów na jasnym tle: #8A93A3 dawał 3,1:1 — za mało */
.ax-point .ax-list__num { color: var(--ax-ink-2); }
.ax-section--dark .ax-point .ax-list__num { color: var(--ax-ink-2-on-dark); }
/* kontrast na ciemnym tle: reguła .ax-form label.ax-consent przebijała wariant dla ciemnej sekcji */
.ax-section--dark .ax-form label.ax-consent { color: var(--ax-ink-2-on-dark); }
.ax-consent a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.ax-panel .ax-eyebrow { color: var(--ax-accent-on-dark); }
/* jasny wariant panelu (np. polecany produkt pod artykułem) */
.ax-panel--light { background: var(--ax-bg-muted); color: var(--ax-ink); border: 1px solid var(--ax-line); }
.ax-panel--light .ax-eyebrow { color: var(--ax-accent); }
/* okruszki nawigacji w artykułach: link musi różnić się od tekstu nie tylko kolorem */
.ax-hero nav.ax-mono a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
