/* ============================================================
   СТРАНИЦА СТАТЬИ (Figma 463:1348 hero + 463:1400 контент + 471:4756 «Czytaj także»).
   Блоки контента — переиспользуемые компоненты (для админки): h2/h3/lead/p/list,
   callout (danger|warn|success|info), inquiry-CTA, author-карточка.
   Боковое оглавление фиксируется (sticky) и подсвечивается по скроллу; сверху
   полоса прогресса чтения.
   ============================================================ */

/* ── HERO статьи (Figma 1002:1677) ───────────────────────────
   .hero: padding 24, фон = лёгкий градиент (прозрач→8% белого) поверх чёрного.
   .background-patterm (панель): отступ 24 по бокам/сверху, высота 749,
   скругление СНИЗУ 24, фон = градиент (прозрач→4% белого). Без картинки. */
.arthero {
  position: relative; width: 100%; height: 800px; box-sizing: border-box; padding: 24px 24px 0; isolation: isolate;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.08) 100%), var(--dark-1100, #0a0a0a);
}
.arthero__bg {
  position: absolute; left: 24px; right: 24px; top: 24px; height: 749px; z-index: 0; overflow: hidden;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.04) 100%);
}
.arthero__cover {
  position: absolute; left: 24px; right: 24px; top: 400px; height: 325px;
  border-radius: 12px; overflow: hidden;
}
.arthero__cover img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.arthero__cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,13,13,0) 8%, #0d0d0d 150%); }

.arthero__inner { position: relative; z-index: 2; width: 100%; max-width: 1440px; height: 797px; margin: 0 auto; }
.arthero .hero__header { position: relative; left: auto; top: auto; width: 100%; max-width: 1440px; margin: 0 auto; box-sizing: border-box; padding: 24px 24px 0; }
.arthero .mega { width: 100%; left: 0; }

.arthero__container { position: absolute; left: 88px; right: 88px; top: 176px; display: flex; gap: 32px; align-items: stretch; justify-content: space-between; }
.arthero__head { width: 840px; max-width: 100%; flex: none; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.arthero__crumbs { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; font-family: var(--ff-body); font-size: 13px; line-height: 20px; letter-spacing: var(--ls-body); text-transform: uppercase; }
.arthero__crumbs a { color: var(--light-600, rgba(255,255,255,.6)); transition: color .2s ease; }
.arthero__crumbs a:hover { color: var(--light-1000, #fff); }
.arthero__crumbs-sep { color: rgba(255,255,255,.2); }
.arthero__crumbs-cur { color: var(--light-1000, #fff); font-weight: 700; letter-spacing: normal; }
.arthero__title {
  margin: 0; font-family: var(--ff-display); font-weight: 700; font-style: italic;
  font-size: 72px; line-height: 72px; text-transform: uppercase;
  background: linear-gradient(180deg, #ffffff 38.834%, rgba(255,255,255,.64) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; letter-spacing: normal; }
.arthero__meta { flex: none; width: 260px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; gap: 24px; }
.arthero__meta-top { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; width: 100%; }
.arthero__meta-row { display: flex; gap: 8px; align-items: center; font-family: var(--ff-body); font-size: 13px; line-height: 20px; letter-spacing: var(--ls-body); text-transform: uppercase; white-space: nowrap; }
.arthero__meta-row span { color: var(--light-600, rgba(255,255,255,.6)); }
.arthero__meta-row b { color: var(--light-1000, #fff); font-weight: 700; letter-spacing: normal; }
.arthero__share { display: flex; gap: 12px; align-items: center; }
.arthero__share-label { font-family: var(--ff-body); font-size: 13px; line-height: 20px; letter-spacing: var(--ls-body); text-transform: uppercase; color: var(--light-600, rgba(255,255,255,.6)); white-space: nowrap; }
.arthero__share-label b { color: #fff; font-weight: 700; letter-spacing: normal; }

/* соц-кнопки «поделиться» */
.art-share { display: flex; align-items: center; border-radius: 8px; overflow: hidden; }
.art-share__btn {
  display: flex; align-items: center; justify-content: center; width: 48px; height: 40px; flex: none;
  background: var(--light-40, rgba(255,255,255,.04)); border-right: 1px solid var(--light-40, rgba(255,255,255,.04));
  color: var(--light-1000, #fff); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  transition: background .2s ease, color .2s ease;
}
.art-share__btn:last-child { border-right: 0; }
.art-share__btn:hover { background: var(--light-1000, #fff); color: var(--dark-1000, #0f0f0f); }
.art-share__btn svg, .art-share__btn img { width: 20px; height: 20px; display: block; }
/* иконки как в футере: по умолчанию серые (invert .62), тёмные на ховере (на белой плашке) */
.art-share__btn img { filter: brightness(0) invert(.62); transition: filter .2s ease; }
.art-share__btn:hover img { filter: brightness(0); }
.art-share--wide { width: 100%; }
.art-share--wide .art-share__btn { flex: 1 1 0; width: auto; background: var(--light-80, rgba(255,255,255,.08)); border-right-color: var(--light-80, rgba(255,255,255,.08)); }
/* ховер: плашка белеет, иконка чернеет (перебиваем фон .art-share--wide) */
.art-share--wide .art-share__btn:hover { background: var(--light-1000, #fff); }

/* ── КОНТЕНТ (sidebar + body) ─────────────────────────────── */
/* без overflow:hidden — иначе ломается position:sticky у бокового оглавления */
.art-main { position: relative; width: 100%; box-sizing: border-box; padding: 48px 88px 88px;
  background: linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 48%), var(--dark-1100, #0a0a0a); }
.art-main__inner { position: relative; z-index: 1; max-width: 1264px; margin: 0 auto; display: flex; gap: 48px; align-items: flex-start; }

/* боковое оглавление — фиксируется (sticky) */
.art-side { width: 339px; flex: none; position: sticky; top: 24px; display: flex; flex-direction: column; gap: 24px; }
.art-side__back { display: flex; align-items: center; background: var(--light-40, rgba(255,255,255,.04)); border-radius: 8px; overflow: hidden; text-decoration: none; transition: transform .2s ease, background .2s ease; }
/* ховер как у CTA-кнопок: лёгкий scale + стрелка уезжает */
.art-side__back:hover { transform: scale(1.02); background: var(--light-80, rgba(255,255,255,.08)); }
.art-side__back:hover .art-side__back-ic svg { transform: translateX(-3px); }
.art-side__back-ic { display: flex; align-items: center; justify-content: center; height: 56px; padding: 0 12px; border-right: 1px solid var(--light-40, rgba(255,255,255,.04)); color: var(--light-800, rgba(255,255,255,.8)); }
.art-side__back-ic svg { width: 16px; height: 16px; transition: transform .2s ease; }
.art-side__back-txt { flex: 1; height: 56px; display: flex; align-items: center; padding: 0 16px; font-family: var(--ff-body); font-weight: 700; font-size: 14px; letter-spacing: .56px; color: var(--light-800, rgba(255,255,255,.8)); }
/* полоса прогресса чтения (заполняется по мере скролла, JS задаёт ширину fill) */
.art-side__div { position: relative; height: 2px; border-radius: 2px; overflow: hidden; background: rgba(255,255,255,.1); }
.art-side__div-fill { position: absolute; left: 0; top: 0; height: 100%; width: 0; background: var(--light-1000, #fff); transition: width .1s linear; }

.art-toc { border: 1px dashed rgba(255,255,255,.1); border-radius: 12px; padding-top: 8px; display: flex; flex-direction: column; gap: 8px; }
.art-toc__title { margin: 0; text-align: center; font-family: var(--ff-body); font-size: 14px; line-height: 20px; text-transform: uppercase; color: var(--light-600, rgba(255,255,255,.6)); padding: 2px 16px; }
.art-toc__list { display: flex; flex-direction: column; gap: 4px; padding: 4px; border-radius: 12px;
  background: linear-gradient(0deg, rgba(255,255,255,.08), rgba(255,255,255,.08)), var(--dark-1100, #0a0a0a); }
.art-toc__item { display: block; padding: 12px 24px 12px 16px; border-radius: 8px; text-decoration: none;
  font-family: var(--ff-body); font-weight: 700; font-size: 16px; line-height: 24px; letter-spacing: .64px;
  color: var(--light-400, rgba(255,255,255,.4)); background: transparent; transition: background .2s ease, color .2s ease; }
.art-toc__item:hover { color: var(--light-800, rgba(255,255,255,.8)); }
.art-toc__item.is-active { background: var(--light-40, rgba(255,255,255,.04)); color: var(--light-1000, #fff); }

.art-side__share { display: flex; flex-direction: column; gap: 12px; }
.art-side__share-label { margin: 0; font-family: var(--ff-body); font-size: 13px; line-height: 20px; letter-spacing: var(--ls-body); text-transform: uppercase; color: var(--light-600, rgba(255,255,255,.6)); }

/* ── ТЕЛО статьи (компоненты-блоки) ───────────────────────── */
.art-body { flex: 1 1 0; min-width: 0; }
.art-body__anchor { display: block; height: 0; }
.art-body > * { margin: 0; }
.art-h2 { margin: 48px 0 24px; font-family: var(--ff-body); font-weight: 700; font-size: 32px; line-height: 40px; letter-spacing: .64px; color: var(--light-1000, #fff); scroll-margin-top: 24px; }
.art-h3 { margin: 24px 0 16px; font-family: var(--ff-body); font-weight: 700; font-size: 24px; line-height: 32px; letter-spacing: .48px; color: var(--light-1000, #fff); }
.art-lead { margin: 16px 0 8px; font-family: var(--ff-body); font-weight: 700; font-size: 20px; line-height: 28px; letter-spacing: .4px; color: var(--light-1000, #fff); }
.art-p { margin: 0 0 16px; font-family: var(--ff-body); font-weight: 400; font-size: 16px; line-height: 24px; letter-spacing: var(--ls-body); color: var(--light-800, rgba(255,255,255,.8)); }
.art-body > .art-body__anchor + .art-p, .art-body > *:first-child { margin-top: 0; }
.art-list { margin: 0 0 16px; padding-left: 40px; list-style: disc; font-family: var(--ff-body); font-weight: 400; font-size: 16px; line-height: 24px; letter-spacing: var(--ls-body); color: var(--light-800, rgba(255,255,255,.8)); }
.art-list li { margin-bottom: 0; }

/* callout-плашки (4 стиля) */
.art-callout { margin: 16px 0 0; display: flex; flex-direction: column; gap: 8px; padding: 16px 24px; border-left: 2px solid; border-radius: 0 12px 12px 0; }
.art-callout + .art-h2, .art-callout + .art-h3 { margin-top: 48px; }
.art-callout__title { margin: 0; font-family: var(--ff-body); font-weight: 700; font-size: 20px; line-height: 28px; letter-spacing: .4px; color: var(--light-1000, #fff); }
.art-callout__text { margin: 0; font-family: var(--ff-body); font-weight: 400; font-size: 16px; line-height: 24px; letter-spacing: var(--ls-body); color: var(--light-600, rgba(255,255,255,.6)); }
.art-callout--danger { border-color: #e21313; background: linear-gradient(90deg, rgba(226,19,19,.12), rgba(226,19,19,.12)), #000; }
.art-callout--warn { border-color: #ffbe00; background: linear-gradient(90deg, rgba(255,190,0,.12), rgba(255,190,0,.12)), #000; }
.art-callout--success { border-color: #209715; background: linear-gradient(90deg, rgba(32,151,21,.12), rgba(32,151,21,.12)), #000; }
.art-callout--info { border-color: #fff; background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.08)), #000; }

.art-figure { margin: 24px 0; border-radius: 12px; overflow: hidden; }
.art-figure img { width: 100%; display: block; }
.art-figure figcaption { margin-top: 8px; font-family: var(--ff-body); font-size: 13px; color: var(--light-600, rgba(255,255,255,.6)); }
.art-quote { margin: 24px 0; padding: 16px 24px; border-left: 2px solid var(--light-80, rgba(255,255,255,.08)); }
.art-quote p { margin: 0; font-family: var(--ff-body); font-size: 18px; line-height: 28px; color: var(--light-1000, #fff); }
.art-faq { margin: 24px 0; display: flex; flex-direction: column; gap: 12px; }
.art-faq__item { padding: 16px 24px; border-radius: 12px; background: var(--light-40, rgba(255,255,255,.04)); }
.art-faq__q { margin: 0 0 4px; font-family: var(--ff-body); font-weight: 700; font-size: 16px; color: var(--light-1000, #fff); letter-spacing: normal; }
.art-faq__a { margin: 0; font-family: var(--ff-body); font-size: 15px; line-height: 24px; color: var(--light-600, rgba(255,255,255,.6)); }

/* inquiry-CTA внутри статьи */
.art-inquiry { position: relative; margin: 32px 0; height: 366px; border-radius: 16px; overflow: hidden;
  background: var(--dark-1100, #0a0a0a) url("/public/assets/blog/inquiry-bg.png") no-repeat center / cover; }
.art-inquiry__pattern { display: none; }
.art-inquiry__pattern img { width: 100%; display: block; }
.art-inquiry__inner { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 601px; max-width: calc(100% - 48px); display: flex; flex-direction: column; gap: 32px; align-items: center; text-align: center; }
.art-inquiry__text { display: flex; flex-direction: column; gap: 24px; width: 100%; }
.art-inquiry__title { margin: 0; font-family: var(--ff-display); font-weight: 700; font-style: italic; font-size: 56px; line-height: 56px; text-transform: uppercase;
  background: linear-gradient(180deg, #fff 38.834%, #787674 100%); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; letter-spacing: normal; }
.art-inquiry__sub { margin: 0; font-family: var(--ff-body); font-size: 24px; line-height: 32px; letter-spacing: var(--ls-body); color: var(--light-1000, #fff); }
.art-inquiry__sub b { font-weight: 700; letter-spacing: .48px; }
.art-inquiry__btn { display: inline-flex; align-items: stretch; height: 56px; border-radius: 8px; overflow: hidden; text-decoration: none; transition: transform .2s ease; }
.art-inquiry__btn:hover { transform: scale(1.02); }
.art-inquiry__btn-label { display: flex; align-items: center; padding: 0 24px; background: var(--light-1000, #fff); border-right: 1px solid rgba(1,1,1,.04); font-family: var(--ff-body); font-weight: 700; font-size: 14px; text-transform: uppercase; color: var(--dark-1000, #0f0f0f); letter-spacing: normal; }
.art-inquiry__btn-ic { display: flex; align-items: center; justify-content: center; width: 48px; background: var(--light-1000, #fff); color: var(--dark-1000, #0f0f0f); }
.art-inquiry__btn-ic .btn-arrow { width: 16px; height: 16px; }

/* author / эксперт-карточка */
.art-author { margin: 32px 0 0; background: var(--light-1000, #fff); border-radius: 12px; overflow: hidden; }
.art-author__card { background: var(--dark-1000, #0f0f0f); border-left: 3px solid #fff; border-radius: 0 12px 12px 12px; padding: 16px 24px; display: flex; flex-direction: column; gap: 16px; }
.art-author__head { display: flex; gap: 16px; align-items: center; }
.art-author__avatar { width: 64px; height: 64px; flex: none; border-radius: 100px; overflow: hidden; }
.art-author__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.art-author__id { display: flex; flex-direction: column; min-width: 0; }
.art-author__name { font-family: var(--ff-body); font-weight: 700; font-size: 20px; line-height: 28px; text-transform: uppercase; color: var(--light-1000, #fff); letter-spacing: normal; }
.art-author__role { font-family: var(--ff-body); font-size: 16px; line-height: 24px; letter-spacing: var(--ls-body); color: var(--light-600, rgba(255,255,255,.6)); }
.art-author__quote { margin: 0; font-family: var(--ff-body); font-size: 18px; line-height: 28px; color: var(--light-1000, #fff); }
.art-author__quote b { font-weight: 700; letter-spacing: .72px; line-height: 26px; }
.art-author__div { height: 1px; background: rgba(255,255,255,.1); }
.art-author__note { margin: 0; font-family: var(--ff-body); font-size: 16px; line-height: 26px; color: var(--light-600, rgba(255,255,255,.6)); }
.art-author__foot { background: #fff; padding: 12px; }
.art-author__btn { display: flex; align-items: stretch; height: 44px; border: 1px solid #fff; border-radius: 8px; overflow: hidden; text-decoration: none; transition: transform .2s ease; }
/* ховер в нашем стиле: лёгкий scale + морф стрелки » → ↗ (как у CTA-кнопок) */
.art-author__btn:hover { transform: scale(1.02); }
.art-author__btn:hover .btn-arrow__chev { opacity: 0; transform: translate(3px, -3px) scale(.6); }
.art-author__btn:hover .btn-arrow__diag { opacity: 1; transform: translate(0, 0) scale(1); }
.art-author__btn-label { flex: 1; display: flex; align-items: center; padding: 0 16px; background: var(--dark-1000, #0f0f0f); border-right: 1px solid var(--light-40, rgba(255,255,255,.04)); font-family: var(--ff-body); font-weight: 700; font-size: 14px; text-transform: uppercase; color: var(--light-1000, #fff); letter-spacing: normal; }
.art-author__btn-ic { display: flex; align-items: center; justify-content: center; width: 44px; background: var(--dark-1000, #0f0f0f); color: var(--light-1000, #fff); }
.art-author__btn-ic .btn-arrow { width: 16px; height: 16px; }

/* ── «CZYTAJ TAKŻE» — карусель статей ─────────────────────── */
.art-related { background: var(--dark-1100, #0a0a0a); padding: 24px; box-sizing: border-box; }
.art-related__panel { max-width: 1392px; margin: 0 auto; padding: 64px; box-sizing: border-box; border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 100%); display: flex; flex-direction: column; gap: 48px; }
.art-related__head { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.art-related__title { margin: 0; font-family: var(--ff-display); font-weight: 700; font-style: italic; font-size: 72px; line-height: 72px; text-transform: uppercase;
  background: linear-gradient(180deg, #fff 38.834%, #787674 100%); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; letter-spacing: normal; }
.art-related__nav { display: flex; align-items: center; border-radius: 8px; overflow: hidden; }
/* стрелки как у каруселей (block6/9): 4% по умолчанию, на ховере белеют, стрелка тёмная */
.art-related__btn { display: flex; align-items: center; justify-content: center; width: 40px; height: 56px; border: 0; cursor: pointer; color: var(--light-1000, #fff); background: var(--light-40, rgba(255,255,255,.04)); transition: background .25s ease, color .25s ease; }
.art-related__btn svg { width: 16px; height: 16px; transition: opacity .25s ease; }
.art-related__btn:not([disabled]):hover { background: var(--light-1000, #fff); color: var(--dark-1000, #0f0f0f); }
/* левая (prev) приглушена, пока недоступна — как у каруселей */
.art-related__btn--prev svg { opacity: .48; }
.art-related__btn--prev:not([disabled]) svg, .art-related__btn--prev:hover svg { opacity: 1; }
.art-related__btn[disabled] { cursor: default; }
.art-related__btn[disabled] svg { opacity: .48; }
.art-related__viewport { overflow: hidden; }
.art-related__track { display: flex; gap: 24px; transition: transform .4s cubic-bezier(.22,.61,.36,1); }
.art-related__track .blog-card { width: 405.333px; flex: none; }

/* ── Адаптив ──────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .arthero { height: auto; }
  .arthero__inner { height: auto; }
  .arthero__bg { position: absolute; inset: 24px; height: auto; }
  .arthero__container { position: relative; left: auto; right: auto; top: auto; flex-direction: column; padding: 140px 40px 24px; gap: 24px; }
  .arthero__title { font-size: 48px; line-height: 52px; }
  .arthero__cover { position: relative; left: auto; right: auto; top: auto; height: 280px; margin: 24px 40px 24px; }
  .arthero__meta { width: 100%; align-items: flex-start; flex-direction: column; }
  .art-main { padding: 48px 40px 64px; }
  .art-main__inner { flex-direction: column; gap: 32px; }
  .art-side { position: relative; top: auto; width: 100%; }
  .art-toc { display: none; }
  .art-related__panel { padding: 40px; }
  .art-related__title { font-size: 48px; line-height: 52px; }
}
/* ── Мобайл: Hero (Figma 567:3664) + контент (Figma 567:3718) ── */
@media (max-width: 768px) {
  /* HERO: тёмная скруглённая панель с отступом 16, текст сверху, фото снизу */
  .arthero { height: auto; padding: 0; }
  .arthero__inner { height: auto; }
  .arthero__bg { inset: 16px; height: auto; border-radius: 24px; }
  .arthero .hero__header { padding: 16px 16px 0; }

  .arthero__container { position: relative; left: auto; right: auto; top: auto;
    flex-direction: column; align-items: flex-start; gap: 16px; padding: 8px 16px 233px; }
  .arthero__head { width: 100%; max-width: none; gap: 16px; }
  /* крошки в одну строку, текущий пункт обрезается многоточием */
  .arthero__crumbs { flex-wrap: nowrap; overflow: hidden; }
  .arthero__crumbs a, .arthero__crumbs-sep { flex: none; }
  .arthero__crumbs-cur { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .arthero__title { font-size: 56px; line-height: 56px; }
  .arthero__meta { width: 100%; align-items: flex-start; flex-direction: column; gap: 4px; }
  .arthero__meta-top { align-items: flex-start; gap: 4px; }
  .arthero__share { display: none; }            /* шэр на мобиле — только в блоке контента снизу */

  /* фото внизу панели: 12 по бокам/снизу, без затемняющего градиента */
  .arthero__cover { position: absolute; left: 12px; right: 12px; bottom: 12px; top: auto; height: 189px; margin: 0; }
  .arthero__cover::after { display: none; }

  /* КОНТЕНТ: оглавление сверху, тело, шэр снизу (sidebar раскрывается в поток) */
  .art-main { padding: 16px 16px 48px; }
  /* на мобиле колонка тянется на всю ширину (отступы 16px по бокам дают .art-main) */
  .art-main__inner { gap: 32px; align-items: stretch; }
  .art-side { display: contents; }
  .art-side__back, .art-side__div { display: none; }
  .art-toc { display: flex; order: 1; }
  .art-body { order: 2; }
  .art-side__share { order: 3; display: flex; }

  /* типографика — как на десктопе по Figma (h2 32/40, h3 24/32) */
  .art-h2 { font-size: 32px; line-height: 40px; margin-top: 32px; }
  .art-h3 { font-size: 24px; line-height: 32px; }

  /* inquiry-CTA: высота 334, контейнер 279, заголовок 40, кнопка на всю ширину */
  .art-inquiry { height: 334px; padding: 0; }
  .art-inquiry__inner { width: 279px; gap: 24px; }
  .art-inquiry__title { font-size: 40px; line-height: 40px; }
  .art-inquiry__sub { font-size: 18px; line-height: 26px; }
  .art-inquiry__btn { width: 100%; }
  .art-inquiry__btn-label { flex: 1; justify-content: center; }

  /* Czytaj także */
  .art-related { padding: 16px; }
  .art-related__panel { padding: 24px 16px; gap: 24px; }
  .art-related__title { font-size: 36px; line-height: 40px; }
  .art-related__track .blog-card { width: 280px; }
}

/* ── Blok "Powiązana usługa" (link kontekstowy z artykułu do strony usługi) ── */
.art-svc {
  display: flex; flex-direction: column; gap: 6px;
  margin: 36px 0 4px; padding: 18px 22px; border-radius: 16px;
  background: linear-gradient(rgba(255,255,255,.04), rgba(255,255,255,.04)), #141414;
  border: 1px solid rgba(255,255,255,.08);
}
.art-svc__label {
  font-family: var(--ff-body); font-size: 12px; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(255,255,255,.5);
}
.art-svc__link {
  display: inline-flex; align-items: center; gap: 10px; align-self: flex-start;
  font-family: var(--ff-body); font-weight: 700; font-size: 18px; line-height: 1.3;
  color: #fff; text-decoration: none; transition: color .2s ease;
}
.art-svc__link:hover { color: var(--yellow, #f5c518); }
.art-svc__arrow { display: inline-block; transition: transform .2s ease; }
.art-svc__link:hover .art-svc__arrow { transform: translateX(4px); }
