/* Sekcja uslug home v8: bento z glifami znaczeniowymi.
   Scope: .netim-services-v8 (CSS nesting). Markup: parts/services-v8.php */

.netim-services-v8 {
  --navy: #050a30;
  --paper: #fafbff;
  --soft: #f1f4fb;
  --mint: #80dfa0;
  --blue: #1e5e9f;
  --sky: #26a7f0;
  --koral: #f86464;
  --lime: #caff7e;
  --deep: #0c4190;
  --mute: #5b6385;
  --line: #d8defa;
  --ease: cubic-bezier(.23, 1, .32, 1);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 96px 0 104px;
  background: var(--navy);
  color: var(--paper);
  font-family: 'Montserrat', ui-sans-serif, system-ui, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;

  &::before {
    content: "";
    position: absolute;
    right: -90px;
    top: -100px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(128, 223, 160, .35), transparent 68%);
    filter: blur(22px);
    opacity: .14;
  }

  img, svg { display: block; max-width: 100%; }

  a { text-decoration: none; color: inherit; }

  .n-sigil {
    position: absolute;
    width: 230px;
    color: #2a3270;
    opacity: .08;
    pointer-events: none;
  }

  .n-sigil.s1 { left: -68px; top: 30px; }
  .n-sigil.s2 { right: -70px; top: 44px; }
  .n-sigil.s3 { left: -72px; bottom: 35px; }
  .n-sigil.s4 { right: -70px; bottom: 45px; }

  .shell-v8 {
    position: relative;
    z-index: 1;
    width: min(100%, 1320px);
    margin: 0 auto;
    padding: 0 24px;
  }

  .s-head {
    display: grid;
    gap: 16px;
    margin-bottom: 46px;
    max-width: 1020px;
  }

  .s-head h2 {
    margin: 0;
    font: 800 clamp(28px, 3.6vw, 48px)/1.02 'Montserrat';
    letter-spacing: -.022em;
    text-wrap: balance;
    color: var(--paper);
  }

  .s-head h2 em { font-style: italic; color: var(--mint); }

  .s-head .s-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font: 800 12px/1 'Montserrat';
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--mint);
  }
  .s-head .s-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }
  .s-head .s-intro {
    margin: 0;
    max-width: 62ch;
    font: 500 16px/1.6 'Montserrat';
    color: rgba(255, 255, 255, .72);
  }

  .bento {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .mini-row {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .mini {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid rgba(250, 251, 255, .12);
    border-radius: 16px;
    background: rgba(38, 167, 240, .025);
    animation: nsv8-enter .6s var(--ease) both;
    animation-delay: 300ms;
    transition: transform .24s var(--ease), border-color .24s var(--ease), background .24s var(--ease);
  }

  .mini:hover {
    transform: translateY(-3px);
    border-color: rgba(128, 223, 160, .55);
    background: rgba(38, 167, 240, .055);
  }

  .mini .m-num {
    font-size: 11px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: .08em;
    color: rgba(250, 251, 255, .45);
  }

  .mini .m-nm {
    font-size: 14.5px;
    font-weight: 800;
    letter-spacing: -.012em;
    line-height: 1.2;
    color: var(--paper);
  }

  .mini .m-arr {
    margin-left: auto;
    width: 16px;
    height: 16px;
    flex: none;
    color: var(--mint);
    transition: transform .24s var(--ease);
  }

  .mini:hover .m-arr { transform: translateX(4px); }

  /* 29.08: glyph balansuje pusta przestrzen kafla (bylo: dziura nad expertem) */
  .tile .glyph { margin-block: auto; }

  .tile {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 13px;
    min-height: 250px;
    overflow: hidden;
    padding: 26px 24px 24px;
    border: 1px solid rgba(128, 223, 160, .2);
    border-radius: 22px;
    background: rgba(38, 167, 240, .035);
    color: var(--paper);
    animation: nsv8-enter .6s var(--ease) both;
    transition: transform .26s var(--ease), border-color .26s var(--ease), background .26s var(--ease);
  }

  .tile:hover, .tile:focus, .tile:active { color: var(--paper); }

  .tile:nth-child(2) { animation-delay: 60ms; }
  .tile:nth-child(3) { animation-delay: 120ms; }
  .tile:nth-child(4) { animation-delay: 180ms; }
  .tile:nth-child(5) { animation-delay: 240ms; }

  .tile:hover {
    transform: translateY(-4px);
    border-color: var(--mint);
    background: rgba(38, 167, 240, .06);
  }

  .tile:focus-visible {
    outline: 3px solid rgba(128, 223, 160, .72);
    outline-offset: 4px;
  }

  .tile.flagship {
    justify-content: space-between;
    padding: 32px 28px 26px;
    background: rgba(250, 251, 255, .045);
    border-color: rgba(128, 223, 160, .42);
    box-shadow: 0 40px 80px -36px rgba(128, 223, 160, .22), inset 0 1px 0 rgba(255, 255, 255, .06);
  }

  .label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(250, 251, 255, .6);
  }

  .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); }
  .t2 .dot { background: var(--sky); }
  .t3 .dot { background: var(--koral); }
  .t4 .dot { background: var(--lime); }
  .t5 .dot { background: var(--deep); }

  .title {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    font: 900 clamp(21px, 2vw, 26px)/1.08 'Montserrat';
    letter-spacing: -.018em;
    color: var(--paper);
  }

  .flagship .title { font-size: clamp(24px, 2.3vw, 31px); }

  .badge {
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--mint);
    color: var(--navy);
    font-size: 10px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: .12em;
  }

  .copy {
    margin: 0;
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(250, 251, 255, .82);
    max-width: 40ch;
  }

  /* ===== GLIFY ZNACZENIOWE ===== */

  .glyph { margin-top: 4px; width: 100%; }

  /* SERP: twoja strona wspina sie z 3 na 1 */
  .serp {
    display: grid;
    gap: 12px;
    margin-block: auto;
    padding: 18px 16px;
    border: 1px solid rgba(250, 251, 255, .1);
    border-radius: 16px;
    background: rgba(5, 10, 48, .55);
  }

  .serp-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(250, 251, 255, .14);
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 600;
    color: rgba(250, 251, 255, .55);
  }

  .serp-bar svg { width: 13px; height: 13px; flex: none; }

  .serp-bar .ai-chip {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(128, 223, 160, .14);
    color: var(--mint);
    font-size: 9px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: .1em;
  }

  .serp-board {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
  }

  .serp-board .ranks,
  .serp-board .rows {
    display: grid;
    grid-template-rows: repeat(3, 52px);
    gap: 12px;
  }

  .serp-board .pos {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    align-self: center;
    border-radius: 9px;
    background: rgba(250, 251, 255, .12);
    font-size: 12px;
    font-weight: 800;
    color: rgba(250, 251, 255, .72);
  }

  .serp-board .pos.p1 { animation: nsv8-rank-win 7s var(--ease) infinite; }

  .serp-board .r {
    display: grid;
    gap: 6px;
    align-content: center;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid rgba(250, 251, 255, .13);
  }

  .serp-board .r i {
    display: block;
    height: 7px;
    border-radius: 4px;
    background: rgba(250, 251, 255, .24);
  }
  .serp-board .r i:last-child { width: 62%; }

  .serp-board .r.you-row {
    border-color: rgba(128, 223, 160, .55);
    background: rgba(128, 223, 160, .1);
    animation: nsv8-you-climb 7s var(--ease) infinite;
  }
  .serp-board .r.you-row i { background: rgba(128, 223, 160, .55); }
  .serp-board .r.you-row i:first-child { width: 84%; }

  .serp-board .r.r2 { animation: nsv8-row-slide-late 7s var(--ease) infinite; }
  .serp-board .r.r3 { animation: nsv8-row-slide-early 7s var(--ease) infinite; }

  .serp .you {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    justify-self: start;
    font-size: 10px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--mint);
  }

  .serp .you svg { width: 12px; height: 12px; animation: nsv8-nudge-up 2.4s var(--ease) infinite; }

  /* Google Ads: kursor klika wynik sponsorowany, wpada lead */
  .gads {
    position: relative;
    display: grid;
    gap: 9px;
    padding: 14px;
    border: 1px solid rgba(250, 251, 255, .1);
    border-radius: 14px;
    background: rgba(5, 10, 48, .55);
  }

  .gads .grow { display: flex; align-items: center; gap: 8px; }

  .gads .grow.ad {
    position: relative;
    margin: -6px -8px 0;
    padding: 6px 8px;
    border-radius: 9px;
    border: 1px solid transparent;
    animation: nsv8-ad-flash 6.5s var(--ease) infinite;
  }

  .gads .tag {
    flex: none;
    padding: 3px 7px;
    border-radius: 6px;
    background: var(--sky);
    color: var(--navy);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
  }

  .gads .ln { flex: 1; height: 7px; border-radius: 4px; background: rgba(250, 251, 255, .16); }
  .gads .grow:nth-child(2) .ln { width: 70%; flex: none; background: rgba(250, 251, 255, .1); }
  .gads .grow:nth-child(3) .ln { width: 52%; flex: none; background: rgba(250, 251, 255, .1); }

  .gads .cursor {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
    color: var(--paper);
    filter: drop-shadow(0 2px 4px rgba(5, 10, 48, .6));
    animation: nsv8-cursor-click 6.5s var(--ease) infinite;
  }

  .gads .lead-chip {
    position: absolute;
    right: 12px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(128, 223, 160, .16);
    border: 1px solid rgba(128, 223, 160, .5);
    color: var(--mint);
    font-size: 9px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: .1em;
    opacity: 0;
    animation: nsv8-lead-pop 6.5s var(--ease) infinite;
  }

  .gads .lead-chip svg { width: 9px; height: 9px; }

  /* Meta Ads: reakcje wylatuja z posta jak na live */
  .meta-g {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(250, 251, 255, .1);
    border-radius: 14px;
    background: rgba(5, 10, 48, .55);
  }

  .meta-g .post {
    display: grid;
    gap: 7px;
    padding: 10px;
    border: 1px solid rgba(250, 251, 255, .12);
    border-radius: 10px;
  }

  .meta-g .post .ph {
    height: 26px;
    border-radius: 6px;
    background: linear-gradient(120deg, rgba(248, 100, 100, .35), rgba(38, 167, 240, .3));
  }

  .meta-g .post .ln { height: 6px; width: 80%; border-radius: 4px; background: rgba(250, 251, 255, .14); }

  .meta-g .reactions { display: flex; gap: 6px; }

  .meta-g .reactions > span {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(248, 100, 100, .18);
    color: var(--koral);
  }

  .meta-g .reactions svg { width: 11px; height: 11px; }
  .meta-g .reactions > span:nth-child(2) { background: rgba(38, 167, 240, .16); color: var(--sky); }
  .meta-g .reactions > span:nth-child(3) { background: rgba(128, 223, 160, .16); color: var(--mint); }

  .meta-g .floaters {
    position: absolute;
    right: 18px;
    bottom: 14px;
    width: 40px;
    height: 100%;
    pointer-events: none;
  }

  .meta-g .floaters svg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 13px;
    height: 13px;
    color: var(--koral);
    opacity: 0;
    animation: nsv8-heart-float 3.6s var(--ease) infinite;
  }

  .meta-g .floaters svg:nth-child(2) {
    right: 16px;
    width: 10px;
    height: 10px;
    color: var(--sky);
    animation-delay: 1.2s;
  }

  .meta-g .floaters svg:nth-child(3) {
    right: 7px;
    width: 11px;
    height: 11px;
    color: var(--mint);
    animation-delay: 2.4s;
  }

  /* Content: linijki pisza sie po kolei, potem publikacja */
  .content-g {
    position: relative;
    display: grid;
    gap: 9px;
    padding: 16px 14px;
    border: 1px solid rgba(250, 251, 255, .1);
    border-radius: 14px;
    background: rgba(5, 10, 48, .55);
  }

  .content-g .ln {
    height: 7px;
    border-radius: 4px;
    background: rgba(250, 251, 255, .14);
  }

  .content-g .ln.l1 { width: 88%; animation: nsv8-write-l1 8s var(--ease) infinite; }
  .content-g .ln.l2 { width: 72%; animation: nsv8-write-l2 8s var(--ease) infinite; }

  .content-g .ln.typing {
    position: relative;
    width: 46%;
    background: rgba(202, 255, 126, .4);
    animation: nsv8-write-l3 8s var(--ease) infinite;
  }

  .content-g .ln.typing::after {
    content: "";
    position: absolute;
    right: -7px;
    top: -2px;
    width: 2px;
    height: 11px;
    background: var(--lime);
    animation: nsv8-caret 1s steps(1) infinite;
  }

  .content-g .pub {
    position: absolute;
    right: 10px;
    top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(128, 223, 160, .16);
    border: 1px solid rgba(128, 223, 160, .5);
    color: var(--mint);
    font-size: 9px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: .1em;
    opacity: 0;
    animation: nsv8-pub-pop 8s var(--ease) infinite;
  }

  .content-g .pub svg { width: 9px; height: 9px; }

  /* Opieka: monitoring jak EKG, impuls biegnie bez przerwy */
  .care-g {
    position: relative;
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(250, 251, 255, .1);
    border-radius: 14px;
    background: rgba(5, 10, 48, .55);
  }

  .care-g .chrome { display: flex; align-items: center; gap: 5px; }
  .care-g .chrome i { width: 7px; height: 7px; border-radius: 50%; background: rgba(250, 251, 255, .18); }

  .care-g .chrome .live {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 9px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: .12em;
    color: var(--mint);
  }

  .care-g .chrome .live i {
    width: 6px;
    height: 6px;
    background: var(--mint);
    animation: nsv8-live-blink 2s ease-in-out infinite;
  }

  .care-g svg.pulse { width: 100%; height: 34px; }

  .care-g .pulse .base {
    fill: none;
    stroke: rgba(128, 223, 160, .22);
    stroke-width: 2;
    stroke-linecap: round;
  }

  .care-g .pulse .runner {
    fill: none;
    stroke: var(--mint);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-dasharray: 42 198;
    stroke-dashoffset: 240;
    animation: nsv8-pulse-run 2.8s linear infinite;
  }

  .care-g .shield {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 7px;
    background: rgba(128, 223, 160, .15);
    color: var(--mint);
    animation: nsv8-pop 5.6s var(--ease) 1s infinite;
  }
  .care-g .shield svg { width: 12px; height: 12px; }

  /* ===== EKSPERT ===== */

  .expert {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: auto;
  }

  .flagship .expert { margin-top: 0; }

  .expert img {
    width: 44px;
    height: 44px;
    border: 2.5px solid var(--mint);
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
  }

  .expert b { display: block; font-size: 12px; font-weight: 800; line-height: 1.2; color: var(--paper); }

  .expert small {
    display: block;
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(250, 251, 255, .58);
  }

  .see {
    position: absolute;
    right: 22px;
    bottom: 20px;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    font-size: 12px;
    font-weight: 900;
    color: var(--mint);
    transition: transform .25s var(--ease);
  }

  .tile:hover .see { transform: translateX(5px); }

  /* ===== STOPKA SEKCJI ===== */

  .more-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 26px;
    padding-top: 26px;
    border-top: 1px solid rgba(250, 251, 255, .12);
  }

  .more-line p {
    margin: 0;
    font-size: 13.5px;
    font-weight: 600;
    color: rgba(250, 251, 255, .66);
  }

  .more-line p em { font-style: italic; color: var(--mint); }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 23px;
    border-radius: 999px;
    background: var(--mint);
    color: var(--navy);
    font-size: 14px;
    font-weight: 900;
    transition: transform .16s var(--ease);
  }

  .btn:hover, .btn:focus { color: var(--navy); }
  .btn:active { transform: scale(.97); }

  .more-cta { display: flex; gap: 12px; flex-wrap: wrap; }
  .more-cta .btn-cennik {
    background: transparent;
    border: 1.5px solid rgba(250, 251, 255, .3);
    color: #fafbff;
  }
  .more-cta .btn-cennik:hover, .more-cta .btn-cennik:focus { border-color: var(--mint); color: #fafbff; }

  @media (min-width: 720px) and (max-width: 1099px) {
    .bento { grid-template-columns: 1fr 1fr; }
    .tile.flagship { grid-column: 1 / span 2; }
    .mini-row { grid-column: 1 / span 2; }
  }

  @media (min-width: 720px) {
    .mini-row { grid-template-columns: repeat(4, 1fr); }
  }

  @media (min-width: 900px) {
    .shell-v8 { padding: 0 56px; }
  }

  @media (min-width: 1100px) {
    .bento {
      grid-template-columns: 1.55fr 1fr 1fr;
      grid-template-rows: 1fr 1fr auto;
    }
    .tile.flagship { grid-column: 1; grid-row: 1 / span 2; }
    .mini-row { grid-column: 1 / span 3; }
  }

  @media (max-width: 719px) {
    padding: 70px 0 80px;

    .tile { padding: 22px; }

    .n-sigil { width: 180px; }

    .see {
      min-height: 44px;
      padding: 10px 14px;
      border-radius: 8px;
      background: rgba(128, 223, 160, .08);
    }

    .btn { width: 100%; }
  }

  @media (max-width: 480px) {
    .s-head h2 { font-size: 30px; line-height: 1; }
  }

  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation: none !important;
      transition: opacity .2s ease !important;
      transform: none !important;
      filter: none !important;
    }

    .care-g .pulse .runner { stroke-dashoffset: 0; }
  }
}

/* SEO: wspinaczka 3 -> 2 -> 1, pauza na szczycie, miekki reset */
@keyframes nsv8-you-climb {
  0%, 3% { opacity: 0; transform: translateY(128px); }
  9%, 24% { opacity: 1; transform: translateY(128px); }
  32%, 44% { transform: translateY(64px); }
  52%, 90% { opacity: 1; transform: translateY(0); }
  97%, 100% { opacity: 0; transform: translateY(0); }
}

@keyframes nsv8-row-slide-late {
  0%, 3% { opacity: 0; transform: translateY(-64px); }
  9%, 44% { opacity: 1; transform: translateY(-64px); }
  52%, 90% { opacity: 1; transform: translateY(0); }
  97%, 100% { opacity: 0; transform: translateY(0); }
}

@keyframes nsv8-row-slide-early {
  0%, 3% { opacity: 0; transform: translateY(-64px); }
  9%, 24% { opacity: 1; transform: translateY(-64px); }
  32%, 90% { opacity: 1; transform: translateY(0); }
  97%, 100% { opacity: 0; transform: translateY(0); }
}

@keyframes nsv8-rank-win {
  0%, 50% { background: rgba(250, 251, 255, .07); color: rgba(250, 251, 255, .5); }
  56%, 90% { background: #80dfa0; color: #050a30; }
  97%, 100% { background: rgba(250, 251, 255, .07); color: rgba(250, 251, 255, .5); }
}

@keyframes nsv8-nudge-up {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

/* Google Ads: kursor wlatuje, klik, flash, lead */
@keyframes nsv8-cursor-click {
  0%, 14% { opacity: 0; transform: translate(34px, 26px); }
  30% { opacity: 1; transform: translate(0, 0); }
  38% { transform: translate(0, 0) scale(1); }
  43% { transform: translate(0, 0) scale(.8); }
  48%, 62% { transform: translate(0, 0) scale(1); opacity: 1; }
  76%, 100% { opacity: 0; transform: translate(34px, 26px); }
}

@keyframes nsv8-ad-flash {
  0%, 40% { border-color: transparent; background: transparent; }
  46%, 60% { border-color: rgba(38, 167, 240, .65); background: rgba(38, 167, 240, .1); }
  74%, 100% { border-color: transparent; background: transparent; }
}

@keyframes nsv8-lead-pop {
  0%, 46% { opacity: 0; transform: translateY(6px) scale(.85); }
  54%, 84% { opacity: 1; transform: translateY(0) scale(1); }
  94%, 100% { opacity: 0; transform: translateY(-4px) scale(.95); }
}

/* Meta: reakcje w gore */
@keyframes nsv8-heart-float {
  0% { opacity: 0; transform: translate(0, 0) scale(.5); }
  12% { opacity: 1; transform: translate(-2px, -10px) scale(1); }
  50% { opacity: .9; transform: translate(3px, -34px) scale(1); }
  100% { opacity: 0; transform: translate(-3px, -58px) scale(.8); }
}

/* Content: linijki pisza sie po kolei, potem publikacja */
@keyframes nsv8-write-l1 {
  0%, 4% { width: 0%; }
  20%, 92% { width: 88%; }
  98%, 100% { width: 0%; }
}

@keyframes nsv8-write-l2 {
  0%, 22% { width: 0%; }
  38%, 92% { width: 72%; }
  98%, 100% { width: 0%; }
}

@keyframes nsv8-write-l3 {
  0%, 40% { width: 0%; }
  58%, 92% { width: 46%; }
  98%, 100% { width: 0%; }
}

@keyframes nsv8-pub-pop {
  0%, 60% { opacity: 0; transform: translateY(5px) scale(.85); }
  68%, 88% { opacity: 1; transform: translateY(0) scale(1); }
  96%, 100% { opacity: 0; transform: translateY(-3px) scale(.95); }
}

@keyframes nsv8-caret {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

/* Opieka: impuls biegnie po linii, dioda live mruga */
@keyframes nsv8-pulse-run {
  from { stroke-dashoffset: 240; }
  to { stroke-dashoffset: 0; }
}

@keyframes nsv8-live-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .35; }
}

@keyframes nsv8-pop {
  0%, 100% { transform: scale(1); }
  6% { transform: scale(1.18); }
  12% { transform: scale(1); }
}

@keyframes nsv8-enter {
  from { opacity: 0; filter: blur(2px); transform: translateY(8px); }
  to { opacity: 1; filter: blur(0); transform: translateY(0); }
}

/* ===== DE-SLOP 2026-06-28 ===== */
.s-head h2 em{font-style:normal!important;color:var(--mute)!important;font-weight:600!important}
.more-line p em{font-style:normal!important;color:var(--mute)!important;font-weight:600!important}
