/* NCW v3 — wspólny design system (wyciągnięty z homepage index.html, 2026-06-13) */
    /* =====================================================
       NCW index v2 — cinematic dark / ethereal glass
       Self-contained: nie dotyka design-system.css ani components.css
       Brand: Sora + MBJ Handwriting · magenta = akcent · lime = TYLKO CTA
       ===================================================== */
    @font-face { font-family: "Sora"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/Sora-Regular.woff2") format("woff2"), url("../fonts/Sora-Regular.ttf") format("truetype"); }
    @font-face { font-family: "Sora"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/Sora-Medium.woff2") format("woff2"), url("../fonts/Sora-Medium.ttf") format("truetype"); }
    @font-face { font-family: "Sora"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/Sora-SemiBold.woff2") format("woff2"), url("../fonts/Sora-SemiBold.ttf") format("truetype"); }
    @font-face { font-family: "Sora"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/Sora-Bold.woff2") format("woff2"), url("../fonts/Sora-Bold.ttf") format("truetype"); }
    @font-face { font-family: "Sora"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/Sora-ExtraBold.woff2") format("woff2"), url("../fonts/Sora-ExtraBold.ttf") format("truetype"); }
    @font-face { font-family: "MBJ Handwriting"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/MBJ-Handwriting.woff2") format("woff2"), url("../fonts/MBJ-Handwriting.ttf") format("truetype"); }

    :root {
      /* Surfaces — jedna rodzina chłodno-fioletowej czerni, zero czystego #000 */
      --bg-0: #08070b;
      --bg-1: #0d0b12;
      --bg-2: #131019;
      --bg-3: #1a1622;
      --hairline: rgba(255,255,255,.07);
      --hairline-2: rgba(255,255,255,.13);
      --inset-hi: inset 0 1px 0 rgba(255,255,255,.06);

      /* Ink */
      --tx-1: #f5f2f8;
      --tx-2: rgba(238,233,245,.7);
      --tx-3: rgba(238,233,245,.55);

      /* Brand */
      --magenta: #fd43be;
      --magenta-soft: rgba(253,67,190,.13);
      --magenta-line: rgba(253,67,190,.4);
      --purple-orb: rgba(122,6,220,.16);
      --lime: #c9f73a;          /* WYŁĄCZNIE przyciski akcji */
      --lime-hover: #d7ff4d;
      --on-lime: #10120a;

      --font: "Sora", system-ui, sans-serif;
      --script: "MBJ Handwriting", cursive;
      --ease: cubic-bezier(.32,.72,0,1);

      --r-shell: 28px;
      --r-core: 20px;
      --r-sm: 12px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 110px; color-scheme: light; }
    /* mniejszy lag dotyku + brak szarego błysku tap-highlight na interaktywnych */
    a, button, summary, [role="button"], label, input, textarea { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
    body {
      margin: 0;
      background: var(--bg-0);
      color: var(--tx-2);
      font-family: var(--font);
      font-size: 16px;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      overflow-x: clip;
    }

    /* Ziarno — fixed, nie skroluje się, zero repaintów */
    .grain {
      position: fixed; inset: 0; z-index: 80; pointer-events: none; opacity: .05;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
    }

    h1,h2,h3,h4 { color: var(--tx-1); margin: 0; font-weight: 800; letter-spacing: -.025em; text-wrap: balance; }
    p { margin: 0 0 14px; text-wrap: pretty; }
    a { color: inherit; }
    img { max-width: 100%; }
    :where(a,button,summary,input,textarea,[role="button"]):focus-visible {
      outline: 2px solid var(--magenta); outline-offset: 3px; border-radius: 6px;
    }

    .skip-link { position: absolute; top: -52px; left: 10px; z-index: 300; background: var(--magenta); color: #14060f; padding: 10px 18px; border-radius: 0 0 10px 10px; font-weight: 600; text-decoration: none; transition: top .2s var(--ease); }
    .skip-link:focus { top: 0; }

    .wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
    .sec { padding: 96px 0; position: relative; }
    .sec--tight { padding: 64px 0; }

    .script { font-family: var(--script); font-weight: 400; color: var(--magenta); line-height: 1; }

    .eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 7px 14px; border-radius: 999px;
      border: 1px solid var(--hairline-2); background: rgba(255,255,255,.03);
      font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
      color: var(--tx-3); margin-bottom: 26px;
    }
    .eyebrow::before { content: ""; width: 7px; height: 7px; background: var(--magenta); transform: rotate(45deg); border-radius: 1.5px; flex-shrink: 0; }

    .h-display { font-size: clamp(36px, 6.4vw, 92px); line-height: .98; letter-spacing: -.035em; }
    .h-sec { font-size: clamp(32px, 4.2vw, 56px); line-height: 1.04; }
    .lead { font-size: 18px; line-height: 1.55; color: var(--tx-2); max-width: 600px; }

    /* ---------- Romby — motyw brandu ---------- */
    .dia { position: absolute; border: 2px solid var(--magenta-line); border-radius: 10px; transform: rotate(15deg); pointer-events: none; }

    /* ---------- Orby tła ---------- */
    .orb { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }

    /* ---------- Przyciski ---------- */
    .btn {
      display: inline-flex; align-items: center; gap: 12px;
      font-family: var(--font); font-weight: 700; font-size: 16px; line-height: 1;
      padding: 10px 10px 10px 26px; border-radius: 999px; border: 1px solid transparent;
      cursor: pointer; text-decoration: none;
      transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease);
    }
    .btn:active { transform: scale(.97); }
    .btn__ico {
      width: 34px; height: 34px; border-radius: 999px; flex-shrink: 0;
      display: inline-flex; align-items: center; justify-content: center;
      font-size: 15px; transition: transform .35s var(--ease);
    }
    .btn:hover .btn__ico { transform: translate(2px,-1px); }
    .btn--cta { background: var(--lime); color: var(--on-lime); box-shadow: 0 10px 36px rgba(201,247,58,.22); }
    .btn--cta:hover { background: var(--lime-hover); transform: translateY(-2px); box-shadow: 0 16px 46px rgba(201,247,58,.32); }
    .btn--cta .btn__ico { background: rgba(8,10,4,.12); color: var(--on-lime); }
    .btn--ghost { background: rgba(255,255,255,.03); border-color: var(--hairline-2); color: var(--tx-1); }
    .btn--ghost:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.06); }
    .btn--ghost .btn__ico { background: rgba(255,255,255,.07); color: var(--tx-1); }

    /* ---------- Double-bezel: shell + core ---------- */
    .shell { background: rgba(255,255,255,.025); border: 1px solid var(--hairline); border-radius: var(--r-shell); padding: 8px; }
    .core { background: var(--bg-2); border: 1px solid var(--hairline); border-radius: var(--r-core); box-shadow: var(--inset-hi); }

    /* ---------- NAV — pływająca wyspa ---------- */
    .nav {
      position: fixed; top: 18px; left: 50%; transform: translateX(-50%);
      z-index: 100; width: min(1100px, calc(100% - 32px));
      display: flex; align-items: center; justify-content: space-between; gap: 18px;
      padding: 10px 10px 10px 22px; border-radius: 999px;
      background: rgba(13,11,18,.66); border: 1px solid var(--hairline-2);
      backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
      box-shadow: 0 18px 50px rgba(0,0,0,.45), var(--inset-hi);
    }
    .nav__logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; letter-spacing: -.02em; color: var(--tx-1); text-decoration: none; }
    .nav__logo img { width: 30px; height: 30px; border-radius: 8px; }
    .nav__links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
    .nav__links a { display: block; padding: 9px 15px; border-radius: 999px; font-size: 14.5px; font-weight: 500; color: var(--tx-2); text-decoration: none; transition: color .25s var(--ease), background .25s var(--ease); }
    .nav__links a:hover { color: var(--tx-1); background: rgba(255,255,255,.06); }
    .nav .btn--cta { font-size: 14.5px; padding: 8px 8px 8px 20px; }
    .nav .btn--cta .btn__ico { width: 30px; height: 30px; }

    .nav__burger { display: none; width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--hairline-2); background: rgba(255,255,255,.04); cursor: pointer; position: relative; flex-shrink: 0; }
    .nav__burger span { position: absolute; left: 13px; right: 13px; height: 2px; background: var(--tx-1); border-radius: 2px; transition: transform .45s var(--ease), opacity .3s var(--ease); }
    .nav__burger span:nth-child(1) { top: 17px; }
    .nav__burger span:nth-child(2) { top: 25px; }
    body.menu-open .nav__burger span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
    body.menu-open .nav__burger span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

    body.menu-open { overflow: hidden; }
    .mobmenu {
      position: fixed; inset: 0; z-index: 90; display: flex; flex-direction: column; justify-content: safe center; overflow-y: auto; overscroll-behavior: contain; padding: 100px 36px 48px;
      background: rgba(8,7,11,.88); backdrop-filter: blur(28px); -webkit-backdrop-filter: blur(28px);
      opacity: 0; visibility: hidden; transition: opacity .4s var(--ease), visibility 0s .4s;
    }
    body.menu-open .mobmenu { opacity: 1; visibility: visible; transition: opacity .4s var(--ease); }
    .mobmenu a { display: block; font-size: clamp(30px, 8vw, 44px); font-weight: 800; letter-spacing: -.03em; color: var(--tx-1); text-decoration: none; padding: 12px 0; opacity: 0; transform: translateY(26px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
    body.menu-open .mobmenu a { opacity: 1; transform: translateY(0); }
    body.menu-open .mobmenu a:nth-child(1) { transition-delay: .06s; } body.menu-open .mobmenu a:nth-child(2) { transition-delay: .11s; }
    body.menu-open .mobmenu a:nth-child(3) { transition-delay: .16s; } body.menu-open .mobmenu a:nth-child(4) { transition-delay: .21s; }
    body.menu-open .mobmenu a:nth-child(5) { transition-delay: .26s; } body.menu-open .mobmenu a:nth-child(6) { transition-delay: .31s; }
    .mobmenu .btn--cta { margin-top: 28px; align-self: flex-start; font-size: 17px; display: inline-flex; padding: 14px 14px 14px 28px; color: var(--on-lime); }

    /* ---------- Scroll reveal ---------- */
    .rv { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); will-change: transform; }
    .rv.in { opacity: 1; transform: none; }

    /* ---------- HERO ---------- */
    .hero { padding: 175px 0 100px; position: relative; overflow: clip; }
    .hero .orb--1 { width: 640px; height: 640px; top: -220px; right: -160px; background: var(--purple-orb); }
    .hero .orb--2 { width: 460px; height: 460px; bottom: -180px; left: -200px; background: var(--magenta-soft); }
    .hero__grid { display: grid; grid-template-columns: 1.25fr .85fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
    .hero h1 .line2 { display: block; color: var(--tx-2); font-weight: 600; font-size: .62em; letter-spacing: -.02em; margin-top: 20px; }
    .hero h1 .script { font-size: 1.18em; }
    .hero__sub { font-size: 18px; max-width: 540px; margin: 28px 0 38px; color: var(--tx-2); }
    .hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
    .hero__alt { margin-top: 26px; font-size: 14px; color: var(--tx-3); }
    .hero__alt a { color: var(--tx-2); text-underline-offset: 3px; }
    .hero__alt a:hover { color: var(--magenta); }

    .hero__visual { position: relative; transform: rotate(2deg); max-width: 400px; margin-left: auto; }
    .hero__visual .shell { position: relative; z-index: 2; }
    .hero__visual img { display: block; width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; object-position: center 22%; border-radius: var(--r-core); }
    .hero__dia { width: 200px; height: 230px; top: -46px; right: -54px; opacity: .5; z-index: 1; }
    .hero__chip {
      position: absolute; z-index: 3; left: -34px; bottom: 42px; transform: rotate(-3deg);
      display: flex; align-items: center; gap: 10px; padding: 8px 16px 8px 8px; border-radius: 999px;
      background: rgba(19,16,25,.9); border: 1px solid var(--hairline-2); box-shadow: 0 14px 40px rgba(0,0,0,.5), var(--inset-hi);
      font-size: 13px; font-weight: 600; color: var(--tx-1); white-space: nowrap;
    }
    .hero__chip b { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; padding: 0 8px; border-radius: 999px; background: var(--magenta-soft); color: var(--magenta); font-weight: 800; font-variant-numeric: tabular-nums; }

    /* ---------- MARQUEE ---------- */
    .logos { padding: 44px 0 44px; border-top: 1px solid var(--hairline); }
    .logos__label { text-align: center; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--tx-3); margin-bottom: 28px; }
    .marquee2__track img { display: block; }
    .marquee2 { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
    .marquee2__track { display: flex; align-items: center; gap: 76px; width: max-content; animation: mq 36s linear infinite; }
    .marquee2:hover .marquee2__track, .marquee2:focus-within .marquee2__track { animation-play-state: paused; }
    @keyframes mq { to { transform: translateX(-50%); } }
    .marquee2__track img { height: 30px; width: auto; filter: brightness(0) invert(1); opacity: .42; transition: opacity .3s var(--ease); }
    .marquee2__track img:hover { opacity: .85; }

    /* ---------- PROBLEM ---------- */
    .problem { background: var(--bg-1); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); overflow: clip; }
    .problem .dia--bg { width: 380px; height: 430px; top: -120px; right: -140px; opacity: .14; }
    .problem__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 980px; }
    .problem__grid .pcard:nth-child(even) { transform: translateY(22px); }
    .pcard { display: flex; gap: 16px; align-items: flex-start; padding: 26px 28px; border-radius: var(--r-core); background: var(--bg-2); border: 1px solid var(--hairline); box-shadow: var(--inset-hi); transition: border-color .35s var(--ease), transform .35s var(--ease); }
    .pcard:hover { border-color: var(--magenta-line); }
    .pcard__x { flex-shrink: 0; width: 30px; height: 30px; border-radius: 9px; transform: rotate(45deg); background: var(--magenta-soft); border: 1px solid var(--magenta-line); display: flex; align-items: center; justify-content: center; margin-top: 2px; }
    .pcard__x span { transform: rotate(-45deg); color: var(--magenta); font-weight: 700; font-size: 14px; line-height: 1; }
    .pcard p { margin: 0; color: var(--tx-1); font-weight: 500; font-size: 15.5px; line-height: 1.5; }

    /* ---------- USŁUGI — 4 kategorie, zigzag ---------- */
    .svc { counter-reset: svc; }
    .svc-row { display: grid; grid-template-columns: .9fr 1.4fr; gap: 56px; align-items: start; padding: 64px 0; border-top: 1px solid var(--hairline); counter-increment: svc; }
    .svc-row:first-of-type { border-top: 0; }
    .svc-row:nth-of-type(even) { grid-template-columns: 1.4fr .9fr; }
    .svc-row:nth-of-type(even) .svc-row__head { order: 2; }
    .svc-row__num { font-size: clamp(64px, 7vw, 110px); font-weight: 800; line-height: .9; letter-spacing: -.04em; color: transparent; -webkit-text-stroke: 1.5px rgba(253,67,190,.35); margin-bottom: 18px; font-variant-numeric: tabular-nums; }
    .svc-row__num::before { content: "0" counter(svc); }
    .svc-row__head h3 { font-size: clamp(26px, 2.6vw, 36px); margin-bottom: 14px; }
    .svc-row__head p { color: var(--tx-2); max-width: 360px; }
    .svc-row__items { display: flex; flex-direction: column; gap: 10px; }
    .svc-item { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 22px 26px; border-radius: var(--r-core); background: var(--bg-2); border: 1px solid var(--hairline); box-shadow: var(--inset-hi); text-decoration: none; transition: border-color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease); }
    .svc-item:hover { border-color: var(--magenta-line); background: var(--bg-3); transform: translateX(6px); }
    .svc-item__t { font-weight: 700; color: var(--tx-1); font-size: 17px; margin-bottom: 3px; }
    .svc-item__d { font-size: 14px; color: var(--tx-3); margin: 0; line-height: 1.5; }
    .svc-item__go { width: 38px; height: 38px; border-radius: 999px; border: 1px solid var(--hairline-2); display: flex; align-items: center; justify-content: center; color: var(--tx-2); font-size: 15px; transition: transform .35s var(--ease), border-color .35s var(--ease), color .35s var(--ease); }
    .svc-item:hover .svc-item__go { transform: translate(3px,-2px); border-color: var(--magenta-line); color: var(--magenta); }
    .svc__all { text-align: center; padding-top: 26px; }
    #uslugi { padding-bottom: 56px; }

    /* ---------- CTA STRIP ---------- */
    .strip { position: relative; overflow: clip; }
    .strip .core { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; padding: 34px 40px; position: relative; overflow: clip; }
    .strip .core .dia { width: 150px; height: 170px; right: 210px; top: -70px; opacity: .25; }
    .strip__photo { width: 86px; height: 86px; border-radius: 26px; object-fit: cover; border: 1px solid var(--hairline-2); transform: rotate(-3deg); }
    .strip h3 { font-size: clamp(22px, 2.2vw, 30px); margin-bottom: 8px; }
    .strip p { margin: 0; color: var(--tx-2); max-width: 520px; font-size: 15.5px; }

    /* ---------- WYRÓŻNIK ---------- */
    .one { background: var(--bg-1); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); overflow: clip; }
    .one .orb--c { width: 700px; height: 700px; left: 50%; top: 50%; transform: translate(-50%,-50%); background: var(--purple-orb); opacity: .8; }
    .one__head { text-align: center; max-width: 760px; margin: 0 auto 70px; position: relative; z-index: 2; }
    .one__head .lead { margin: 0 auto; }
    .one__grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 48px; align-items: center; position: relative; z-index: 2; max-width: 1080px; margin: 0 auto; }
    .one__card .core { padding: 38px 36px; height: 100%; }
    .one__card h3 { font-size: 22px; margin-bottom: 22px; }
    .one__card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
    .one__card li { position: relative; padding-left: 26px; font-size: 15.5px; line-height: 1.55; color: var(--tx-2); }
    .one__card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; background: var(--magenta); transform: rotate(45deg); border-radius: 2px; }
    .one__joint { display: flex; flex-direction: column; align-items: center; gap: 14px; position: relative; }
    /* Animacja łączenia: linie rysują się od kart do rombu po wejściu w viewport */
    .one__joint::before, .one__joint::after {
      content: ""; position: absolute; top: 41px; height: 2px; width: 48px;
      transform: scaleX(0); transition: transform 1s var(--ease) .55s;
    }
    .one__joint::before { right: 100%; transform-origin: left; background: linear-gradient(90deg, rgba(253,67,190,.1), var(--magenta)); }
    .one__joint::after { left: 100%; transform-origin: right; background: linear-gradient(270deg, rgba(253,67,190,.1), var(--magenta)); }
    .one__joint.in::before, .one__joint.in::after { transform: scaleX(1); }
    .one__dia { width: 84px; height: 84px; border-radius: 22px; transform: rotate(45deg); background: linear-gradient(135deg, var(--magenta), rgb(156,72,223)); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 30px rgba(253,67,190,.15); transition: box-shadow 1s var(--ease) 1.1s; }
    .one__joint.in .one__dia { box-shadow: 0 0 80px rgba(253,67,190,.45); }
    /* Karty wjeżdżają z boków */
    .rv--l { transform: translateX(-40px); }
    .rv--r { transform: translateX(40px); }
    .one__dia span { transform: rotate(-45deg); font-size: 34px; font-weight: 800; color: #fff; }
    .one__joint em { font-style: normal; font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--tx-3); white-space: nowrap; }
    .one__punch { text-align: center; margin: 64px 0 0; font-size: 19px; color: var(--tx-2); position: relative; z-index: 2; }
    .one__punch b { color: var(--tx-1); }
    .one__cta { text-align: center; margin-top: 28px; position: relative; z-index: 2; }

    /* ---------- OBSZARY — bento ---------- */
    .bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
    .bcard { padding: 28px; border-radius: var(--r-core); background: var(--bg-2); border: 1px solid var(--hairline); box-shadow: var(--inset-hi); grid-column: span 2; display: flex; flex-direction: column; gap: 12px; transition: border-color .35s var(--ease); position: relative; overflow: clip; }
    .bcard:hover { border-color: var(--magenta-line); }
    .bcard--w { grid-column: span 3; background: linear-gradient(145deg, var(--bg-3), var(--bg-2)); }
    .bcard--row { grid-column: span 3; flex-direction: row; align-items: center; gap: 18px; }
    .bcard--row .bcard__ico { flex-shrink: 0; }
    .bcard__ico { width: 44px; height: 44px; border-radius: 14px; background: var(--magenta-soft); color: var(--magenta); display: flex; align-items: center; justify-content: center; }
    .bcard__ico svg { width: 21px; height: 21px; }
    .bcard__name { font-weight: 700; color: var(--tx-1); font-size: 16.5px; }
    .bcard p { margin: 0; font-size: 14px; color: var(--tx-3); line-height: 1.55; }
    .bcard__stat { font-size: 40px; font-weight: 800; letter-spacing: -.03em; color: var(--magenta); line-height: 1; font-variant-numeric: tabular-nums; margin-top: auto; }
    .bcard__stat small { display: block; font-size: 12.5px; font-weight: 600; letter-spacing: .04em; color: var(--tx-3); margin-top: 7px; }

    /* ---------- NARZĘDZIA ---------- */
    .tools__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .tools__chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 16px 0 0; padding: 0; }
    .tchip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 999px; background: var(--magenta-soft); border: 1px solid var(--magenta-line); font-size: 14px; font-weight: 600; color: var(--tx-1); white-space: nowrap; transition: transform .3s var(--ease); }
    .tchip:hover { transform: translateY(-2px); }
    .tchip img, .tchip svg { width: 20px; height: 20px; object-fit: contain; display: block; flex: none; }
    .tchip span { font-size: 14px; font-weight: 600; color: var(--tx-1); }

    /* ---------- OPINIE — masonry ---------- */
    .revs { background: var(--bg-1); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
    .masonry { columns: 3; column-gap: 16px; }
    .qcard { break-inside: avoid; margin-bottom: 16px; padding: 28px; border-radius: var(--r-core); background: var(--bg-2); border: 1px solid var(--hairline); box-shadow: var(--inset-hi); }
    .qcard__mark { font-family: var(--script); font-size: 54px; color: var(--magenta); line-height: .6; display: block; margin-bottom: 14px; }
    .qcard__text { font-size: 15px; line-height: 1.6; color: var(--tx-2); margin: 0 0 20px; }
    .qcard__full { display: none; }
    .qcard.open .qcard__short { display: none; }
    .qcard.open .qcard__full { display: block; }
    .qcard__more { background: none; border: none; padding: 12px 0; margin: -22px 0 8px; min-height: 44px; display: inline-flex; align-items: center; font-family: var(--font); font-size: 13px; font-weight: 600; color: var(--magenta); cursor: pointer; }
    .qcard__who { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--hairline); padding-top: 18px; }
    .qcard__who img { width: 44px; height: 44px; border-radius: 14px; object-fit: cover; }
    .qcard__name { font-weight: 700; font-size: 14.5px; color: var(--tx-1); }
    .qcard__role { font-size: 12.5px; color: var(--tx-3); }

    /* ---------- CASE STUDIES ---------- */
    .cases { overflow: clip; }
    .cases .dia--bg { width: 420px; height: 470px; top: -140px; left: -160px; opacity: .12; }
    .cases__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; align-items: stretch; }
    .ccard { text-decoration: none; padding: 10px; border-radius: var(--r-shell); background: rgba(255,255,255,.025); border: 1px solid var(--hairline); transition: border-color .35s var(--ease), transform .35s var(--ease); display: flex; flex-direction: column; min-width: 0; }
    .ccard:hover { border-color: var(--magenta-line); transform: translateY(-5px); }
    .ccard__in { padding: 34px 30px; border-radius: var(--r-core); background: var(--bg-2); border: 1px solid var(--hairline); box-shadow: var(--inset-hi); flex: 1; min-width: 0; display: flex; flex-direction: column; }
    .ccard--featured .ccard__in { border-color: var(--magenta); box-shadow: 0 0 0 1.5px var(--magenta), var(--inset-hi); }
    .ccard__tag { align-self: flex-start; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--magenta); background: var(--magenta-soft); border: 1px solid var(--magenta-line); padding: 5px 11px; border-radius: 999px; margin-bottom: 16px; }
    .ccard__num { font-size: clamp(52px, 5vw, 76px); font-weight: 800; line-height: 1; letter-spacing: -.04em; color: var(--magenta); font-variant-numeric: tabular-nums; margin-bottom: 18px; overflow-wrap: anywhere; }
    .ccard__brand { font-weight: 700; color: var(--tx-1); font-size: 17px; margin-bottom: 6px; }
    .ccard p { margin: 0 0 22px; font-size: 14px; color: var(--tx-3); }
    .ccard__go { margin-top: auto; font-size: 13.5px; font-weight: 600; color: var(--tx-2); display: inline-flex; align-items: center; gap: 8px; transition: color .3s var(--ease); }
    .ccard:hover .ccard__go { color: var(--magenta); }

    /* ---------- PROCES ---------- */
    .proc { background: var(--bg-1); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
    .proc__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; position: relative; padding-top: 24px; }
    .proc__grid::before { content: ""; position: absolute; top: 47px; left: 3%; right: 3%; border-top: 1.5px dashed rgba(253,67,190,.3); }
    .pstep { position: relative; }
    .pstep__num { position: relative; z-index: 2; width: 48px; height: 48px; border-radius: 15px; transform: rotate(45deg); background: var(--bg-3); border: 1px solid var(--magenta-line); display: flex; align-items: center; justify-content: center; margin: 0 0 26px 6px; box-shadow: 0 0 34px rgba(253,67,190,.18); }
    .pstep__num span { transform: rotate(-45deg); font-weight: 800; font-size: 15px; color: var(--magenta); font-variant-numeric: tabular-nums; }
    .pstep h3 { font-size: 19px; margin-bottom: 10px; }
    .pstep p { margin: 0; font-size: 14.5px; color: var(--tx-3); line-height: 1.6; }
    .proc__crew { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 70px; flex-wrap: wrap; }
    .proc__faces { display: flex; }
    .proc__faces img { width: 52px; height: 52px; border-radius: 16px; object-fit: cover; border: 2px solid var(--bg-1); margin-left: -12px; transform: rotate(-3deg); }
    .proc__faces img:first-child { margin-left: 0; }
    .proc__faces img:nth-child(even) { transform: rotate(3deg); }
    .proc__crew p { margin: 0; font-size: 15px; color: var(--tx-2); }

    /* ---------- LP: rzad twarzy zespolu (trust) + host formularza ---------- */
    .avatars-row__faces { display: flex; flex-shrink: 0; }
    .avatars-row__faces img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; object-position: center 12%; border: 2px solid var(--bg-1); margin-left: -14px; background: var(--bg-2); }
    .avatars-row__faces img:first-child { margin-left: 0; }
    .lpform-card__host { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; padding-bottom: 20px; border-bottom: 1px solid var(--hairline); }
    .lpform-card__host img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; object-position: center 12%; border: 2px solid var(--magenta-line); flex-shrink: 0; background: var(--bg-2); }
    .lpform-card__host > div { display: flex; flex-direction: column; line-height: 1.3; }
    .lpform-card__host strong { font-size: 15px; font-weight: 600; color: var(--tx-1); }
    .lpform-card__host span { font-size: 13px; color: var(--tx-3); }

    /* ---------- ZESPÓŁ ---------- */
    .team__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .tcard { text-align: center; padding: 10px 10px 26px; border-radius: var(--r-shell); background: rgba(255,255,255,.025); border: 1px solid var(--hairline); transition: border-color .35s var(--ease); }
    .tcard:hover { border-color: var(--magenta-line); }
    .tcard img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; object-position: center top; border-radius: var(--r-core); margin-bottom: 18px; display: block; }
    .tcard__name { font-weight: 700; color: var(--tx-1); font-size: 16.5px; }
    .tcard__role { font-size: 13px; color: var(--tx-3); margin-top: 4px; }
    .team__grid .tcard:nth-child(even) { transform: translateY(20px); }

    /* ---------- FAQ ---------- */
    .faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; max-width: 1060px; margin: 0 auto; }
    .faq__grid details { border-bottom: 1px solid var(--hairline); }
    .faq__grid summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 24px 2px; font-weight: 700; font-size: 17px; color: var(--tx-1); line-height: 1.4; }
    .faq__grid summary::-webkit-details-marker { display: none; }
    .faq__grid summary::after { content: "+"; font-weight: 300; font-size: 28px; color: var(--magenta); flex-shrink: 0; transition: transform .35s var(--ease); }
    .faq__grid details[open] summary::after { transform: rotate(45deg); }
    .faq__grid .body { padding: 0 2px 24px; font-size: 15px; color: var(--tx-2); line-height: 1.65; }

    /* ---------- BLOG ---------- */
    .blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .blcard { position: relative; display: flex; flex-direction: column; gap: 50px; padding: 30px; border-radius: var(--r-core); background: var(--bg-2); border: 1px solid var(--hairline); box-shadow: var(--inset-hi); text-decoration: none; transition: border-color .35s var(--ease), transform .35s var(--ease); overflow: clip; }
    .blcard:hover { border-color: var(--magenta-line); transform: translateY(-5px); }
    .blcard__idx { font-size: 64px; font-weight: 800; line-height: .9; letter-spacing: -.04em; color: transparent; -webkit-text-stroke: 1.2px rgba(255,255,255,.18); font-variant-numeric: tabular-nums; }
    .blcard h3 { font-size: 17.5px; line-height: 1.4; font-weight: 700; letter-spacing: -.01em; margin-top: auto; }
    .blcard__go { position: absolute; top: 26px; right: 26px; width: 38px; height: 38px; border-radius: 999px; border: 1px solid var(--hairline-2); display: flex; align-items: center; justify-content: center; color: var(--tx-2); transition: transform .35s var(--ease), border-color .35s var(--ease), color .35s var(--ease); }
    .blcard:hover .blcard__go { transform: translate(3px,-3px); border-color: var(--magenta-line); color: var(--magenta); }

    /* ---------- FINAL CTA ---------- */
    .final { padding-top: 56px; padding-bottom: 84px; }
    .final .shell { position: relative; overflow: clip; }
    .final .core { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 60px 64px; position: relative; overflow: clip; background: linear-gradient(150deg, var(--bg-3), var(--bg-1)); }
    .final .core .dia--a { width: 300px; height: 340px; top: -120px; right: -110px; opacity: .2; }
    .final .core .dia--b { width: 130px; height: 150px; bottom: -50px; left: 40%; opacity: .25; transform: rotate(-14deg); }
    .final__photo { width: 76px; height: 76px; border-radius: 22px; object-fit: cover; border: 1px solid var(--hairline-2); margin-bottom: 26px; transform: rotate(-3deg); }
    .final h2 { margin-bottom: 18px; }
    .final__copy p { color: var(--tx-2); max-width: 440px; font-size: 16.5px; }
    .lform { display: flex; flex-direction: column; gap: 13px; position: relative; z-index: 2; }
    .lform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
    .lform input[type="email"], .lform input[type="tel"], .lform textarea {
      width: 100%; padding: 17px 19px; border-radius: var(--r-sm);
      background: rgba(8,7,11,.55); border: 1px solid var(--hairline-2);
      color: var(--tx-1); font-family: var(--font); font-size: 16px;
      transition: border-color .3s var(--ease), background .3s var(--ease);
    }
    .lform input::placeholder, .lform textarea::placeholder { color: var(--tx-3); }
    .lform input:focus, .lform textarea:focus { border-color: var(--magenta-line); background: rgba(8,7,11,.8); }
    .lform textarea { resize: vertical; min-height: 104px; }
    .lform__consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--tx-3); cursor: pointer; }
    .lform__consent input { margin-top: 3px; accent-color: var(--magenta); }
    .lform__consent a { color: var(--tx-2); }
    .lform .btn--cta { justify-content: center; font-size: 16.5px; margin-top: 6px; }
    .lform__status { font-size: 14px; color: var(--tx-2); min-height: 20px; }

    /* ---------- FOOTER ---------- */
    .footer2 { border-top: 1px solid var(--hairline); background: var(--bg-1); padding: 80px 0 36px; }
    .footer2__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 56px; }
    .footer2__brand p { font-size: 14.5px; color: var(--tx-3); max-width: 320px; margin: 18px 0 26px; }
    .footer2 h4 { font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--tx-3); margin-bottom: 20px; }
    .footer2 ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
    .footer2 ul a { font-size: 14.5px; color: var(--tx-2); text-decoration: none; transition: color .25s var(--ease); }
    .footer2 ul a:hover { color: var(--magenta); }
    .footer2__bottom { border-top: 1px solid var(--hairline); padding-top: 30px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--tx-3); }

    .sec-head { max-width: 720px; margin-bottom: 64px; }
    .sec-head--c { margin-left: auto; margin-right: auto; text-align: center; }
    .sec-head--c .lead { margin-left: auto; margin-right: auto; }
    .sec-head .h-sec { margin-bottom: 18px; }
    .center { text-align: center; }
    .mt-l { margin-top: 56px; }

    /* ---------- RESPONSIVE ---------- */
    @media (max-width: 1080px) {
      .masonry { columns: 2; }
      .bento { grid-template-columns: repeat(4, 1fr); }
      .bcard, .bcard--w, .bcard--row { grid-column: span 2; }
      .bcard--row:last-child { grid-column: span 4; }
      .tools__grid { gap: 48px; }
    }
    @media (max-width: 940px) {
      .nav__links, .nav .btn--cta { display: none; }
      .nav__burger { display: block; }
    }
    @media (max-width: 900px) {
      .sec { padding: 88px 0; }
      .hero { padding: 140px 0 80px; }
      .hero__grid { grid-template-columns: 1fr; gap: 56px; }
      .hero__visual { max-width: 380px; margin: 0 auto; transform: none; }
      .svc-row, .svc-row:nth-of-type(even) { grid-template-columns: 1fr; gap: 30px; padding: 48px 0; }
      .svc-row:nth-of-type(even) .svc-row__head { order: 0; }
      .one__grid { grid-template-columns: 1fr; gap: 26px; }
      .one__joint { flex-direction: row; justify-content: center; }
      .one__joint::before, .one__joint::after { display: none; }
      .rv--l, .rv--r { transform: translateY(28px); }
      .tools__grid { grid-template-columns: 1fr; }
      .cases__grid, .blog__grid { grid-template-columns: 1fr; }
      .proc__grid { grid-template-columns: 1fr 1fr; gap: 44px 28px; }
      .proc__grid::before { display: none; }
      .team__grid { grid-template-columns: 1fr 1fr; }
      .faq__grid { grid-template-columns: 1fr; }
      .final .core { grid-template-columns: 1fr; gap: 44px; padding: 44px 30px; }
      .footer2__top { grid-template-columns: 1fr 1fr; }
      .strip .core { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 36px 26px; }
    }
    @media (max-width: 640px) {
      .wrap { padding: 0 18px; }
      .problem__grid { grid-template-columns: 1fr; }
      .problem__grid .pcard:nth-child(even) { transform: none; }
      .masonry { columns: 1; }
      .bento, .cases__grid, .tabs__list, .blog__grid { grid-template-columns: 1fr !important; }
      .bcard, .bcard--w, .bcard--row, .case-card { grid-column: auto !important; }
      .bcard--row:last-child { grid-column: span 1; }
      .ccard__num, .vs-list li, .tabs__list li { overflow-wrap: anywhere; }
      .bcard--row { flex-direction: column; align-items: flex-start; }
      .tools__chips { grid-template-columns: repeat(2, 1fr); }
      .proc__grid, .team__grid { grid-template-columns: 1fr; }
      .team__grid .tcard:nth-child(even) { transform: none; }
      .lform__row { grid-template-columns: 1fr; }
      .footer2__top { grid-template-columns: 1fr; gap: 36px; }
      .hero__chip { left: 8px; }
      .tchip:nth-child(2), .tchip:nth-child(5) { transform: none; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .rv { opacity: 1; transform: none; transition: none; }
      .marquee2__track { animation: none; }
      *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
    }

    /* =====================================================
       v3 HYBRID — jasne bloki (.lt) na lawendowej bieli.
       Komponenty czytają zmienne, więc wystarczy je nadpisać w scope.
       ===================================================== */
    .lt {
      background: #fbf9fc;
      --bg-1: #f5f1f8;
      --bg-2: #ffffff;
      --bg-3: #f3edf9;
      --hairline: rgba(26,14,44,.08);
      --hairline-2: rgba(26,14,44,.16);
      --inset-hi: inset 0 1px 0 rgba(255,255,255,.9);
      --tx-1: #19121f;
      --tx-2: rgba(32,22,46,.76);
      --tx-3: rgba(32,22,46,.66);
      --purple-orb: rgba(156,72,223,.1);
      --magenta-soft: rgba(253,67,190,.1);
      color: var(--tx-2);
    }
    .lt .shell { background: rgba(26,14,44,.035); }
    .lt .core, .lt .bcard, .lt .qcard, .lt .svc-item, .lt .blcard, .lt .tcard, .lt .tchip, .lt .pcard {
      box-shadow: 0 1px 2px rgba(26,12,48,.05), 0 14px 36px rgba(26,12,48,.07);
    }
    .lt .eyebrow { background: rgba(26,14,44,.04); }
    .lt .btn--ghost { background: rgba(26,14,44,.04); color: var(--tx-1); }
    .lt .btn--ghost:hover { border-color: rgba(26,14,44,.32); background: rgba(26,14,44,.07); }
    .lt .btn--ghost .btn__ico { background: rgba(26,14,44,.06); color: var(--tx-1); }
    .lt .svc-row__num { -webkit-text-stroke-color: rgba(253,67,190,.45); }
    .lt .blcard__idx { -webkit-text-stroke-color: rgba(26,14,44,.22); }

    /* ---------- v3: USŁUGI 2×2 ---------- */
    .svc2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; counter-reset: svc2; }
    .svc2__cat {
      counter-increment: svc2;
      padding: 34px 34px 20px; border-radius: var(--r-shell);
      background: var(--bg-2); border: 1px solid var(--hairline);
      box-shadow: 0 1px 2px rgba(26,12,48,.05), 0 14px 36px rgba(26,12,48,.07);
      display: flex; flex-direction: column;
      transition: border-color .35s var(--ease);
    }
    .svc2__cat:hover { border-color: var(--magenta-line); }
    .svc2__head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 6px; }
    .svc2__num {
      font-size: 44px; font-weight: 800; line-height: 1; letter-spacing: -.03em;
      color: transparent; -webkit-text-stroke: 1.3px rgba(253,67,190,.5);
      font-variant-numeric: tabular-nums; flex-shrink: 0;
    }
    .svc2__num::before { content: "0" counter(svc2); }
    .svc2__head h3 { font-size: 23px; }
    .svc2__desc { font-size: 14.5px; color: var(--tx-3); margin: 0 0 18px; line-height: 1.55; }
    .svc2__link {
      display: flex; align-items: center; justify-content: space-between; gap: 14px;
      padding: 14px 2px; border-top: 1px solid var(--hairline);
      text-decoration: none; transition: padding-left .3s var(--ease);
    }
    .svc2__link:hover { padding-left: 8px; }
    .svc2__link b { font-size: 15.5px; font-weight: 700; color: var(--tx-1); }
    .svc2__link small { display: block; font-size: 13px; font-weight: 400; color: var(--tx-3); margin-top: 2px; line-height: 1.45; }
    .svc2__link .go { width: 32px; height: 32px; border-radius: 999px; border: 1px solid var(--hairline-2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--tx-2); font-size: 13px; transition: border-color .3s var(--ease), color .3s var(--ease); }
    .svc2__link:hover .go { border-color: var(--magenta-line); color: var(--magenta); }
    @media (max-width: 900px) { .svc2 { grid-template-columns: 1fr; } }

    /* ---------- v3: OPINIE — 2 rzędy + Pokaż więcej ---------- */
    .masonry-wrap { position: relative; max-height: 780px; overflow: hidden; }
    .masonry-wrap::after {
      content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 170px;
      background: linear-gradient(rgba(251,249,252,0), #fbf9fc);
      pointer-events: none; transition: opacity .4s var(--ease);
    }
    .masonry-wrap.expanded { max-height: none; }
    .masonry-wrap.expanded::after { opacity: 0; }
    .revs__more-wrap { text-align: center; margin-top: 26px; }

    /* =====================================================
       v3 — jasny hero + nav dostosowana
       ===================================================== */
    /* nav zostaje ciemną pigułką, ale bardziej krycia, żeby jasny tekst
       był czytelny nad białym hero (i nad ciemnymi sekcjami niżej) */
    .nav { background: rgba(13,11,18,.92); }
    /* loga na jasnym tle: czarne sylwetki zamiast białych */
    .lt .marquee2__track img { filter: brightness(0); opacity: .4; }
    .lt .marquee2__track img:hover { opacity: .72; }
    /* chip nad jasnym hero — ciemny, kontrastowy */
    .hero.lt .hero__chip { background: rgba(19,16,25,.95); color: #f5f2f8; }
    .hero.lt .hero__chip b { background: rgba(253,67,190,.18); }

    /* =====================================================
       v3 — MEGA MENU (Usługi)
       ===================================================== */
    .nav__chev { font-size: 9px; opacity: .6; display: inline-block; transition: transform .35s var(--ease); }
    .nav__has-mega:hover .nav__chev, .nav__has-mega:focus-within .nav__chev { transform: rotate(180deg); opacity: 1; }
    .mega {
      position: absolute; top: 100%; left: 0; right: 0; padding-top: 16px;
      opacity: 0; visibility: hidden; transform: translateY(-10px); pointer-events: none;
      transition: opacity .4s var(--ease), transform .4s var(--ease), visibility 0s .4s;
    }
    .nav__has-mega:hover .mega, .nav__has-mega:focus-within .mega {
      opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto;
      transition: opacity .4s var(--ease), transform .4s var(--ease);
    }
    .mega__inner {
      background: rgba(13,11,18,.97); border: 1px solid var(--hairline-2); border-radius: 24px;
      box-shadow: 0 30px 80px rgba(0,0,0,.55), var(--inset-hi);
      backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); padding: 24px;
    }
    .mega__head { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--tx-3); padding: 0 10px 16px; }
    .mega__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
    .mega__cat { display: flex; align-items: center; gap: 10px; padding: 9px 10px; margin-bottom: 6px; border-radius: 12px; font-weight: 700; font-size: 14.5px; color: var(--tx-1); text-decoration: none; transition: background .25s var(--ease); }
    .mega__cat:hover { background: rgba(255,255,255,.05); }
    .mega__ico { width: 32px; height: 32px; flex-shrink: 0; border-radius: 10px; background: var(--magenta-soft); color: var(--magenta); display: flex; align-items: center; justify-content: center; }
    .mega__ico svg { width: 17px; height: 17px; }
    .mega__link { display: block; padding: 8px 10px; border-radius: 10px; text-decoration: none; transition: background .25s var(--ease), padding-left .25s var(--ease); }
    .mega__link:hover { background: rgba(255,255,255,.05); padding-left: 14px; }
    .mega__link b { display: block; font-size: 13.5px; font-weight: 600; color: var(--tx-1); }
    .mega__link span { display: block; font-size: 12px; color: var(--tx-3); margin-top: 2px; line-height: 1.4; }
    .mega__foot { margin-top: 10px; padding: 14px 10px 2px; border-top: 1px solid var(--hairline); display: flex; justify-content: flex-end; }
    .mega__foot a { font-size: 13.5px; font-weight: 600; color: var(--magenta); text-decoration: none; }
    .mega__foot a:hover { text-decoration: underline; text-underline-offset: 3px; }
    @media (max-width: 940px) { .mega, .nav__chev { display: none; } }

    /* =====================================================
       v3 — ACCORDION FAQ (annnimate-style)
       płynna wysokość (grid-rows) + morph ikony + line-stagger reveal
       ===================================================== */
    .acc { max-width: 820px; margin: 0 auto; }
    .acc__item { border-bottom: 1px solid var(--hairline); }
    .acc__item:first-child { border-top: 1px solid var(--hairline); }
    .acc__q {
      width: 100%; background: none; border: none; cursor: pointer;
      display: flex; align-items: center; justify-content: space-between; gap: 22px;
      padding: 26px 4px; text-align: left; font-family: var(--font);
      font-weight: 700; font-size: 18px; color: var(--tx-1); line-height: 1.4;
      transition: color .3s var(--ease);
    }
    .acc__q:hover { color: var(--magenta); }
    .acc__ico {
      position: relative; flex-shrink: 0; width: 36px; height: 36px; border-radius: 999px;
      border: 1px solid var(--hairline-2);
      transition: border-color .45s var(--ease), background .45s var(--ease), transform .55s cubic-bezier(.6,.05,0,1);
    }
    .acc__ico::before, .acc__ico::after {
      content: ""; position: absolute; top: 50%; left: 50%; background: var(--magenta); border-radius: 2px;
      transition: transform .5s cubic-bezier(.6,.05,0,1), opacity .35s var(--ease);
    }
    .acc__ico::before { width: 13px; height: 2px; transform: translate(-50%,-50%); }
    .acc__ico::after  { width: 2px; height: 13px; transform: translate(-50%,-50%); }
    /* + → × : obrót o 135°, obie kreski zostają */
    .acc__item.open .acc__ico { transform: rotate(135deg); border-color: var(--magenta-line); background: var(--magenta-soft); }
    .acc__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .55s cubic-bezier(.6,.05,0,1); }
    .acc__item.open .acc__panel { grid-template-rows: 1fr; }
    .acc__panel-in { overflow: hidden; min-height: 0; }
    .acc__body { padding: 0 4px 30px; margin: 0; font-size: 15.5px; color: var(--tx-2); line-height: 1.7; max-width: 68ch; }
    /* line-stagger reveal (po splicie JS) */
    .acc__line { display: block; overflow: hidden; }
    .acc__line > span { display: block; transform: translateY(115%); transition: transform .6s cubic-bezier(.5,.05,0,1); }
    .acc__item.open .acc__line > span { transform: translateY(0); }

    /* =====================================================
       v3 — DUAL SCRAMBLE (eyebrow'y)
       faza 1: znaki w kolorze akcentu; faza 2: docelowy kolor
       ===================================================== */
    /* Character appear — znaki nagłówka pojawiają się kolejno (czysta opacity, zero ruchu) */
    .char-appear > span { opacity: 0; transition: opacity .5s ease; }
    .char-appear.in > span { opacity: 1; }
    @media (prefers-reduced-motion: reduce) { .char-appear > span { opacity: 1 !important; transition: none; } }

    /* Inline CTA — punkt konwersji po sekcjach, w wyraźnej karcie */
    .cta-inline {
      position: relative; overflow: clip; margin-top: 72px;
      display: flex; align-items: center; gap: 26px;
      padding: 26px 38px; border-radius: var(--r-shell); text-align: left;
      background: linear-gradient(120deg, rgba(253,67,190,.08), rgba(156,72,223,.05));
      border: 1px solid rgba(253,67,190,.24);
      box-shadow: 0 18px 46px rgba(160,20,170,.1), var(--inset-hi);
    }
    .cta-inline__photo { flex-shrink: 0; width: 60px; height: 60px; border-radius: 18px; object-fit: cover; object-position: center top; border: 1.5px solid rgba(253,67,190,.35); box-shadow: 0 6px 18px rgba(160,20,170,.18); }
    .cta-inline p { margin: 0; flex: 1; max-width: none; font-size: 22px; font-weight: 700; color: var(--tx-1); line-height: 1.3; }
    .cta-inline p .script { font-size: 1.18em; }
    .cta-inline .btn--cta { flex-shrink: 0; }
    .cta-inline__dia { position: absolute; width: 120px; height: 140px; top: -52px; right: 150px; opacity: .16; border-color: var(--magenta); }
    @media (max-width: 760px) {
      .cta-inline { flex-direction: column; text-align: center; gap: 18px; padding: 30px 24px; }
      .cta-inline p { text-align: center; font-size: 20px; }
      .cta-inline__dia { display: none; }
    }

    /* =====================================================
       v3 — STRIP konsultacji jako mocny magentowy band
       (najważniejsze CTA ma się wyróżniać)
       ===================================================== */
    .strip--accent .core {
      background: linear-gradient(135deg, #fd43be 0%, #b03ad6 58%, #7a06dc 100%);
      border-color: transparent;
      box-shadow: 0 26px 64px rgba(160,20,170,.34), var(--inset-hi);
    }
    .strip--accent h3 { color: #fff; }
    .strip--accent p { color: rgba(255,255,255,.88); }
    .strip--accent .strip__photo { border-color: rgba(255,255,255,.45); }
    .strip--accent .dia { border-color: rgba(255,255,255,.45); }

    /* =====================================================
       v3 — RADAR narzędzi (przywrócony z wersji produkcyjnej)
       ===================================================== */
    .radar { position: relative; width: 100%; max-width: 460px; margin: 0 auto; aspect-ratio: 1; overflow: clip; }
    .radar__ring { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border: 1.5px solid rgba(253,67,190,.22); border-radius: 50%; }
    .radar__ring--1 { width: 26%; height: 26%; }
    .radar__ring--2 { width: 50%; height: 50%; }
    .radar__ring--3 { width: 74%; height: 74%; }
    .radar__ring--4 { width: 98%; height: 98%; }
    .radar__sweep { position: absolute; top: 1%; left: 1%; width: 98%; height: 98%; border-radius: 50%; background: conic-gradient(from 0deg, rgba(253,67,190,.32) 0deg, rgba(253,67,190,.1) 32deg, transparent 75deg); animation: radar-sweep 16s linear infinite; pointer-events: none; }
    @keyframes radar-sweep { to { transform: rotate(360deg); } }
    .radar__center { position: absolute; top: 50%; left: 50%; width: 14px; height: 14px; transform: translate(-50%,-50%); background: var(--magenta); border-radius: 50%; animation: radar-pulse 2.8s ease-out infinite; }
    @keyframes radar-pulse { 0% { box-shadow: 0 0 0 0 rgba(253,67,190,.45); } 100% { box-shadow: 0 0 0 30px rgba(253,67,190,0); } }
    .radar__chip { position: absolute; width: 60px; height: 60px; background: #fff; border: 1px solid rgba(26,14,44,.1); border-radius: 16px; box-shadow: 0 10px 28px rgba(26,12,48,.14); display: flex; align-items: center; justify-content: center; animation: tools-float 8s ease-in-out infinite; transition: transform .2s var(--ease); z-index: 1; }
    .radar__chip:hover { transform: scale(1.1); z-index: 2; }
    .radar__chip img, .radar__chip svg { width: 32px; height: 32px; object-fit: contain; }
    @keyframes tools-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }
    /* zwęź akordeon narzędzi, żeby sekcja nie była za wysoka */
    /* akordeon narzędzi = mechanika .acc, ale kompaktowy i na całą szerokość kolumny */
    .acc--tools { max-width: none; margin: 0; }
    .acc--tools .acc__q { padding: 15px 2px; font-size: 16px; }
    .acc--tools .acc__ico { width: 30px; height: 30px; }
    .acc--tools .acc__ico::before { width: 11px; } .acc--tools .acc__ico::after { height: 11px; }
    .acc--tools .acc__body { font-size: 14px; padding: 0 2px 18px; line-height: 1.6; }

    /* =====================================================
       v3 — STICKY CTA (więcej punktów konwersji)
       ===================================================== */
    .sticky-cta {
      position: fixed; right: 22px; bottom: 22px; z-index: 70;
      display: inline-flex; align-items: center; gap: 10px;
      padding: 13px 13px 13px 22px; border-radius: 999px;
      background: var(--lime); color: var(--on-lime); font-weight: 700; font-size: 15px;
      text-decoration: none; box-shadow: 0 12px 34px rgba(201,247,58,.4);
      opacity: 0; visibility: hidden; transform: translateY(20px) scale(.96);
      transition: opacity .4s var(--ease), transform .4s var(--ease), box-shadow .3s var(--ease), visibility 0s .4s;
    }
    .sticky-cta.show { opacity: 1; visibility: visible; transform: none; transition: opacity .4s var(--ease), transform .4s var(--ease), box-shadow .3s var(--ease); }
    .sticky-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 44px rgba(201,247,58,.5); }
    .sticky-cta .btn__ico { width: 30px; height: 30px; border-radius: 999px; background: rgba(8,10,4,.14); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
    @media (max-width: 640px) { .sticky-cta { right: 14px; bottom: 14px; padding: 12px 12px 12px 18px; font-size: 13.5px; } }
    @media (prefers-reduced-motion: reduce) { .sticky-cta { transform: none; transition: opacity .25s; } }

    @media (max-width: 900px) { .radar { max-width: 340px; } }
    @media (max-width: 640px) {
      .acc__q { font-size: 16px; gap: 14px; }
    }

/* ============================================================
   v3 — KOMPONENTY PODSTRON USŁUG (page-hero, vs, tldr, check, zigzag, case, tabs)
   Dodane przy rollout B2 (2026-06-13). Styl dark/hybrid, magenta akcent, lime CTA.
   ============================================================ */

/* page-hero — ciemny hero podstrony z breadcrumbs */
.page-hero { position: relative; overflow: clip; padding: 156px 0 76px; background: var(--bg-0); }
.page-hero .orb--1 { width: 560px; height: 560px; top: -200px; right: -140px; background: var(--purple-orb); }
.page-hero .orb--2 { width: 380px; height: 380px; bottom: -160px; left: -160px; background: var(--magenta-soft); }
.page-hero > .wrap { position: relative; z-index: 2; }
.breadcrumbs { font-size: 13px; color: var(--tx-3); margin-bottom: 22px; }
.breadcrumbs a { color: var(--tx-2); text-decoration: none; transition: color .25s var(--ease); }
.breadcrumbs a:hover { color: var(--magenta); }
.page-hero h1 { font-size: clamp(38px, 5.2vw, 66px); line-height: 1.03; letter-spacing: -.03em; margin-bottom: 20px; max-width: 18ch; }
.page-hero h1 .script { font-size: 1.12em; }
.page-hero__sub { font-size: 18px; color: var(--tx-2); max-width: 600px; margin: 0 0 34px; line-height: 1.55; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.float-diamond { position: absolute; border: 2px solid var(--magenta-line); border-radius: 10px; pointer-events: none; z-index: 1; }
.float-diamond--a { width: 210px; height: 240px; top: 40px; right: 7%; transform: rotate(15deg); opacity: .4; }
.float-diamond--b { width: 120px; height: 140px; bottom: -30px; right: 26%; transform: rotate(-12deg); opacity: .3; }
@media (max-width: 760px) { .float-diamond { display: none; } }

/* split 2-kolumny (treść + box / zdjęcie) */
.split2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.split2--center { align-items: center; }
@media (max-width: 900px) { .split2 { grid-template-columns: 1fr !important; gap: 32px; } }

/* TL;DR box */
.tldr { background: var(--bg-2); border: 1px solid var(--hairline); border-radius: var(--r-core); padding: 26px 28px; box-shadow: var(--inset-hi); }
.lt .tldr { box-shadow: 0 1px 2px rgba(26,12,48,.05), 0 14px 36px rgba(26,12,48,.07); }
.tldr > strong { display: block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--magenta); margin-bottom: 16px; }
.tldr ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.tldr li { position: relative; padding-left: 26px; font-size: 15px; color: var(--tx-2); line-height: 1.5; }
.tldr li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; background: var(--magenta); transform: rotate(45deg); border-radius: 2px; }

/* check-list (co dostajesz) */
.check-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.check-list li { position: relative; padding-left: 40px; font-size: 16.5px; color: var(--tx-1); line-height: 1.5; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 27px; height: 27px; border-radius: 999px; background: var(--magenta-soft); color: var(--magenta); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }

/* VS — pain vs gain */
.vs-note { display: inline-block; font-family: var(--script); color: var(--magenta); font-size: .52em; vertical-align: middle; margin-left: 6px; line-height: 1.1; }
.vs-head { display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; text-align: center; margin: 36px 0 18px; font-weight: 700; font-size: 17px; color: var(--tx-2); }
.vs-head .script { color: var(--magenta); font-size: 1.7em; }
.vs-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; }
.vs-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.vs-list li { position: relative; padding: 14px 18px 14px 46px; border-radius: var(--r-sm); font-size: 15px; line-height: 1.45; border: 1px solid var(--hairline); }
.vs-list li::before { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 22px; height: 22px; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; }
.vs-list--pain li { background: var(--bg-2); color: var(--tx-3); }
.vs-list--pain li::before { content: "×"; background: rgba(255,255,255,.06); color: var(--tx-3); }
.lt .vs-list--pain li::before { background: rgba(26,14,44,.06); }
.vs-list--gain li { background: var(--magenta-soft); border-color: var(--magenta-line); color: var(--tx-1); }
.vs-list--gain li::before { content: "✓"; background: var(--magenta); color: #fff; }
.vs-mid { display: flex; align-items: center; justify-content: center; }
.vs-badge { position: relative; font-weight: 800; color: var(--tx-1); text-align: center; font-size: 15px; line-height: 1.1; padding: 28px 18px; }
.vs-badge svg { position: absolute; inset: 0; width: 100%; height: 100%; stroke: var(--magenta); }
@media (max-width: 820px) { .vs-grid, .vs-head { grid-template-columns: 1fr; gap: 14px; } .vs-mid { display: none; } .vs-head .script { font-size: 1.3em; } }

/* tabs__list (przykłady) */
.tabs__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.tabs__list li { padding: 18px 22px 18px 54px; border-radius: var(--r-core); background: var(--bg-2); border: 1px solid var(--hairline); box-shadow: var(--inset-hi); position: relative; font-size: 15.5px; color: var(--tx-1); transition: border-color .3s var(--ease); }
.tabs__list li:hover { border-color: var(--magenta-line); }
.tabs__list li::before { content: ""; position: absolute; left: 22px; top: 50%; transform: translateY(-50%) rotate(45deg); width: 9px; height: 9px; background: var(--magenta); border-radius: 2px; }

/* case-card (metryka-bohater) */
.case-card { background: var(--bg-2); border: 1px solid var(--hairline); border-radius: var(--r-shell); padding: 32px; box-shadow: var(--inset-hi); }
.case-card__metric { font-size: 42px; font-weight: 800; color: var(--magenta); letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.case-card__client { font-weight: 700; color: var(--tx-1); margin-top: 6px; font-size: 16px; }
.case-card__block { margin-top: 20px; }
.case-card__label { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--tx-3); margin-bottom: 6px; }
.case-card__block p { margin: 0; font-size: 14.5px; color: var(--tx-2); line-height: 1.55; }

/* CTA-dark band (przerywnik z osobą) */
.cta-dark { position: relative; overflow: clip; }
.cta-dark .wrap { position: relative; z-index: 1; }
.cta-dark__photo { width: 88px; height: 88px; border-radius: 26px; object-fit: cover; border: 1.5px solid var(--magenta-line); margin: 0 auto 22px; display: block; transform: rotate(-3deg); }
.cta-dark h2 { margin-bottom: 16px; }
.cta-dark__sub { color: var(--tx-2); max-width: 560px; margin: 0 auto 30px; font-size: 16.5px; }
.cta-dark__alt { margin-top: 22px; }
.cta-dark__alt a { color: var(--tx-3); font-size: 14px; font-weight: 600; text-decoration: none; text-underline-offset: 3px; }
.cta-dark__alt a:hover { color: var(--magenta); text-decoration: underline; }

/* zigzag procesu (pionowa oś, naprzemienne karty) */
.zz { position: relative; max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.zz::before { content: ""; position: absolute; left: 50%; top: 20px; bottom: 20px; width: 1.5px; background: repeating-linear-gradient(var(--magenta-line) 0 6px, transparent 6px 14px); transform: translateX(-50%); }
.zz__item { position: relative; display: flex; }
.zz__item--l { justify-content: flex-start; }
.zz__item--r { justify-content: flex-end; }
.zz__cell { width: calc(50% - 30px); background: var(--bg-2); border: 1px solid var(--hairline); border-radius: var(--r-core); padding: 22px 24px; box-shadow: var(--inset-hi); position: relative; }
.zz__cell:hover { border-color: var(--magenta-line); }
.zz__num { font-size: clamp(40px, 5vw, 54px); font-weight: 800; color: var(--magenta); font-variant-numeric: tabular-nums; line-height: 1; letter-spacing: -.03em; margin-bottom: 6px; }
.zz__txt { font-weight: 400; color: var(--tx-2); font-size: 15.5px; line-height: 1.55; margin-bottom: 14px; }
.zz__chip { display: inline-block; padding: 5px 12px; border-radius: 999px; background: var(--magenta-soft); color: var(--magenta); font-size: 12px; font-weight: 600; }
.zz__ico { position: absolute; top: 22px; right: 24px; width: 32px; height: 32px; opacity: .92; pointer-events: none; }
.zz__dot { position: absolute; left: 50%; top: 28px; width: 14px; height: 14px; border-radius: 999px; background: var(--magenta); transform: translateX(-50%) rotate(45deg); border-radius: 3px; z-index: 2; box-shadow: 0 0 0 5px var(--bg-1); }
.zz__arrow { display: none; }
@media (max-width: 720px) {
  .zz::before { left: 19px; }
  .zz__item { justify-content: flex-end !important; }
  .zz__cell { width: calc(100% - 48px); }
  .zz__dot { left: 19px; }
}

/* obraz z rombem w tle (sekcja "kto to robi") */
.img-diamond { position: relative; }
.img-diamond .hero__diamond-bg { position: absolute; inset: -22px auto auto -22px; width: 72%; height: 72%; border: 2px solid var(--magenta-line); border-radius: var(--r-xl); z-index: 0; }
.img-diamond img { position: relative; z-index: 1; width: 100%; max-height: 520px; object-fit: cover; border-radius: var(--r-xl); border: 1px solid var(--hairline); }

/* tools accordion w 2-kolumnowym układzie narzędzi (jak homepage) */
.tools__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
@media (max-width: 900px) { .tools__grid { grid-template-columns: 1fr; gap: 44px; } }

/* ============================================================
   v3 — KOMPONENTY BLOGA (lista + pojedynczy wpis)
   Sportowane z components.css i przeskinowane na tokeny v3.
   Lista kart = dark/hybrid · treść wpisu (.post-body) = na JASNYM (.lt).
   Dodane 2026-06-13.
   ============================================================ */

/* Aliasy legacy-zmiennych używanych przez build_funnel() (HTML wstrzykiwany 1:1) */
:root {
  --nc-magenta: var(--magenta);
  --sp-2: 8px;  --sp-5: 24px;  --sp-6: 32px;  --sp-7: 48px;
  --fs-body-sm: 14px;  --fs-body-lg: 17px;
}

/* ---------- POST: meta autora w ciemnym page-hero ---------- */
.post-hero__meta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 28px; }
.post-hero__author { display: flex; align-items: center; gap: 13px; }
.post-hero__author img { width: 48px; height: 48px; border-radius: 999px; object-fit: cover; object-position: center top; border: 2px solid var(--magenta-line); }
.post-hero__author-name { font-weight: 700; color: var(--tx-1); font-size: 14.5px; }
.post-hero__author-role { color: var(--tx-3); font-size: 12.5px; margin-top: 2px; }
.post-hero__dot { color: var(--tx-3); }
.post-hero__read { color: var(--tx-2); font-size: 14px; }

/* ---------- POST: okładka na styku hero/treści ---------- */
.post-cover { max-width: 1000px; margin: -56px auto 0; padding: 0 28px; position: relative; z-index: 3; }
.post-cover img { width: 100%; border-radius: var(--r-core); box-shadow: 0 30px 80px rgba(0,0,0,.5), var(--inset-hi); display: block; }
@media (max-width: 640px) { .post-cover { padding: 0 18px; margin-top: -36px; } }

/* ---------- POST: layout treść + sticky TOC ---------- */
.post-layout { display: grid; grid-template-columns: 220px minmax(0, 720px); gap: 64px; justify-content: center; align-items: start; }
@media (max-width: 1000px) { .post-layout { grid-template-columns: minmax(0, 720px); justify-content: center; } }

.post-toc { position: sticky; top: 110px; font-size: 14px; }
@media (max-width: 1000px) { .post-toc { display: none; } }
.post-toc__label { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--tx-3); margin-bottom: 14px; }
.post-toc a { display: block; padding: 7px 0 7px 16px; color: var(--tx-3); text-decoration: none; border-left: 2px solid var(--hairline-2); line-height: 1.35; transition: color .2s var(--ease), border-color .2s var(--ease); }
.post-toc a:hover { color: var(--tx-1); }
.post-toc a.is-active { color: var(--magenta); border-left-color: var(--magenta); font-weight: 600; }

/* ---------- POST: typografia treści (.post-body / .w-richtext z CMS), na JASNYM ---------- */
.post-body { font-size: 17px; line-height: 1.7; color: var(--tx-2); overflow-wrap: anywhere; max-width: 70ch; }
.post-body > *:first-child { margin-top: 0; }
.post-body p { font-size: 17px; line-height: 1.7; color: var(--tx-2); margin: 0 0 24px; }
.post-body h2 { font-size: clamp(26px, 3vw, 34px); line-height: 1.15; color: var(--tx-1); margin: 56px 0 20px; scroll-margin-top: 110px; letter-spacing: -.02em; }
.post-body h3 { font-size: clamp(21px, 2.2vw, 26px); line-height: 1.25; color: var(--tx-1); margin: 40px 0 14px; scroll-margin-top: 110px; letter-spacing: -.01em; }
.post-body h4 { font-size: 18.5px; color: var(--tx-1); margin: 30px 0 10px; }
.post-body strong { font-weight: 700; color: var(--tx-1); }
.post-body em { font-style: italic; }
.post-body a { color: var(--magenta); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color .2s var(--ease); }
.post-body a:hover { color: #e22ca3; }
.post-body ul, .post-body ol { margin: 0 0 24px; padding-left: 24px; }
.post-body li { margin-bottom: 10px; line-height: 1.65; }
.post-body ul li::marker { color: var(--magenta); }
.post-body ol li::marker { color: var(--magenta); font-weight: 700; }
.post-body blockquote { margin: 36px 0; padding: 6px 0 6px 26px; border-left: 3px solid var(--magenta); font-size: 20px; font-style: italic; color: var(--tx-1); line-height: 1.5; }
.post-body blockquote p { font-size: inherit; color: inherit; }
.post-body figure { margin: 36px 0; }
.post-body img { max-width: 100%; height: auto; border-radius: var(--r-core); display: block; border: 1px solid var(--hairline); }
.post-body figcaption { font-size: 13.5px; color: var(--tx-3); text-align: center; margin-top: 10px; }
.post-body code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9em; background: rgba(253,67,190,.1); padding: 2px 7px; border-radius: 6px; color: #b5237f; }
.post-body pre { background: #14101d; color: #f5f2f8; padding: 24px; border-radius: var(--r-sm); overflow-x: auto; margin: 0 0 24px; font-size: 14.5px; line-height: 1.6; }
.post-body pre code { background: none; color: inherit; padding: 0; }
.post-body hr { border: none; border-top: 1px solid var(--hairline-2); margin: 48px 0; }

/* ---------- LEJEK (build_funnel): jasny band + 2 karty outline ---------- */
.section--tint {
  background: #f5f1f8; padding: 48px 0;
  --bg-2: #ffffff; --hairline: rgba(26,14,44,.1); --hairline-2: rgba(26,14,44,.16);
  --tx-1: #19121f; --tx-2: rgba(32,22,46,.76); --tx-3: rgba(32,22,46,.66);
  color: var(--tx-2);
}
.section--tint .container { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.section--tint .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 760px) { .section--tint .grid-2 { grid-template-columns: 1fr; } }
.section--tint .card--outline {
  background: var(--bg-2); border: 1px solid var(--hairline); border-radius: var(--r-core);
  box-shadow: 0 1px 2px rgba(26,12,48,.05), 0 14px 36px rgba(26,12,48,.07);
  transition: border-color .35s var(--ease), transform .35s var(--ease); display: block;
}
.section--tint .card--outline:hover { border-color: var(--magenta-line); transform: translateY(-4px); }
@media (max-width: 640px) { .section--tint .container { padding: 0 18px; } }

/* ---------- BLOG: siatka kart (lista + powiązane) ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

.blog-card {
  display: flex; flex-direction: column; overflow: clip; text-decoration: none;
  background: var(--bg-2); border: 1px solid var(--hairline); border-radius: var(--r-core);
  box-shadow: var(--inset-hi);
  transition: border-color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
.blog-card:hover { border-color: var(--magenta-line); transform: translateY(-5px); }
.lt .blog-card:hover { box-shadow: 0 1px 2px rgba(26,12,48,.05), 0 20px 44px rgba(26,12,48,.1); }
.blog-card__thumb { aspect-ratio: 16 / 10; background-size: cover; background-position: center; background-color: var(--bg-3); }
.blog-card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.blog-card__cat { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--magenta); margin-bottom: 10px; }
.blog-card__title { font-size: 17.5px; font-weight: 700; line-height: 1.35; letter-spacing: -.01em; margin-bottom: 10px; color: var(--tx-1); }
.blog-card__excerpt { font-size: 14px; color: var(--tx-3); line-height: 1.55; margin: 0 0 18px; }
.blog-card__more { margin-top: auto; font-size: 14px; font-weight: 700; color: var(--magenta); }

/* karta wyróżniona — pełna szerokość, miniatura + treść obok */
.blog-card--feat { grid-column: 1 / -1; flex-direction: row; }
@media (max-width: 760px) { .blog-card--feat { flex-direction: column; } }
.blog-card--feat .blog-card__thumb { aspect-ratio: auto; flex: 1 1 52%; min-height: 300px; }
.blog-card--feat .blog-card__body { flex: 1 1 48%; justify-content: center; padding: 44px; }
.blog-card--feat .blog-card__title { font-size: clamp(24px, 3vw, 32px); line-height: 1.2; }
.blog-card--feat .blog-card__excerpt { font-size: 16px; }

@media (max-width: 760px) {
  .post-body h2 { margin-top: 44px; }
  .blog-card--feat .blog-card__body { padding: 28px; }
}

/* ============================================================
   v3 — POPRAWKI CHROME (2026-06-13): jasne formularze, mostek mega, mega--kb
   ============================================================ */
/* Formularz na JASNEJ sekcji (.lt) — białe inputy, ciemny tekst (inaczej wyglada jak disabled) */
.lt .lform input[type="email"], .lt .lform input[type="tel"], .lt .lform textarea {
  background: #fff; border-color: var(--hairline-2); color: var(--tx-1);
}
.lt .lform input::placeholder, .lt .lform textarea::placeholder { color: var(--tx-3); }
.lt .lform input:focus, .lt .lform textarea:focus { background: #fff; border-color: var(--magenta-line); }
.lt .lform__consent { color: var(--tx-2); }
.lt .lform__consent a { color: var(--tx-1); }
.lform__trust { font-size: 13px; color: var(--tx-3); text-align: center; margin-top: 2px; }
.lt .lform__trust { color: var(--tx-3); }

/* Mega menu — mostek hover: kursor z linku do panelu nie gubi :hover (martwa szczelina) */
.mega::before { content: ""; position: absolute; left: 0; right: 0; top: -22px; height: 22px; }

/* Mega Baza wiedzy — 3 kolumny zamiast 4 */
.mega--kb .mega__cols { grid-template-columns: repeat(3, 1fr); }

/* v3 — leady CTA bez sierot (np. „i danych?") */
.lead { text-wrap: balance; }

/* v3 — fix: .bcard w siatce 3-kol (cases__grid) nie ma rozpychać się span 2 */
.cases__grid .bcard { grid-column: auto; }

/* v3 — fix: karty hero/fakty równo w rzędzie (3 lub 4), bez span z .bcard--w */
.bento--3 { grid-template-columns: repeat(3, 1fr); }
.bento--4 { grid-template-columns: repeat(4, 1fr); }
.bento--2x2 { grid-template-columns: repeat(2, 1fr); }
.bento--3 > .bcard, .bento--4 > .bcard, .bento--2x2 > .bcard { grid-column: auto; }
.bento--3 .bcard__stat, .bento--4 .bcard__stat, .bento--2x2 .bcard__stat { margin-top: 0; }
.split2--3 { grid-template-columns: repeat(3, 1fr) !important; }
@media (max-width: 760px) { .split2--3 { grid-template-columns: 1fr !important; } }

/* v3 — Problemy: 2 kolumny (tytuł lewo + karty z dużym różowym nagłówkiem prawo), wzór New Site */
.cs-problems { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 40px 56px; align-items: start; }
.cs-problems__intro { margin-top: 18px; font-size: 16px; line-height: 1.6; color: var(--tx-2); max-width: 380px; }
.cs-problems__list { display: flex; flex-direction: column; gap: 22px; }
.cs-prob { background: var(--magenta-soft); border: 1px solid var(--magenta-line); border-radius: var(--r-core); padding: 34px 38px; }
.cs-prob__h { font-size: clamp(25px, 3vw, 33px); font-weight: 800; line-height: 1.06; letter-spacing: -.02em; color: var(--magenta); margin: 0 0 13px; }
.cs-prob__p { font-size: 15.5px; line-height: 1.6; color: var(--tx-2); margin: 0; }
@media (max-width: 860px) { .cs-problems { grid-template-columns: 1fr; gap: 26px; } .cs-problems__intro { max-width: none; } }
/* v3 — wariant problem-grid bez staggera (równe kolumny, np. na jasnych LP) */
.problem__grid--flat .pcard:nth-child(even) { transform: none; }

/* GEO: blok TL;DR na górze postów (Zadanie 1, 2026-07) */
.post-tldr { margin-bottom: 34px; }
.post-body .post-tldr p { margin: 0; font-size: 15.5px; line-height: 1.62; color: var(--tx-2); }
.post-hero__updated { position: relative; }
