/* LegalCrypto — хаб блога /blog */

.blog-page {
  background: #070a12;
  color: #fff;
}

.blog-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 48px;
  background:
    radial-gradient(ellipse 80% 60% at 15% 0%, rgba(0, 179, 122, 0.2), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 10%, rgba(37, 99, 235, 0.18), transparent 50%),
    var(--hero-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.blog-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #5ff0bd;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-hero__kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3dffa8;
  box-shadow: 0 0 12px rgba(61, 255, 168, 0.7);
}

.blog-hero h1 {
  margin: 0 0 12px;
  max-width: 14ch;
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.blog-hero h1 em {
  font-style: normal;
  color: var(--green);
}

.blog-hero__lead {
  margin: 0;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.02rem;
  line-height: 1.55;
}

.blog-hero__coins {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.blog-hero__coins span {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
}

.blog-shell {
  padding: 36px 0 72px;
}

.blog-rubric-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.blog-rubric-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.blog-rubric-tabs button {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.blog-rubric-tabs button[aria-selected="true"] {
  background: rgba(0, 179, 122, 0.2);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 179, 122, 0.35);
}

.blog-rubric-hint {
  margin: 0;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.82rem;
  line-height: 1.45;
}

.blog-hero--compact {
  padding: 36px 0 28px;
}

.blog-hero--compact .blog-hero__lead {
  max-width: 42ch;
}

.blog-rubric-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.blog-rubric-filter__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
}

.blog-rubric-filter__item.is-active {
  border-color: rgba(0, 179, 122, 0.45);
  background: rgba(0, 179, 122, 0.12);
  color: #fff;
}

.blog-rubric-filter__item.is-disabled {
  opacity: 0.45;
  cursor: default;
}

a.blog-rubric-filter__item:hover {
  border-color: rgba(0, 179, 122, 0.35);
  color: var(--green);
}

.blog-rubric-filter__count {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.blog-rubric-filter__item.is-active .blog-rubric-filter__count {
  color: var(--green);
}

button.blog-rubric-filter__item {
  cursor: pointer;
  font: inherit;
  font-family: inherit;
}

.blog-feed-card.is-hidden {
  display: none !important;
}

.blog-feed-card h2 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}

.blog-panel[hidden] {
  display: none !important;
}

.blog-section-title {
  margin: 0 0 6px;
  font-size: 1.15rem;
  font-weight: 800;
}

.blog-section-desc {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
}

.blog-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
  margin-bottom: 40px;
}

.blog-cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  padding: 18px 18px 16px;
  overflow: hidden;
  border-radius: var(--r);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 179, 122, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.blog-cat-card:hover {
  border-color: rgba(0, 179, 122, 0.35);
  transform: translateY(-2px);
}

.blog-cat-card__icon {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 10px;
}

.blog-cat-card__tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.blog-cat-card__tag--coin {
  color: #5ff0bd;
  background: rgba(0, 179, 122, 0.15);
}

.blog-cat-card__tag--dir {
  color: #93c5fd;
  background: rgba(37, 99, 235, 0.18);
}

.blog-cat-card h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
}

.blog-cat-card p {
  margin: 0;
  flex: 1;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  line-height: 1.5;
}

.blog-cat-card__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-cat-card__count {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  font-weight: 700;
}

.blog-cat-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.blog-cat-card__cta:hover {
  color: #5ff0bd;
  text-decoration: none;
}

.blog-articles {
  margin-top: 8px;
}

.blog-articles__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.blog-articles__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
}

.blog-article-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border-radius: var(--r-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-article-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 179, 122, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: inherit;
}

.blog-article-card__thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, #0f2847, #123d32);
}

.blog-article-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) brightness(1.05);
}

.blog-article-card__body {
  padding: 14px 16px 16px;
}

.blog-article-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.blog-article-card__pill {
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
}

.blog-article-card h4 {
  margin: 0 0 8px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
}

.blog-article-card p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.45;
}

.blog-article-card--soon {
  border-style: dashed;
  opacity: 0.85;
}

.blog-note {
  padding: 16px 18px;
  border-radius: var(--r);
  border: 1px solid rgba(0, 179, 122, 0.25);
  background: rgba(0, 179, 122, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.5;
}

.blog-note strong {
  color: #fff;
}

/* —— Статья —— */
.blog-article-wrap {
  padding: 28px 0 64px;
}

.blog-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
}

.blog-breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.blog-breadcrumb a:hover {
  color: var(--green);
}

.blog-article h1 {
  margin: 0 0 14px;
  max-width: 22ch;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.blog-article__lead {
  margin: 0 0 24px;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  line-height: 1.6;
}

.blog-article__content {
  max-width: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
  line-height: 1.7;
}

/* —— Статья v2: hero, TOC, ширина —— */
.blog-article-page .blog-article-wrap {
  padding: 0 0 72px;
}

/* Hero статьи: текст + обложка справа (без затемнённого full-bleed) */
.blog-article-hero {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(ellipse 70% 80% at 0% 0%, rgba(0, 179, 122, 0.12), transparent 55%),
    #070a12;
}

.blog-article-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 28px 36px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 36px;
}

.blog-article-hero__copy {
  min-width: 0;
}

.blog-article-hero__media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  aspect-ratio: 16 / 10;
  background: #0f172a;
}

.blog-article-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-article-hero__overlay {
  display: none;
}

.blog-article-hero .blog-breadcrumb {
  margin-bottom: 16px;
}

.blog-article-hero .blog-breadcrumb a,
.blog-article-hero .blog-breadcrumb span {
  color: rgba(255, 255, 255, 0.65);
}

.blog-article-hero__tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(0, 179, 122, 0.2);
  border: 1px solid rgba(0, 179, 122, 0.4);
  color: #5ff0bd;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-article-hero h1 {
  max-width: 22ch;
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 3.6vw, 2.45rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
}

.blog-article-hero__lead {
  max-width: 58ch;
  margin: 0 0 18px;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.blog-article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
}

.blog-article-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  width: min(1180px, calc(100% - 32px));
  margin: 36px auto 0;
}

.blog-toc {
  position: sticky;
  top: 88px;
  padding: 18px 16px;
  border-radius: var(--r);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.blog-toc__title {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.blog-toc nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.blog-toc a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.blog-toc a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.blog-toc a.is-active {
  color: #5ff0bd;
  background: rgba(0, 179, 122, 0.12);
}

.blog-article-body {
  min-width: 0;
}

.blog-article-body .blog-article__content h2 {
  scroll-margin-top: 96px;
  padding-top: 8px;
}

/* Тематический CTA — один блок на контекст */
.blog-cta-feature {
  margin: 32px 0;
  padding: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid rgba(0, 179, 122, 0.4);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.blog-cta-feature__head {
  padding: 20px 22px 16px;
  background:
    linear-gradient(135deg, rgba(0, 179, 122, 0.28), rgba(0, 179, 122, 0.08));
}

.blog-cta-feature__head p {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5ff0bd;
}

.blog-cta-feature__head h3 {
  margin: 0;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.blog-cta-feature__head span {
  display: block;
  margin-top: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.blog-cta-feature__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: rgba(0, 0, 0, 0.35);
}

.blog-cta-feature__btn {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
  text-decoration: none;
  transition: background 0.18s ease;
}

.blog-cta-feature__btn:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
}

.blog-cta-feature__btn strong {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.blog-cta-feature__btn span {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.4;
}

.blog-cta-feature__btn--primary {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 179, 122, 0.15);
}

.blog-cta-feature__btn--primary strong {
  color: #5ff0bd;
}

.blog-cta-feature__btn--primary:hover {
  background: rgba(0, 179, 122, 0.25);
}

/* CTA «ВАУ» — одна главная кнопка + вторичная */
.blog-cta-wow {
  margin: 36px 0;
  padding: 22px 22px 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(0, 179, 122, 0.35);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 24px 64px rgba(0, 0, 0, 0.45);
}

.blog-cta-wow__label {
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5ff0bd;
}

.blog-cta-wow__main {
  position: relative;
  display: block;
  padding: 22px 24px 22px 22px;
  border-radius: 16px;
  text-decoration: none;
  color: #04120c;
  background: linear-gradient(135deg, #00f0a0 0%, #00b37a 45%, #009266 100%);
  box-shadow:
    0 4px 0 #007a52,
    0 16px 40px rgba(0, 179, 122, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  cursor: pointer;
}

.blog-cta-wow__main:hover {
  transform: translateY(-4px) scale(1.01);
  background: linear-gradient(135deg, #ffffff 0%, #e8fff5 100%);
  color: #007a52;
  box-shadow:
    0 6px 0 #00b37a,
    0 0 0 3px rgba(95, 240, 189, 0.5),
    0 24px 56px rgba(0, 255, 180, 0.55);
  text-decoration: none;
}

.blog-cta-wow__main:hover .blog-cta-wow__badge {
  background: rgba(0, 122, 82, 0.12);
  color: #007a52;
}

.blog-cta-wow__main:hover .blog-cta-wow__sub {
  color: rgba(0, 90, 60, 0.85);
}

.blog-cta-wow__main:hover .blog-cta-wow__arrow {
  background: #00b37a;
  color: #fff;
  transform: translateY(-50%) translateX(4px);
}

.blog-cta-wow__main:active {
  transform: translateY(1px);
  box-shadow:
    0 2px 0 #007a52,
    0 8px 24px rgba(0, 179, 122, 0.35);
}

.blog-cta-wow__main:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.blog-cta-wow__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(4, 18, 12, 0.2);
  color: #04120c;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-cta-wow__title {
  display: block;
  font-size: clamp(1.2rem, 2.8vw, 1.55rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.blog-cta-wow__sub {
  display: block;
  margin-top: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(4, 18, 12, 0.75);
}

.blog-cta-wow__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(4, 18, 12, 0.2);
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .blog-cta-wow__main {
    animation: blog-cta-pulse 2.8s ease-in-out infinite;
  }

  .blog-cta-wow__main:hover {
    animation: none;
  }
}

@keyframes blog-cta-pulse {
  0%,
  100% {
    box-shadow:
      0 4px 0 #007a52,
      0 16px 40px rgba(0, 179, 122, 0.45);
  }
  50% {
    box-shadow:
      0 4px 0 #007a52,
      0 16px 40px rgba(0, 179, 122, 0.45),
      0 0 0 6px rgba(95, 240, 189, 0.25);
  }
}

.blog-cta-wow__alt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.blog-cta-wow__alt:hover {
  background: rgba(37, 99, 235, 0.15);
  border-color: rgba(147, 197, 253, 0.4);
  color: #fff;
  text-decoration: none;
}

.blog-cta-wow__alt span:last-child {
  color: #93c5fd;
  font-weight: 800;
}

.blog-feed-card__img {
  position: relative;
  background: linear-gradient(135deg, #0f2847, #123d32);
}

.blog-feed-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(6, 8, 15, 0.25) 100%);
  pointer-events: none;
}

/* Превью в рубрикаторе */
.blog-feed {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.blog-feed-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--r-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-feed-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 179, 122, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  color: inherit;
}

.blog-feed-card__img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0a0e17;
}

.blog-feed-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) brightness(1.05);
}

.blog-feed-card__body {
  padding: 16px 18px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-feed-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.blog-feed-card__tag {
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #5ff0bd;
  background: rgba(0, 179, 122, 0.15);
}

.blog-feed-card__tag--soon {
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.blog-feed-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}

.blog-feed-card p {
  margin: 0;
  flex: 1;
  font-size: 0.86rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
}

.blog-feed-card__more {
  margin-top: 14px;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--green);
}

.blog-feed-card--soon {
  opacity: 0.72;
  pointer-events: none;
}

@media (max-width: 960px) {
  .blog-article-hero__inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 20px;
  }

  .blog-article-hero__media {
    order: -1;
    max-height: 220px;
    aspect-ratio: 16 / 9;
  }

  .blog-article-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-toc {
    position: static;
  }

  .blog-toc nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }

  .blog-toc a {
    font-size: 0.75rem;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.05);
  }

  .blog-cta-feature__actions {
    grid-template-columns: 1fr;
  }

  .blog-cta-feature__btn--primary {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

.blog-article__content h2 {
  margin: 36px 0 12px;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
}

.blog-article__content h3 {
  margin: 22px 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #e8ecf4;
}

.blog-article__content p {
  margin: 0 0 14px;
}

.blog-article__content ul,
.blog-article__content ol {
  margin: 0 0 16px;
  padding-left: 1.25rem;
}

.blog-article__content li {
  margin-bottom: 6px;
}

.blog-article__content a {
  color: var(--green);
  font-weight: 700;
}

.blog-inline-cta {
  margin: 32px 0;
  padding: 20px 18px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(160deg, rgba(0, 179, 122, 0.1), rgba(37, 99, 235, 0.06)),
    rgba(0, 0, 0, 0.35);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.4);
}

.blog-inline-cta__eyebrow {
  margin: 0 0 14px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5ff0bd;
}

.blog-inline-cta__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.blog-inline-cta__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 118px;
  padding: 16px 44px 14px 16px;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.blog-inline-cta__card::after {
  content: "→";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  transition: background 0.15s ease, transform 0.15s ease;
}

.blog-inline-cta__card:hover {
  transform: translateY(-3px);
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.blog-inline-cta__card:hover::after {
  transform: translateY(-50%) translateX(2px);
  background: rgba(255, 255, 255, 0.22);
}

.blog-inline-cta__card strong {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}

.blog-inline-cta__card > span:last-child {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.68);
}

/* Пошаговая инструкция */
.blog-steps {
  margin: 24px 0 32px;
  padding: 0;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  counter-reset: blogstep;
}

.blog-steps__item {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0 20px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  counter-increment: blogstep;
}

.blog-steps__item:last-child {
  border-bottom: 0;
}

.blog-steps__item::before {
  content: counter(blogstep);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 179, 122, 0.35), rgba(0, 179, 122, 0.12));
  border: 1px solid rgba(0, 179, 122, 0.45);
  color: #5ff0bd;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}

.blog-steps__title {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}

.blog-steps__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.blog-steps__text a {
  color: var(--green);
  font-weight: 700;
}

.blog-inline-cta__label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.9;
}

.blog-inline-cta__card--green {
  background: rgba(0, 179, 122, 0.22);
  border: 1px solid rgba(0, 179, 122, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.blog-inline-cta__card--green .blog-inline-cta__label {
  color: #5ff0bd;
}

.blog-inline-cta__card--blue {
  background: rgba(37, 99, 235, 0.2);
  border: 1px solid rgba(37, 99, 235, 0.4);
}

.blog-inline-cta__card--blue .blog-inline-cta__label {
  color: #93c5fd;
}

.blog-inline-cta__card--usd {
  background: rgba(249, 115, 22, 0.15);
  border: 1px solid rgba(249, 115, 22, 0.35);
}

.blog-inline-cta__card--usd .blog-inline-cta__label {
  color: #fdba74;
}

.blog-inline-cta__card--card {
  background: rgba(167, 139, 250, 0.18);
  border: 1px solid rgba(167, 139, 250, 0.35);
}

.blog-inline-cta__card--card .blog-inline-cta__label {
  color: #c4b5fd;
}

.blog-article-list {
  display: grid;
  gap: 12px;
}

.blog-article-list a {
  display: block;
  padding: 16px 18px;
  border-radius: var(--r);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.blog-article-list a:hover {
  border-color: rgba(0, 179, 122, 0.35);
  color: var(--green);
}

.blog-article-list a span {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.blog-tldr {
  margin: 0 0 20px;
  padding: 18px 20px;
  border-radius: var(--r);
  border: 1px solid rgba(0, 179, 122, 0.35);
  background: rgba(0, 179, 122, 0.08);
}

.blog-tldr__label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green);
}

.blog-tldr p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.blog-definition {
  margin: 0 0 24px;
  padding: 16px 18px;
  border-left: 3px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0 var(--r) var(--r) 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.blog-table-wrap {
  overflow-x: auto;
  margin: 20px 0 24px;
  border-radius: var(--r);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.blog-table-wrap th,
.blog-table-wrap td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
}

.blog-table-wrap th {
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
  color: #fff;
}

.blog-table-wrap tr:last-child td {
  border-bottom: none;
}

.blog-faq {
  margin-top: 8px;
}

.blog-faq__list {
  display: grid;
  gap: 10px;
}

.blog-faq__item {
  border-radius: var(--r);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.blog-faq__item summary {
  padding: 14px 18px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
  color: #fff;
}

.blog-faq__item summary::-webkit-details-marker {
  display: none;
}

.blog-faq__item[open] summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-faq__item p {
  margin: 0;
  padding: 14px 18px 16px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.blog-related {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-related h2 {
  font-size: 1.15rem;
  margin-bottom: 14px;
}

@media (max-width: 640px) {
  .blog-inline-cta__grid {
    grid-template-columns: 1fr;
  }

  .blog-hero {
    padding: 40px 0 32px;
  }

  .blog-rubric-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-rubric-tabs {
    width: 100%;
    justify-content: stretch;
  }

  .blog-rubric-tabs button {
    flex: 1;
    text-align: center;
    padding: 10px 12px;
  }
}
