/*
 * exine.css - arkusz motywu Exine LLC
 *
 * Zrodlo wartosci: zywy exine.co (Webflow), zdjety 2026-08-23 i zamrozony w wp/raw/.
 * Reset, tokeny i organizacja pliku sa nasze. Runtime Webflow (normalize, font ikon,
 * klasy w-*) NIE jest tu przenoszony - odpowiedniki napisane od nowa nizej.
 *
 * Nie edytowac wygenerowanej czesci recznie bez powodu: plik sklada
 * tools/build-exine-css.py z wp/theme-src/live-rules.css.
 */

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img, picture, svg, video { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; color: inherit; margin: 0; }
button { cursor: pointer; background: none; border: 0; }
a { color: inherit; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
ul, ol { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
:where(a, button, input, textarea):focus-visible {
  outline: 2px solid var(--accent-deep);
  outline-offset: 2px;
}

/* ---------- tokeny ---------- */
:root {
  --white: #fff;
  --font: "Hanken Grotesk", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --ink: #1e1b17;
  --ink-2: #585249;
  --ink-faint: #9a9388;
  --accent: #f7c908;
  --accent-deep: #c9a406;
  --accent-bright: #ffd60a;
  --highlight: #f7c9088c;
  --cream: #faf7ef;
  --grey: #f1f1ee;
  --line: #e8e4db;
  --line-strong: #d9d4c8;
  --on-dark: #f3efe6;
  --on-dark-2: #b6b0a4;
  --dark-2: #14110c;
  --radius: 16px;
  --radius-sm: 10px;
  --container: 1180px;
}

/* ---------- baza ---------- */
body {
  font-family: var(--font);
  font-size: 17px;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
  text-wrap: pretty;
}

/* ---------- komponenty ---------- */
.ex-h1 { font-family: var(--font); color: var(--ink); letter-spacing: -.02em; text-wrap: balance; margin-top: 0; margin-bottom: 24px; font-size: 56px; font-weight: 800; line-height: 1.04; }
.ex-hero { background-color: var(--white); padding-top: 40px; padding-bottom: 64px; position: relative; overflow: hidden; }
.ex-hero.ex-hero--compact { padding-top: 40px; padding-bottom: 24px; }
.ex-container { width: 100%; max-width: 1180px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }
.ex-hero-grid { z-index: 1; grid-template-columns: 1.35fr .85fr; align-items: center; gap: 56px; display: grid; position: relative; }
.ex-eyebrow { color: var(--accent-deep); letter-spacing: .12em; text-transform: uppercase; align-items: center; column-gap: .55rem; margin-bottom: 18px; font-size: 13px; font-weight: 700; display: inline-flex; }
.ex-eyebrow:before, .ex-eyebrow:after { background-color: var(--accent); content: ""; border-radius: 2px; flex-shrink: 0; width: 24px; height: 3px; }
.ex-accent-word { color: var(--ink); background-image: linear-gradient(#0000 56%, #f7c9088c 56%); border-radius: 2px; padding-left: .06em; padding-right: .06em; }
.ex-lead { max-width: 40ch; color: var(--ink-2); margin-top: 0; margin-bottom: 32px; font-size: 19px; line-height: 1.6; }
.ex-lead.ex-story-lead { color: var(--ink); font-size: 1.3rem; font-weight: 500; line-height: 1.5; }
.ex-hero-cta { flex-wrap: wrap; gap: 14px; margin-bottom: 28px; display: flex; }
.ex-btn { border-radius: 10px; align-items: center; column-gap: 8px; padding: 14px 24px; font-size: 16px; font-weight: 700; text-decoration: none; display: inline-flex; }
.ex-btn-cta { background-color: var(--accent); color: var(--ink); }
.ex-btn-ghost { border-color: var(--line-strong); color: var(--ink); background-color: #0000; border-style: solid; border-width: 1px; }
.ex-hero-signals { flex-wrap: wrap; gap: 12px 22px; display: flex; }
.ex-signal { color: var(--ink-2); align-items: center; column-gap: 8px; font-size: 15px; font-weight: 500; display: inline-flex; }
.ex-dot { background-image: url("../img/check-gold-2x.png"); background-position: 50%; background-repeat: no-repeat; background-size: 18px 18px; border-radius: 0; flex-shrink: 0; width: 20px; min-width: 20px; max-width: 20px; height: 20px; min-height: 20px; max-height: 20px; margin-top: 2px; display: block; }
.ex-hero-figure { border: 1px solid var(--line); background-color: #f4f0ea; border-radius: 16px; overflow: hidden; transform: translateX(-6%)scale(1); box-shadow: 0 26px 50px -26px #1e1b173d; }
.ex-figure-img { object-fit: cover; width: 100%; height: auto; display: block; }
.ex-hero-pixels { z-index: 0; opacity: .72; width: 140px; height: auto; position: absolute; top: 6px; right: 22px; }
.ex-nav { z-index: 50; border-bottom: 1px solid var(--line); background-color: #fff; width: 100%; position: sticky; top: 0; }
.ex-nav-inner { justify-content: space-between; align-items: center; column-gap: 24px; min-height: 72px; display: flex; }
.ex-nav-logo { align-items: center; text-decoration: none; display: inline-flex; }
.ex-nav-logo-img { width: auto; height: 40px; display: block; }
.ex-nav-links { align-items: center; column-gap: 32px; display: flex; }
.ex-nav-links.is-open { display: flex; }
.ex-nav-link { color: var(--ink-2); font-size: 17px; font-weight: 700; text-decoration: none; }
.ex-nav-right { align-items: center; column-gap: 16px; display: flex; position: relative; }
.ex-nav-phone { border-style: solid; border-color: var(--line-strong); background-color: var(--accent); width: auto; height: 44px; color: var(--ink); white-space: nowrap; background-image: url("../img/phone-icon-nav.png"); background-position: 11px; background-repeat: no-repeat; background-size: 17px 17px; border-width: 0; border-radius: 10px; flex-shrink: 0; justify-content: center; align-items: center; padding-left: 32px; padding-right: 12px; font-size: 14px; font-weight: 700; text-decoration: none; transition: color .16s, border-color .16s, transform .16s; display: inline-flex; }
.ex-nav-phone:hover { transform: translateY(-2px); }
.ex-nav-cta { background-color: var(--accent); color: var(--ink); border-radius: 10px; align-items: center; column-gap: 8px; padding: 11px 18px; font-size: 15px; font-weight: 700; text-decoration: none; display: inline-flex; }
.ex-trustbar { background-color: var(--accent); padding-top: 14px; padding-bottom: 14px; position: relative; overflow: hidden; }
.ex-trustbar:after { background-color: var(--ink); content: ""; clip-path: polygon(34px 0, 100% 0, 100% 100%, 0 100%); width: clamp(56px, 12vw, 152px); position: absolute; top: 0; bottom: 0; right: 0; }
.ex-trustbar-inner { flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px 40px; padding-right: clamp(64px, 13vw, 172px); display: flex; }
.ex-trust-item { color: var(--ink); letter-spacing: .06em; text-transform: uppercase; margin-top: 0; margin-bottom: 0; font-size: 13px; font-weight: 700; }
.ex-section { padding-top: 16px; padding-bottom: 96px; overflow-x: hidden; }
.ex-section.ex-section--tight-top { padding-top: 40px; }
.ex-section-dark { background-color: var(--ink); color: var(--on-dark); }
.ex-h2-light { font-family: var(--font); color: var(--on-dark); letter-spacing: -.01em; text-wrap: balance; margin-top: 12px; margin-bottom: 0; font-size: 40px; font-weight: 800; line-height: 1.1; }
.ex-problem-grid { grid-template-columns: .9fr 1.1fr; align-items: start; gap: 40px 56px; display: grid; }
.ex-punch { max-width: 16ch; color: var(--on-dark); letter-spacing: -.022em; text-wrap: balance; margin-top: 1.7rem; margin-bottom: 0; font-size: clamp(1.55rem, 1.1rem + 1.8vw, 2.5rem); font-weight: 800; line-height: 1.14; }
.ex-risk-list { grid-row-gap: 0px; background-color: #2c2926; border: 1px solid #ffffff1a; border-radius: 16px; flex-direction: column; row-gap: 0; display: flex; overflow: hidden; box-shadow: 0 24px 50px -28px #0009; }
.ex-risk-row { grid-column-gap: 1.1rem; border-top: 1px solid #ffffff14; align-items: flex-start; column-gap: 1.1rem; padding: 1.5rem 1.6rem; display: flex; }
.ex-risk-row:first-child { border-top-style: none; }
.ex-risk-glyph { background-color: #f7c90826; background-image: url("../img/warn-triangle-2x.png"); background-position: 50%; background-repeat: no-repeat; background-size: 21px 21px; border-radius: 11px; flex-shrink: 0; width: 40px; height: 40px; }
.ex-risk-pain { color: var(--on-dark); margin-top: 0; margin-bottom: 0; font-size: 1.06rem; font-weight: 600; line-height: 1.42; }
.ex-risk-cost { color: var(--on-dark-2); margin-top: .32rem; margin-bottom: 0; font-size: .92rem; }
.ex-section-head { max-width: 720px; margin-bottom: 40px; }
.ex-h2 { font-family: var(--font); color: var(--ink); letter-spacing: -.01em; text-wrap: balance; margin-top: 12px; margin-bottom: 14px; font-size: 40px; font-weight: 800; line-height: 1.1; }
.ex-bento { grid-column-gap: 16px; grid-row-gap: 16px; grid-template-columns: 1fr 1fr 1fr 1fr; grid-auto-rows: minmax(150px, auto); display: grid; }
.ex-bento-tile { border-style: solid; border-width: 1px; border-color: var(--line); background-color: var(--white); color: var(--ink); border-radius: 16px; flex-direction: column; padding: 28px; transition: transform .18s, box-shadow .18s; display: flex; position: relative; overflow: hidden; box-shadow: 0 1px 2px #1e1b170d; }
.ex-bento-tile:hover { transform: translateY(-3px); box-shadow: 0 12px 28px #1e1b171a; }
.ex-bento-tile:after { pointer-events: none; content: ""; background-image: url("../img/corner-light-2x.png"); background-repeat: no-repeat; background-size: contain; width: 34px; height: 34px; position: absolute; top: 20px; right: 20px; }
.ex-tile-dark { background-color: var(--ink); color: var(--on-dark); border-color: #2b271f; }
.ex-tile-dark:after { pointer-events: none; content: ""; background-image: url("../img/corner-dark-2x.png"); background-repeat: no-repeat; background-size: contain; width: 34px; height: 34px; position: absolute; top: 20px; right: 20px; }
.ex-tile-feature { grid-area: span 2 / span 2; }
.ex-tile-wide { grid-column: span 2; }
.ex-tile-full { grid-column: 1 / -1; }
.ex-tile-h3 { text-wrap: balance; margin-top: 6px; margin-bottom: 8px; font-size: 22px; font-weight: 700; }
.ex-tile-p { opacity: .82; margin-top: 0; margin-bottom: 0; font-size: 16px; line-height: 1.5; }
.ex-feat-list { flex-direction: column; row-gap: 10px; margin-top: 16px; margin-bottom: 16px; display: flex; }
.ex-feat-item { align-items: center; column-gap: 10px; font-size: 15px; display: flex; }
.ex-tile-link { color: var(--accent-deep); margin-top: auto; font-size: 15px; font-weight: 700; text-decoration: none; }
.ex-section-grey { background-color: var(--grey); }
.ex-why-grid { grid-template-columns: .8fr 1.2fr; align-items: center; gap: 40px 56px; display: grid; }
.ex-why-portrait { border-radius: 16px; overflow: hidden; box-shadow: 0 18px 40px -24px #1e1b174d; }
.ex-why-list { grid-row-gap: 0px; flex-direction: column; row-gap: 0; margin-top: 1.6rem; display: flex; }
.ex-why-item { grid-column-gap: .9rem; border-top: 1px solid var(--line-strong); align-items: flex-start; column-gap: .9rem; padding-top: .95rem; padding-bottom: .95rem; display: flex; }
.ex-why-item:last-child { border-bottom: 1px solid var(--line-strong); }
.ex-why-text { color: var(--ink); margin-top: 0; margin-bottom: 0; font-size: 17px; font-weight: 500; line-height: 1.5; }
.ex-process-grid { grid-template-columns: 1fr 1fr 1fr; gap: 32px 40px; display: grid; }
.ex-step { border-top: 3px solid var(--accent); padding-top: 20px; }
.ex-step-num { font-family: var(--font); color: var(--ink); letter-spacing: -.02em; margin-bottom: 12px; font-size: 44px; font-weight: 800; line-height: 1; }
.ex-step-h3 { color: var(--ink); text-wrap: balance; margin-top: 8px; margin-bottom: 6px; font-size: 20px; font-weight: 700; }
.ex-step-p { color: var(--ink-2); margin-top: 0; margin-bottom: 0; font-size: 16px; line-height: 1.5; }
.ex-pb-big { font-family: var(--font); color: var(--accent-bright); margin-top: 8px; margin-bottom: 10px; font-size: 40px; font-weight: 800; line-height: 1; }
.ex-pb-num { font-family: var(--font); color: var(--ink); margin-top: auto; margin-bottom: 6px; font-size: 40px; font-weight: 800; line-height: 1; }
.ex-pb-lbl { color: var(--ink-2); margin-top: 0; margin-bottom: 0; font-size: 14px; line-height: 1.4; }
.ex-tile-accent { background-color: var(--accent); border-color: #d8b008; }
.ex-pb-foot { color: var(--on-dark-2); margin-top: 16px; margin-bottom: 0; font-size: 14px; line-height: 1.45; }
.ex-proof-industries { flex-wrap: wrap; align-items: center; gap: 12px 16px; margin-top: 32px; display: flex; }
.ex-proof-label { color: var(--ink-faint); letter-spacing: .08em; text-transform: uppercase; font-size: 13px; font-weight: 700; }
.ex-chips { flex-wrap: wrap; gap: 10px; margin-top: 0; margin-bottom: 0; padding-left: 0; display: flex; }
.ex-chip { border-color: var(--line); background-color: var(--white); color: var(--ink-2); border-style: solid; border-width: 1px; border-radius: 999px; padding: 8px 16px; font-size: 14px; }
.ex-section-cream { background-color: var(--cream); }
.ex-quotes-feature { grid-template-columns: 1.1fr .9fr; align-items: start; gap: 24px; display: grid; }
.ex-q-side { flex-direction: column; row-gap: 24px; display: flex; }
.ex-quote { border-color: var(--line); background-color: var(--white); border-style: solid; border-width: 1px; border-radius: 16px; flex-direction: column; height: 100%; padding: 28px; display: flex; box-shadow: 0 1px 2px #1e1b170d; }
.ex-stars { color: var(--accent); letter-spacing: 2px; margin-top: 0; margin-bottom: 14px; font-size: 18px; }
.ex-quote-text { color: var(--ink); margin-top: 0; margin-bottom: 16px; font-size: 17px; line-height: 1.55; }
.ex-quote-text-lg { font-size: 22px; line-height: 1.45; }
.ex-quote-by { color: var(--ink-2); margin-top: auto; margin-bottom: 0; font-size: 14px; font-weight: 600; }
.ex-cta-inner { text-align: center; flex-direction: column; align-items: center; row-gap: 20px; max-width: 640px; margin-left: auto; margin-right: auto; display: flex; }
.ex-cta-p { max-width: 520px; color: var(--on-dark-2); margin-top: 0; margin-bottom: 0; font-size: 18px; line-height: 1.5; }
.ex-footer { background-color: var(--dark-2); color: var(--on-dark-2); padding-top: 64px; padding-bottom: 32px; }
.ex-footer-top { border-bottom: 1px solid #ffffff1a; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 32px 40px; padding-bottom: 36px; display: grid; }
.ex-footer-brand { font-family: var(--font); color: var(--on-dark); margin-bottom: 12px; font-size: 24px; font-weight: 800; }
.ex-footer-blurb { max-width: 320px; color: var(--on-dark-2); margin-top: 0; margin-bottom: 16px; font-size: 14px; line-height: 1.5; }
.ex-footer-social { column-gap: 18px; display: flex; }
.ex-footer-soclink { width: 38px; height: 38px; color: var(--on-dark-2); background-position: 50%; background-repeat: no-repeat; background-size: 18px 18px; border: 1px solid #ffffff29; border-radius: 10px; flex: none; justify-content: center; align-items: center; font-size: 0; font-weight: 600; text-decoration: none; transition: border-color .16s, transform .16s; display: flex; }
.ex-footer-soclink:hover { border-color: #ffd60a; transform: translateY(-2px); }
.ex-footer-soclink.ex-soc-li { background-image: url("../img/soc-linkedin-light.png"); }
.ex-footer-soclink.ex-soc-li:hover { background-image: url("../img/soc-linkedin-gold.png"); }
.ex-footer-soclink.ex-soc-fb { background-image: url("../img/soc-facebook-light.png"); }
.ex-footer-soclink.ex-soc-fb:hover { background-image: url("../img/soc-facebook-gold.png"); }
.ex-footer-soclink.ex-soc-gg { background-image: url("../img/soc-google-light.png"); }
.ex-footer-soclink.ex-soc-gg:hover { background-image: url("../img/soc-google-gold.png"); }
.ex-footer-h4 { color: var(--on-dark); letter-spacing: .08em; text-transform: uppercase; margin-top: 0; margin-bottom: 14px; font-size: 13px; font-weight: 700; }
.ex-footer-list { flex-direction: column; row-gap: 10px; display: flex; }
.ex-footer-link { color: var(--on-dark-2); margin-top: 0; margin-bottom: 0; font-size: 15px; text-decoration: none; }
.ex-footer-sublabel { color: var(--on-dark-2); margin-bottom: 10px; font-size: 13px; line-height: 1.45; display: block; }
.ex-footer-subrow { column-gap: 8px; margin-bottom: 16px; display: flex; }
.ex-footer-contact { grid-template-columns: 1fr; grid-auto-rows: auto; row-gap: 8px; margin-top: 8px; display: grid; }
.ex-footer-bottom { color: var(--on-dark-2); flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 16px; padding-top: 24px; font-size: 13px; display: flex; }
.ex-page-hero { padding-top: 56px; padding-bottom: 24px; position: relative; overflow: hidden; }
.ex-founder-card { border-color: var(--line); background-color: var(--white); border-style: solid; border-width: 1px; border-radius: 16px; overflow: hidden; box-shadow: 0 18px 40px -24px #1e1b1738; }
.ex-founder-photo { aspect-ratio: 4 / 4.2; position: relative; overflow: hidden; }
.ex-founder-img { aspect-ratio: auto; object-fit: cover; object-position: 50% 12%; width: 100%; height: 100%; display: block; position: static; }
.ex-founder-meta { padding: 20px 24px 22px; }
.ex-founder-name { color: var(--ink); margin-top: 0; margin-bottom: 0; font-size: 18px; font-weight: 700; }
.ex-founder-role { color: var(--ink-2); margin-top: 4px; margin-bottom: 0; font-size: 14px; }
.ex-founder-badge { align-items: center; column-gap: 8px; margin-top: 14px; display: flex; }
.ex-founder-badge-num { font-family: var(--font); color: var(--accent-deep); margin-top: 0; margin-bottom: 0; font-size: 22px; font-weight: 800; }
.ex-founder-badge-txt { color: var(--ink-2); margin-top: 0; margin-bottom: 0; padding-bottom: 0; font-size: 13px; }
.ex-story-copy { max-width: 40rem; margin-left: auto; margin-right: auto; }
.ex-prose-p { color: var(--ink-2); margin-top: 0; margin-bottom: 16px; font-size: 17px; line-height: 1.7; }
.ex-pullquote { border-left: 3px solid var(--accent); color: var(--ink); margin-top: 24px; margin-bottom: 24px; padding-left: 20px; font-size: 22px; font-style: italic; font-weight: 600; line-height: 1.4; }
.ex-sign-name { color: var(--ink); margin-top: 16px; margin-bottom: 0; font-size: 16px; font-weight: 700; }
.ex-sign-role { color: var(--ink-2); margin-top: 2px; margin-bottom: 0; font-size: 14px; }
.ex-muted { max-width: 34ch; color: var(--ink-2); margin-top: 12px; margin-bottom: 0; font-size: 17px; line-height: 1.6; }
.ex-promise-band { grid-template-columns: 1fr 1fr 1fr; gap: 16px; display: grid; }
.ex-guarantee { border-color: var(--line); background-color: var(--white); color: var(--ink); border-style: solid; border-width: 1px; border-radius: 16px; padding: 28px; }
.ex-svc-grid { grid-template-columns: 1fr 1fr; gap: 16px; display: grid; }
.ex-svc-card { border-color: var(--line); background-color: var(--white); color: var(--ink); border-style: solid; border-width: 1px; border-radius: 16px; flex-direction: column; padding: 28px; display: flex; position: relative; box-shadow: 0 1px 2px #1e1b170d; }
.ex-svc-card-dark { background-color: var(--ink); color: var(--on-dark); border-color: #2b271f; }
.ex-svc-card-wide { grid-column: 1 / -1; }
.ex-svc-feat-inner { grid-template-columns: 1fr 1fr; align-items: start; gap: 20px 40px; display: grid; }
.ex-h-md { font-family: var(--font); text-wrap: balance; margin-top: 6px; margin-bottom: 8px; font-size: 26px; font-weight: 800; line-height: 1.15; }
.ex-svc-desc { opacity: .85; margin-top: 0; margin-bottom: 0; font-size: 16px; line-height: 1.5; }
.ex-incl { flex-direction: column; row-gap: 9px; margin-top: 16px; margin-bottom: 16px; display: flex; }
.ex-incl-item { flex-wrap: nowrap; align-items: center; column-gap: 10px; font-size: 15px; line-height: 1.5; display: flex; }
.ex-best-for { opacity: .7; margin-top: 12px; margin-bottom: 0; font-size: 14px; }
.ex-note-chip { border-color: var(--line); border-left-style: solid; border-left-width: 3px; border-left-color: var(--accent); background-color: var(--white); color: var(--ink); border-style: solid; border-width: 1px; border-radius: 8px; margin-top: 14px; padding: 12px 14px; font-size: 14px; display: block; }
.ex-chat { flex-direction: column; row-gap: 10px; max-width: 560px; margin-top: 24px; display: flex; }
.ex-chat-in { border-color: var(--line); background-color: var(--white); max-width: 85%; color: var(--ink); border-style: solid; border-width: 1px; border-radius: 14px; align-self: flex-start; padding: 11px 16px; font-size: 15px; }
.ex-chat-out { background-color: var(--accent); max-width: 85%; color: var(--ink); border-radius: 14px; align-self: flex-end; padding: 11px 16px; font-size: 15px; font-weight: 600; }
.ex-prob-close { color: var(--ink); margin-top: 28px; margin-bottom: 0; font-size: 21px; font-weight: 600; }
.ex-price-inner { text-align: center; flex-direction: column; align-items: center; row-gap: 18px; max-width: 640px; margin-left: auto; margin-right: auto; display: flex; }
.ex-price-figures { flex-wrap: wrap; justify-content: center; align-items: baseline; column-gap: 18px; display: flex; }
.ex-price-fig { text-align: center; }
.ex-price-num { font-family: var(--font); color: var(--accent-deep); margin-top: 0; margin-bottom: 4px; font-size: 52px; font-weight: 800; line-height: 1; }
.ex-price-unit { color: var(--ink-2); margin-top: 0; margin-bottom: 0; font-size: 14px; }
.ex-price-then { color: var(--ink-2); font-size: 16px; }
.ex-price-note { color: var(--ink-2); margin-top: 0; margin-bottom: 0; font-size: 14px; }
.ex-quotes-grid { grid-template-columns: 1fr 1fr; gap: 16px; display: grid; }
.ex-legal { max-width: 720px; }
.ex-legal-h2 { font-family: var(--font); color: var(--ink); text-wrap: balance; margin-top: 30px; margin-bottom: 10px; font-size: 22px; font-weight: 700; }
.ex-legal-updated { color: var(--ink-faint); margin-top: 0; margin-bottom: 20px; font-size: 14px; }
.ex-book-grid { grid-column-gap: clamp(2rem, 5vw, 4rem); grid-row-gap: clamp(2rem, 5vw, 4rem); grid-template-columns: 1fr; align-items: start; display: grid; }
.ex-expect { grid-row-gap: 1.5rem; border-left: 2px solid var(--accent); flex-direction: column; margin-top: 1.6rem; margin-bottom: 2rem; padding-left: 1.4rem; display: flex; }
.ex-expect-item { grid-column-gap: 1.15rem; align-items: center; display: flex; }
.ex-expect-n { color: var(--accent-deep); letter-spacing: -.02em; flex-shrink: 0; font-size: clamp(2.2rem, 1.6rem + 1.6vw, 3rem); font-weight: 800; line-height: 1; }
.ex-expect-text { color: var(--ink-2); line-height: 1.5; }
.ex-book-right { grid-column-gap: clamp(2rem, 5vw, 4rem); grid-row-gap: 2rem; flex-direction: column; grid-template-columns: 1fr 1fr; align-items: start; display: grid; }
.ex-embed-box { border: 1px solid var(--line); background-color: var(--white); text-align: center; border-radius: 14px; flex-direction: column; justify-content: center; align-items: stretch; row-gap: 14px; padding: 2.25rem 1.5rem; display: flex; box-shadow: 0 10px 30px #2c292614; }
.ex-embed-fallback { grid-row-gap: 1rem; color: var(--ink-2); text-align: center; flex-direction: column; align-items: center; padding-top: 1rem; display: flex; }
.ex-contact-card { border-color: var(--line); background-color: var(--white); border-style: solid; border-width: 1px; border-radius: 14px; padding: 1.4rem 1.5rem; }
.ex-cc-head { color: var(--ink); margin-bottom: 1rem; font-size: 1.05rem; font-weight: 700; display: block; }
.ex-cc-list { grid-row-gap: .85rem; flex-direction: column; margin: 0; padding: 0; list-style-type: none; display: flex; }
.ex-cc-item { grid-column-gap: .8rem; align-items: center; display: flex; }
.ex-cc-ico { width: 36px; height: 36px; color: var(--accent-deep); background-color: #fdf7e8; border-radius: 10px; flex-shrink: 0; justify-content: center; align-items: center; display: flex; }
.ex-cc-link { color: var(--ink); font-weight: 600; }
.ex-cc-text { color: var(--ink-2); font-weight: 500; }
.ex-footer-legal { grid-column-gap: .5rem; grid-row-gap: .3rem; flex-wrap: wrap; align-items: center; display: flex; }
.ex-hatch { border-bottom: 1px solid var(--line); background-color: var(--grey); background-image: repeating-linear-gradient(135deg, #1e1b172e 0 1.5px, #0000 1.5px 8px); height: 18px; }
.ex-why-check { background-image: url("../img/check-gold-2x.png"); background-position: 50%; background-repeat: no-repeat; background-size: 20px 20px; flex-shrink: 0; width: 22px; min-width: 22px; max-width: 22px; height: 22px; min-height: 22px; max-height: 22px; margin-top: 2px; }
.ex-feat-check { background-image: url("../img/check-gold-2x.png"); background-position: 50%; background-repeat: no-repeat; background-size: 16px 16px; flex-shrink: 0; width: 18px; min-width: 18px; max-width: 18px; height: 18px; min-height: 18px; max-height: 18px; margin-top: 1px; margin-bottom: auto; }
.paragraph-6, .paragraph-7, .paragraph-8 { margin-bottom: auto; }
.ex-qc-panel { z-index: 70; border: 1px solid var(--line); background-color: var(--white); text-align: left; border-radius: 14px; width: 360px; max-width: calc(100vw - 2rem); padding: 20px; display: none; position: absolute; top: calc(100% + 12px); right: 0; box-shadow: 0 24px 50px -20px #1e1b1759; }
.ex-qc-head { color: var(--ink); margin-bottom: 4px; font-size: 1.05rem; font-weight: 800; display: block; }
.ex-qc-sub { color: var(--ink-2); margin-top: 0; margin-bottom: .9rem; font-size: .86rem; line-height: 1.45; }
.ex-qc-form { grid-row-gap: .6rem; flex-direction: column; margin: 0; display: flex; }
.ex-qc-field { box-sizing: border-box; background-color: var(--white); width: 100%; font-family: var(--font); color: var(--ink); border: 1px solid #736e64; border-radius: 10px; margin-bottom: 0; padding: .6em .75em; font-size: .95rem; }
.ex-qc-field:focus { border-color: var(--accent-deep); outline-style: none; box-shadow: 0 0 0 3px #c9a4062e; }
.ex-qc-textarea { box-sizing: border-box; background-color: var(--white); width: 100%; min-height: 72px; font-family: var(--font); color: var(--ink); resize: vertical; border: 1px solid #736e64; border-radius: 10px; padding: .6em .75em; font-size: .95rem; }
.ex-qc-textarea:focus { border-color: var(--accent-deep); outline-style: none; box-shadow: 0 0 0 3px #c9a4062e; }
.ex-qc-send { background-color: var(--accent); width: 100%; color: var(--ink); cursor: pointer; border-style: none; border-radius: 10px; margin-top: .3rem; padding-top: .7em; padding-bottom: .7em; font-size: .95rem; font-weight: 700; }
.ex-qc-note { color: var(--ink-faint); text-align: center; margin-top: .5rem; margin-bottom: 0; font-size: .74rem; }
.ex-qc-label { color: var(--ink); letter-spacing: .06em; text-transform: uppercase; margin-top: 0; margin-bottom: -.25rem; font-size: .78rem; font-weight: 700; display: block; }
.ex-signal-dot { background-color: var(--accent-deep); border-radius: 50%; flex-shrink: 0; width: 8px; min-width: 8px; height: 8px; display: block; }
.ex-incl-text { margin-top: 0; margin-bottom: 0; }
.paragraph-9, .paragraph-10, .paragraph-11 { margin-bottom: 0; }
.ex-story-head { max-width: 40rem; margin-left: auto; margin-right: auto; }
.ex-story-qmark { font-family: var(--font); color: var(--accent); margin-top: 0; margin-bottom: .2rem; font-size: 4rem; font-weight: 800; line-height: .9; display: block; }
.ex-story-sec { isolation: isolate; position: relative; overflow: hidden; }
.ex-story-sec:after { z-index: -1; opacity: .5; pointer-events: none; content: ""; background-image: url("../img/pixels-hero.svg"); background-position: 50%; background-repeat: no-repeat; background-size: contain; width: 150px; height: 150px; position: absolute; top: 44px; right: 40px; }
.ex-nav-logo-shield, .ex-nav-phone-m, .ex-nav-burger { display: none; }
.ex-nav-burger-bar { background-color: #2c2926; border-radius: 2px; width: 24px; height: 2px; }
.ex-news-form { width: 100%; margin-top: 6px; }
.ex-news-input { color: #2c2926; background-color: #fff; border: 1px solid #fff3; border-radius: 8px; width: 100%; margin-bottom: 8px; padding: 10px 12px; font-size: 14px; }
.ex-news-btn { color: #2c2926; text-align: center; cursor: pointer; background-color: #f3c000; border-style: none; border-radius: 8px; width: 100%; padding: 10px 16px; font-size: 14px; font-weight: 700; }
.ex-book-cta-head { color: #2c2926; text-wrap: balance; margin-top: 0; margin-bottom: 0; font-size: 1.3rem; font-weight: 800; line-height: 1.25; }
.ex-book-card { border: 1px solid var(--line); background-color: #fff; border-radius: 14px; padding: 1.4rem 1.5rem; box-shadow: 0 10px 30px #2c292614; }
.ex-ty { text-align: center; max-width: 44rem; margin-left: auto; margin-right: auto; padding-top: clamp(2rem, 5vw, 4rem); padding-bottom: clamp(2rem, 5vw, 4rem); }
.ex-ty-cta { grid-column-gap: 14px; grid-row-gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 1.75rem; display: flex; }
.ex-map { border-style: solid; border-width: 1px; border-color: var(--line); border: 1px solid #e7e4df; border-radius: 16px; width: 100%; height: 480px; margin-top: 1.5rem; display: block; overflow: hidden; }
.ex-contact-lines { grid-row-gap: 10px; flex-direction: column; align-items: flex-start; margin-top: 14px; font-size: 1.05rem; display: flex; }
.ex-cd-link { color: #f3c000; font-size: 1.05rem; font-weight: 600; text-decoration: none; }
.ex-cd-text { color: #ffffffb8; font-size: 1rem; }
.ex-cd-chips { grid-column-gap: 8px; grid-row-gap: 8px; flex-wrap: wrap; margin-top: 8px; display: flex; }
.ex-cd-chip { color: #ffffffe6; border: 1px solid #ffffff47; border-radius: 999px; padding: 4px 12px; font-size: .8rem; }
.ex-contact-sec { isolation: isolate; position: relative; overflow: hidden; }
.ex-contact-sec:after { z-index: -1; opacity: .45; pointer-events: none; content: ""; background-image: url("../img/pixels-hero.svg"); background-repeat: no-repeat; background-size: contain; width: 170px; height: 170px; position: absolute; top: 40px; right: 40px; }
.ex-contact-split { border-radius: 16px; grid-template-columns: 1fr 1fr; align-items: stretch; margin-top: 2rem; display: grid; overflow: hidden; box-shadow: 0 18px 50px #2c29261f; }
.ex-cpanel-dark { grid-row-gap: 14px; color: #fff; background-color: #2c2926; flex-direction: column; padding: 2.4rem 2rem; display: flex; }
.ex-cpanel-form { grid-row-gap: 12px; background-color: #fff; flex-direction: column; padding: 2.4rem 2rem; display: flex; }
.ex-cpanel-h { color: #fff; margin-top: 0; margin-bottom: 0; font-size: 1.15rem; font-weight: 700; line-height: 1.3; }
.ex-cform-head { color: #2c2926; margin-top: 0; margin-bottom: 0; font-size: 1.15rem; font-weight: 700; }
.blog-grid { grid-column-gap: 1.75rem; grid-row-gap: 1.75rem; grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr)); display: grid; }
.blog-card { color: #2c2926; background-color: #fff; border: 1px solid #ececea; border-radius: 14px; flex-direction: column; height: 100%; text-decoration: none; transition: transform .2s, box-shadow .2s, border-color .2s; display: flex; overflow: hidden; }
.blog-card:hover { border-color: #f3c000; transform: translateY(-4px); box-shadow: 0 14px 30px #2c29261a; }
.blog-card-img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; display: block; }
.blog-card-body { grid-row-gap: .5rem; flex-direction: column; padding: 1.25rem 1.25rem 1.5rem; display: flex; }
.blog-card-meta { color: #a8780a; letter-spacing: .04em; text-transform: uppercase; font-size: .8rem; font-weight: 600; }
.blog-card-title { color: #2c2926; margin-top: 0; margin-bottom: 0; font-size: 1.2rem; font-weight: 700; line-height: 1.3; }
.blog-card-sum { color: #5d574f; margin-top: 0; margin-bottom: 0; font-size: .95rem; line-height: 1.55; }
.blog-prose { color: #2c2926; max-width: 730px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; font-size: 1.0625rem; line-height: 1.75; }
.blog-feat-img { border-radius: 14px; width: 100%; max-width: 900px; height: auto; margin-bottom: 0; margin-left: auto; margin-right: auto; display: block; }
.ex-feat-wrap { width: 100%; max-width: 900px; margin-bottom: 2.5rem; margin-left: auto; margin-right: auto; position: relative; }
.ex-contact-btns { flex-flow: wrap; column-gap: 12px; margin-top: 10px; display: flex; }
.ex-book-line { color: #a8780a; text-align: center; margin-top: 28px; margin-bottom: 4px; font-size: 1rem; font-weight: 600; text-decoration: none; display: block; }
.ex-btn-text-dark { color: #fff; background-color: #0000; border: 1px solid #ffffff73; }
.rp-thumb { object-fit: cover; border-radius: 10px; width: 100%; height: 230px; margin-bottom: .7rem; display: block; }
.rp-card-title { color: #2c2926; max-height: 3.15rem; margin-top: 0; margin-bottom: 0; font-size: 1.15rem; font-weight: 700; line-height: 1.35; overflow: hidden; }
.rp-card { color: #2c2926; margin-bottom: 0; text-decoration: none; transition: opacity .2s; display: block; }
.rp-card:hover { opacity: .82; }
.rp-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.75rem; display: grid; }
.rp-item { float: none; width: auto; max-width: none; margin: 0; padding-left: 0; padding-right: 0; }
.rp-back { color: #2c2926; border: 1px solid #e4e0d9; border-radius: 8px; width: fit-content; margin: 2.5rem auto .5rem; padding: .7rem 1.4rem; font-weight: 600; text-decoration: none; transition-property: border-color, color; transition-duration: .2s; display: block; }
.rp-back:hover { color: #a8780a; border-color: #a8780a; }
.rp-section { background-color: #f4f4f3; border-top: 1px solid #ece9e3; margin-top: 0; padding: 4rem 24px; }
.rp-heading { color: #2c2926; margin-top: 0; margin-bottom: 1.5rem; font-size: 1.5rem; font-weight: 700; line-height: 1.25; }
.ex-contact-foot { color: #6b6560; text-align: center; margin-top: 6px; margin-bottom: 22px; font-size: .95rem; font-weight: 500; text-decoration: none; display: block; }
.ex-cd-note { color: #f4f4f399; margin-top: 14px; margin-bottom: 0; font-size: .85rem; line-height: 1.4; }
.ex-hero-card { background-color: #f4f4f3; border: 1px solid #ece8e2; border-radius: 18px; flex-direction: column; align-self: flex-start; padding: 30px; display: flex; box-shadow: 0 1px 2px #0000000a; }
.ex-hero-card-h { color: #2c2926; letter-spacing: .01em; margin-top: 0; margin-bottom: 18px; font-size: 1.05rem; font-weight: 700; }
.ex-hero-card-list { border-left: 2px solid #f3c000; flex-direction: column; padding-left: 18px; display: flex; }
.ex-hero-card-item { flex-direction: row; align-items: flex-start; margin-bottom: 16px; display: flex; }
.ex-hero-card-text { color: #46423d; margin-top: 0; margin-bottom: 0; font-size: 1rem; line-height: 1.45; }
.ex-hero-sub { color: #46423d; max-width: 440px; margin-top: 16px; margin-bottom: 0; font-size: 1.05rem; line-height: 1.5; }

@media screen and (max-width: 991px) {
  .ex-h1 { font-size: 44px; }
  .ex-hero-grid { grid-row-gap: 40px; grid-template-columns: 1fr; row-gap: 40px; }
  .ex-hero-figure { justify-self: center; width: 100%; max-width: 460px; margin-left: auto; margin-right: auto; transform: none; }
  .ex-nav-inner { grid-row-gap: 10px; flex-wrap: wrap; }
  .ex-nav-links { grid-column-gap: 20px; grid-row-gap: 6px; flex-wrap: wrap; flex-basis: 100%; order: 3; justify-content: center; margin-top: 4px; display: flex; }
  .ex-h2-light { font-size: 32px; }
  .ex-problem-grid { grid-template-columns: 1fr; }
  .ex-h2 { font-size: 32px; }
  .ex-bento { grid-template-columns: 1fr 1fr; }
  .ex-tile-feature { grid-row: span 1; }
  .ex-why-grid { grid-template-columns: 1fr; }
  .ex-why-portrait { justify-self: center; width: 100%; max-width: 400px; margin-left: auto; margin-right: auto; }
  .ex-quotes-feature { grid-template-columns: 1fr; }
  .ex-footer-top { grid-template-columns: 1fr 1fr; }
  .ex-founder-card { justify-self: center; width: 100%; max-width: 460px; margin-left: auto; margin-right: auto; }
  .ex-quotes-grid, .ex-book-grid, .ex-book-right, .ex-name-grid, .ex-contact-grid, .ex-contact-split { grid-template-columns: 1fr; }
}

@media screen and (max-width: 767px) {
  .ex-h1 { font-size: 34px; }
  .ex-nav-inner { flex-wrap: nowrap; column-gap: 6px; padding: 10px; position: relative; }
  .ex-nav-logo { flex-shrink: 0; order: 1; }
  .ex-nav-logo-img { display: none; }
  .ex-nav-links { z-index: 60; background-color: #fff; border: 1px solid #2c29261a; flex-direction: column; align-items: stretch; row-gap: 2px; margin-top: 0; padding: 8px 16px 10px; display: none; position: absolute; top: 100%; left: 0; right: 0; box-shadow: 0 22px 40px -18px #1e1b174d; }
  .ex-nav-link { width: 100%; padding-top: 10px; padding-bottom: 10px; display: block; }
  .ex-nav-right { flex-direction: row; flex-shrink: 0; flex-basis: auto; order: 3; align-items: center; row-gap: 10px; width: auto; position: static; }
  .ex-nav-phone { display: none; }
  .ex-nav-cta { white-space: nowrap; flex-shrink: 0; justify-content: center; align-items: center; width: auto; height: 44px; padding: 10px 13px; font-size: 14px; display: flex; }
  .ex-trustbar-inner { justify-content: flex-start; }
  .ex-section { padding-top: 64px; padding-bottom: 64px; }
  .ex-h2-light { font-size: 28px; }
  .ex-problem-grid { grid-template-columns: 1fr; }
  .ex-h2 { font-size: 28px; }
  .ex-bento { grid-template-columns: 1fr; }
  .ex-tile-feature { grid-area: auto; }
  .ex-tile-wide { grid-column: auto; }
  .ex-process-grid { grid-row-gap: 24px; grid-template-columns: 1fr; }
  .ex-footer-top, .ex-promise-band, .ex-svc-grid, .ex-svc-feat-inner { grid-template-columns: 1fr; }
  .ex-qc-panel { width: auto; max-width: none; margin-top: 0; position: absolute; top: 100%; left: 0; right: 0; }
  .ex-nav-logo-shield { width: auto; height: 44px; display: block; }
  .ex-nav-phone-m { color: #2c2926; white-space: nowrap; background-color: #f3c000; background-image: url("../img/phone-icon-nav.png"); background-position: 11px; background-repeat: no-repeat; background-size: 17px 17px; border: 0 solid #a8780a; border-radius: 10px; flex-shrink: 0; order: 2; justify-content: center; align-items: center; width: auto; height: 44px; padding-left: 32px; padding-right: 12px; font-size: 14px; font-weight: 700; text-decoration: none; display: inline-flex; }
  .ex-nav-burger { cursor: pointer; background-color: #f3c000; border: 0 solid #a8780a; border-radius: 10px; flex-direction: column; flex-shrink: 0; order: 4; justify-content: center; align-items: center; row-gap: 5px; width: 44px; height: 44px; display: flex; }
  .rp-grid { grid-template-columns: 1fr; }
}

@media screen and (max-width: 479px) {
  .ex-h1 { font-size: 30px; }
}

/* ---------- odpowiedniki runtime Webflow (przepisane) ---------- */

/* .w-richtext -> tresc wpisu bloga */
.entry-content > *:first-child { margin-top: 0; }
.entry-content > *:last-child { margin-bottom: 0; }
.entry-content figure { max-width: 100%; margin: 1.6rem 0; }
.entry-content figure img { width: 100%; height: auto; border-radius: var(--radius-sm); }
.entry-content figure figcaption {
  margin-top: .5rem;
  color: var(--ink-faint);
  font-size: .92rem;
  text-align: center;
}
.entry-content figure.align-center { margin-left: auto; margin-right: auto; text-align: center; }

/* .w-form-done / .w-form-fail -> komunikaty formularzy */
.ex-form-done, .ex-form-fail { padding: 1rem; border-radius: var(--radius-sm); }
.ex-form-done { background: var(--cream); }
.ex-form-fail { background: #ffdede; }
[hidden] { display: none !important; }

/* ---------- adaptacje po zmianie markupu na semantyczny ----------
   Webflow trzymal czesc geometrii w klasach bazowych .w-input / .w-button /
   .w-inline-block. Przepisujemy markup na <button>, <label> i <span>, wiec te
   wartosci trzeba oddac jawnie - inaczej pola i przyciski zmienilyby rozmiar. */
.ex-qc-field, .ex-news-input {
  display: block;
  height: 38px;
  line-height: 1.42857;
  vertical-align: middle;
}
.ex-qc-textarea { display: block; height: auto; line-height: 1.42857; }
.ex-qc-send, .ex-news-btn { line-height: inherit; text-align: center; }
.ex-nav-cta { text-align: center; }
.ex-nav-burger-bar { display: block; }
.ex-nav-phone, .ex-nav-phone-m, .ex-nav-logo { max-width: 100%; }

/* Kontener sekcji "More from the blog".
   Na Webflow byl to .w-layout-blockcontainer, wezszy (940px) niz .ex-container
   (1180px). Odtwarzamy go pod wlasna nazwa, bo inaczej sekcja by sie rozszerzyla. */
.rp-container { max-width: 940px; margin-left: auto; margin-right: auto; display: block; }
@media screen and (max-width: 991px) { .rp-container { max-width: 728px; } }
@media screen and (max-width: 767px) { .rp-container { max-width: none; } }

/* pulapka na boty - zastepuje Turnstile, ktorego dostarczal Webflow */
.ex-hp {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* .w--current -> aktywna pozycja nawigacji */
.ex-nav-link[aria-current="page"] { color: var(--ink); }
.ex-footer-link[aria-current="page"] { color: var(--on-dark); }

/* ---------- szablon wpisu: byline, author box, CTA ---------- */
.ex-byline { display:flex;align-items:center;gap:.55rem;margin-top:1.1rem; }
.ex-byline img { width:32px;height:32px;border-radius:50%;object-fit:cover;flex:0 0 auto; }
.ex-byline-txt { font-size:.9rem;color:#6b6560; }
.ex-byline-txt b { color:#2C2926;font-weight:600; }
.ex-author { display:flex;align-items:flex-start;gap:1.1rem;background:#F4F4F3;border-radius:16px;padding:1.5rem 1.6rem;margin:2.75rem 0 0; }
.ex-author-avatar { width:72px;height:72px;border-radius:50%;object-fit:cover;flex:0 0 auto; }
.ex-author-eyebrow { font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#A8780A;margin-bottom:.35rem; }
.ex-author-name { font-weight:700;color:#2C2926;font-size:1.05rem;margin-bottom:.3rem; }
.ex-author-bio { font-size:.95rem;line-height:1.55;color:#6b6560; }
.ex-author { flex-direction:column;gap:.85rem;padding:1.25rem; }
.ex-cta-wrap { margin:2.75rem 0 1.5rem;padding-top:2rem;border-top:1px solid #EDE9E0; }
.ex-cta-kicker { font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#A8780A;margin-bottom:.5rem; }
.ex-cta-head { font-size:1.4rem;font-weight:600;line-height:1.3;color:#2C2926;margin:0 0 1.1rem; }
.ex-cta-cards { display:flex;gap:1rem;flex-wrap:wrap; }
.ex-cta-card { flex:1 1 220px;display:block;padding:1.4rem 1.5rem;border-radius:14px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease; }
.ex-cta-card:hover { transform:translateY(-3px); }
.ex-cta-light { background:#FDF7E8;border:1px solid #F0E2B5;box-shadow:0 6px 20px rgba(44,41,38,.10);color:#2C2926; }
.ex-cta-light:hover { box-shadow:0 12px 30px rgba(168,120,10,.20); }
.ex-cta-dark { background:#2C2926;box-shadow:0 8px 22px rgba(44,41,38,.20);color:#fff; }
.ex-cta-dark:hover { box-shadow:0 14px 32px rgba(44,41,38,.32); }
.ex-cta-title { font-size:1.12rem;font-weight:700;margin-bottom:.35rem; }
.ex-cta-sub { font-size:.95rem;line-height:1.5; }
