/* ===== Базовые стили ===== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { font-family: 'Helvetica Neue', Arial, sans-serif; color: #1d1d1d; background: #f4f4f4; line-height: 1.45; }
#download { scroll-margin-top: 24px; }
a { color: inherit; text-decoration: none; }
a:hover { color: #c8102e; }
img { max-width: 100%; display: block; }
ul, ol { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }

/* ===== Верхняя полоса ===== */
.topbar {
  background: #1a1a1a;
  color: #d1d1d1;
  font-size: 12px;
  border-bottom: 1px solid #000;
}
.topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
}
.topbar__left, .topbar__right { display: flex; gap: 18px; align-items: center; }
.topbar__date { color: #b0b0b0; }
.topbar__weather strong, .topbar__rates strong { color: #fff; font-weight: 600; }
.topbar__lang {
  font-weight: 600;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.topbar__lang.active, .topbar__lang:hover { color: #fff; }
.topbar__link { color: #d1d1d1; }
.topbar__link:hover { color: #fff; }

/* ===== Шапка ===== */
.header {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 22px 0;
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.logo {
  display: inline-flex;
  align-items: baseline;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #1d1d1d;
}
.logo__mark { color: #1d1d1d; }
.logo__dot   { color: #c8102e; padding: 0 1px; }
.logo__tld   { color: #c8102e; font-style: italic; }
.logo--white .logo__mark { color: #fff; }

.search {
  flex: 1;
  max-width: 480px;
  display: flex;
  background: #f2f2f2;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
.search input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 11px 14px;
  font-size: 14px;
}
.search button {
  background: transparent;
  border: none;
  color: #888;
  padding: 0 14px;
  cursor: pointer;
}
.search button:hover { color: #c8102e; }

.header__socials {
  display: flex;
  gap: 12px;
  margin-left: auto;
  color: #6a6a6a;
}
.header__socials a:hover { color: #c8102e; }

/* ===== Навигация ===== */
.nav {
  background: #c8102e;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__list { display: flex; }
.nav__item a {
  display: block;
  padding: 14px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: none;
}
.nav__item a:hover { background: rgba(0,0,0,0.18); color: #fff; }
.nav__item.active a { background: rgba(0,0,0,0.25); }
.nav__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  padding-right: 6px;
}
.nav__live-dot {
  width: 8px; height: 8px;
  background: #fff;
  border-radius: 50%;
  animation: blink 1.4s infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }

/* ===== Карточки изображений ===== */
.card-img { display: block; position: relative; overflow: hidden; border-radius: 2px; }
.card-img__photo {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .4s ease;
}
.card-img:hover .card-img__photo { transform: scale(1.02); }
.card-img__placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: flex-end;
  padding: 12px;
  color: rgba(255,255,255,0.6);
  font-size: 11px;
  font-style: italic;
}
.card-img--xl .card-img__placeholder { aspect-ratio: 16 / 9; }
.card-img--m  .card-img__placeholder { aspect-ratio: 16 / 10; }
.card-img__badge {
  position: absolute;
  top: 12px; left: 12px;
  background: #c8102e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* ===== Hero (главный блок) ===== */
.main { padding: 24px 16px; }

.hero {
  max-width: 820px;
  margin: 0 auto 36px;
}
.hero__lead-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 14px 0 8px;
}
.tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 700;
  padding: 2px 0;
}
.tag--red { color: #c8102e; }
.time { font-size: 12px; color: #8a8a8a; }
.hero__lead-title {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}
.hero__lead-text {
  font-size: 15px;
  color: #4a4a4a;
  line-height: 1.5;
}

.hero__side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hero__side-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e6e6e6;
}
.hero__side-item:last-child { border-bottom: none; }
.hero__side-item .tag { display: block; margin-top: 0; }
.hero__side-item h3 {
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  margin: 4px 0;
}
.hero__side-item .time { display: block; }

/* ===== Тело статьи ===== */
.article {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
  font-size: 17px;
  line-height: 1.7;
  color: #2a2a2a;
}
.article p { margin-bottom: 20px; }
.article h2 {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #1d1d1d;
  margin: 36px 0 16px;
  line-height: 1.25;
  position: relative;
  padding-left: 14px;
}
.article h2::before {
  content: "";
  position: absolute;
  left: 0; top: 6px; bottom: 6px;
  width: 4px;
  background: #c8102e;
  border-radius: 2px;
}
.article strong { font-weight: 700; color: #1d1d1d; }

/* Лид-абзац с буквицей */
.article__lead {
  font-size: 19px;
  line-height: 1.55;
  color: #1d1d1d;
}
.dropcap {
  float: left;
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 0.9;
  font-weight: 700;
  padding: 6px 10px 0 0;
  color: #c8102e;
}

/* Подсветка mark и hl */
mark {
  background: linear-gradient(180deg, transparent 60%, rgba(200,16,46,0.22) 60%);
  color: inherit;
  padding: 0 2px;
  font-weight: 600;
}
.hl {
  background: #fff3b0;
  padding: 1px 6px;
  border-radius: 3px;
  font-weight: 600;
  color: #1d1d1d;
}

/* Стат-блок (4 карточки в ряд) */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 28px 0;
  padding: 24px 20px;
  background: linear-gradient(135deg, #f8f8f8, #ededed);
  border-radius: 6px;
  border: 1px solid #e6e6e6;
}
.stats__item { text-align: center; }
.stats__value {
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #c8102e;
  line-height: 1;
  margin-bottom: 6px;
}
.stats__label {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Цитата */
.pullquote {
  margin: 32px 0;
  padding: 28px 32px 28px 60px;
  border-left: 4px solid #c8102e;
  background: #fafafa;
  position: relative;
  font-family: Georgia, serif;
}
.pullquote::before {
  content: "\201C";
  position: absolute;
  left: 18px;
  top: -8px;
  font-size: 80px;
  color: #c8102e;
  line-height: 1;
  font-family: Georgia, serif;
}
.pullquote p {
  font-size: 21px;
  line-height: 1.45;
  font-style: italic;
  color: #1d1d1d;
  margin-bottom: 12px;
  font-weight: 400;
}
.pullquote cite {
  display: block;
  font-style: normal;
  font-size: 13px;
  color: #888;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 0.3px;
}

/* Картинка-врезка */
.article__figure {
  margin: 32px 0;
}
.article__figure .card-img__placeholder {
  border-radius: 4px;
}
.article__figure figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: #888;
  font-style: italic;
  line-height: 1.4;
  padding-left: 10px;
  border-left: 2px solid #e0e0e0;
}

/* Шаги */
.steps {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px;
  counter-reset: step;
}
.steps__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 18px 20px;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid #ececec;
  border-left: 3px solid #c8102e;
  border-radius: 4px;
  transition: transform .15s, box-shadow .15s;
}
.steps__item:hover {
  transform: translateX(2px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}
.steps__num {
  width: 44px;
  height: 44px;
  background: #c8102e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}
.steps__body h3 {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #1d1d1d;
}
.steps__body p {
  margin: 0;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

/* Инфобоксы */
.callout {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  margin: 28px 0;
  padding: 20px 22px;
  border-radius: 4px;
  align-items: start;
}
.callout--info {
  background: #f0f6fb;
  border-left: 4px solid #2c6e9c;
}
.callout--warn {
  background: #fef5f5;
  border-left: 4px solid #c8102e;
}
.callout__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 2px;
}
.callout--info .callout__icon { background: #2c6e9c; }
.callout--warn .callout__icon { background: #c8102e; }
.callout__body h4 {
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1d1d1d;
}
.callout__body p {
  margin: 0;
  font-size: 15px;
  color: #444;
  line-height: 1.55;
}

/* Теги */
.article__tags {
  margin: 32px 0 20px;
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-chip {
  display: inline-block;
  padding: 6px 14px;
  background: #f2f2f2;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  cursor: pointer;
  transition: all .15s;
}
.tag-chip:hover {
  background: #c8102e;
  color: #fff;
}

/* Шаринг */
.article__share {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 8px;
  padding: 16px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.article__share-label {
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-right: 4px;
}
.article__share a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f2f2f2;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .15s;
}
.article__share a:hover {
  background: #c8102e;
  color: #fff;
  transform: translateY(-2px);
}

/* ===== Сетка лента + сайдбар ===== */
.grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 36px;
}

.section-title {
  border-bottom: 2px solid #c8102e;
  margin-bottom: 18px;
  padding-bottom: 6px;
}
.section-title span {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #1d1d1d;
}

/* Карточки новостей */
.news-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #e6e6e6;
}
.news-item__img {
  display: block;
  overflow: hidden;
  border-radius: 2px;
}
.news-item__body .tag { display: inline-block; margin-bottom: 6px; }
.news-item__body h3 {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 8px;
}
.news-item__body p {
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 8px;
}
.news-item__body .time { display: block; }

.btn-more {
  display: block;
  margin: 26px auto 6px;
  padding: 12px 36px;
  background: #fff;
  color: #c8102e;
  border: 1px solid #c8102e;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 0.4px;
  transition: all .15s;
}
.btn-more:hover { background: #c8102e; color: #fff; }
.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 4px;
  padding: 13px 26px;
  background: linear-gradient(180deg, #e0142e 0%, #c8102e 100%);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 6px 16px -4px rgba(200, 16, 46, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.btn-download:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #ee1a36 0%, #d3122f 100%);
  box-shadow: 0 10px 22px -6px rgba(200, 16, 46, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.btn-download:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px -3px rgba(200, 16, 46, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.btn-download:focus-visible {
  outline: 2px solid #c8102e;
  outline-offset: 3px;
}
.btn-download__icon {
  flex-shrink: 0;
  transition: transform .15s ease;
}
.btn-download:hover .btn-download__icon {
  transform: translateY(2px);
}
@media (max-width: 700px) {
  .btn-download {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }
}

/* ===== Сайдбар (виджеты) ===== */
.widget {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 18px;
  margin-bottom: 20px;
}
.widget__title {
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 2px solid #c8102e;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.popular { counter-reset: pop; }
.popular li {
  position: relative;
  padding: 10px 0 10px 36px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 1.35;
  counter-increment: pop;
}
.popular li:last-child { border-bottom: none; }
.popular li::before {
  content: counter(pop);
  position: absolute;
  left: 0; top: 8px;
  width: 26px; height: 26px;
  background: #c8102e;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget--ad { text-align: center; padding: 14px; }
.widget__ad-label {
  display: block;
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.ad-placeholder {
  background: linear-gradient(135deg,#eee,#dcdcdc);
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 13px;
}

.video { display: block; margin-bottom: 16px; }
.video__thumb { position: relative; }
.video__thumb .card-img__placeholder { aspect-ratio: 16 / 9; }
.video__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 44px; height: 44px;
  background: rgba(200,16,46,0.92);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding-left: 3px;
}
.video__duration {
  position: absolute;
  right: 8px; bottom: 8px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 2px;
}
.video h4 {
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 8px;
}

.rates { width: 100%; border-collapse: collapse; font-size: 13px; }
.rates td { padding: 8px 0; border-bottom: 1px solid #f0f0f0; }
.rates td:first-child { font-weight: 700; }
.rates td:nth-child(2) { text-align: right; color: #555; }
.rates td:last-child { text-align: right; width: 60px; font-weight: 600; font-size: 12px; }
.rates__up   { color: #2c9846; }
.rates__down { color: #c8102e; }

/* ===== Подвал ===== */
.footer {
  background: #1a1a1a;
  color: #b0b0b0;
  padding: 50px 0 0;
  margin-top: 40px;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid #333;
}
.footer__col h4 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.footer__col p { font-size: 13px; line-height: 1.6; margin-top: 12px; }
.footer__col ul li { margin-bottom: 8px; font-size: 13px; }
.footer__col ul li a:hover { color: #fff; }
.subscribe {
  display: flex;
  margin-top: 12px;
  background: #2a2a2a;
  border: 1px solid #333;
}
.subscribe input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 10px 12px;
  color: #fff;
  font-size: 13px;
}
.subscribe button {
  background: #c8102e;
  color: #fff;
  border: none;
  padding: 0 18px;
  font-weight: 700;
  cursor: pointer;
}
.subscribe button:hover { background: #a00d24; }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 18px 16px;
  font-size: 12px;
  color: #777;
}

/* ===== Мобильные элементы (скрыты на десктопе) ===== */
.nav__burger,
.nav__logo-mobile,
.nav__search-mobile,
.nav__overlay,
.mobile-search { display: none; }

/* ===== Адаптив ===== */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; gap: 24px; }
  .grid { grid-template-columns: 1fr; gap: 24px; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ===== Планшеты и мобайл ===== */
@media (max-width: 768px) {

  /* Топбар: оставляем только дату и одну валюту */
  .topbar { font-size: 11px; }
  .topbar__inner { height: 30px; }
  .topbar__left { gap: 10px; overflow: hidden; }
  .topbar__left .topbar__weather,
  .topbar__left .topbar__rates:nth-of-type(n+2) { display: none; }
  .topbar__right { gap: 10px; }
  .topbar__right .topbar__link { display: none; }
  .topbar__lang:not(.active) { display: none; }

  /* Шапка: скрываем (логотип переезжает в навбар) */
  .header { display: none; }

  /* Навбар становится мобильной шапкой */
  .nav {
    padding: 0;
  }
  .nav__inner {
    height: 56px;
    align-items: center;
    padding: 0 12px;
    gap: 8px;
  }
  .nav__burger {
    visibility: hidden;
    pointer-events: none;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    padding: 0;
    display: block;
  }
  .nav__burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    transition: transform .25s, opacity .2s;
  }
  body.menu-open .nav__burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  body.menu-open .nav__burger span:nth-child(2) { opacity: 0; }
  body.menu-open .nav__burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav__logo-mobile {
    display: inline-flex;
    align-items: baseline;
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    margin: 0 auto;
  }
  .nav__logo-mobile .logo__mark { color: #fff; }
  .nav__logo-mobile .logo__dot,
  .nav__logo-mobile .logo__tld {
    color: #fff;
    opacity: 0.85;
    font-style: normal;
  }
  .nav__logo-mobile .logo__tld { font-style: italic; }

  .nav__search-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
  }

  /* Скрываем десктопное меню, пункты бургера и LIVE-кнопку */
  .nav__list,
  .nav__live { display: none !important; }

  body.menu-open .nav__overlay {
    display: block;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 150;
    animation: fadeIn .25s ease;
  }
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

  /* Мобильный поиск (выезжает сверху) */
  body.search-open .mobile-search {
    display: block;
    position: fixed;
    top: 56px;
    left: 0; right: 0;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    animation: slideDown .2s ease;
  }
  @keyframes slideDown {
    from { transform: translateY(-100%); }
    to   { transform: translateY(0); }
  }
  body.search-open .mobile-search form {
    display: flex;
    padding: 12px;
    gap: 8px;
  }
  body.search-open .mobile-search input {
    flex: 1;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    outline: none;
  }
  body.search-open .mobile-search input:focus { border-color: #c8102e; }
  body.search-open .mobile-search button {
    width: 44px;
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
  }

  /* Контент */
  .main { padding: 16px 12px; }

  .hero { gap: 20px; margin-bottom: 24px; }
  .hero__lead-title { font-size: 22px; line-height: 1.25; }
  .hero__lead-text { font-size: 14px; }

  .hero__side-item {
    grid-template-columns: 110px 1fr;
    gap: 10px;
    padding-bottom: 14px;
  }
  .hero__side-item h3 { font-size: 14px; }

  .section-title span { font-size: 18px; }

  .article { font-size: 15px; line-height: 1.65; margin-top: 18px; padding-top: 18px; }
  .article p { margin-bottom: 16px; }
  .article h2 { font-size: 19px; margin: 24px 0 12px; padding-left: 12px; }
  .article__lead { font-size: 16px; }
  .dropcap { font-size: 48px; padding: 4px 8px 0 0; }

  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 16px 12px;
    margin: 20px 0;
  }
  .stats__value { font-size: 24px; }
  .stats__label { font-size: 11px; }

  .pullquote {
    margin: 24px 0;
    padding: 22px 18px 22px 24px;
  }
  .pullquote::before { font-size: 60px; left: 8px; top: -4px; }
  .pullquote p { font-size: 17px; line-height: 1.4; }

  .article__figure { margin: 22px 0; }
  .article__figure figcaption { font-size: 12px; }

  .steps__item {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 14px 16px;
  }
  .steps__num { width: 36px; height: 36px; font-size: 18px; }
  .steps__body h3 { font-size: 16px; }
  .steps__body p { font-size: 14px; }

  .callout {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    padding: 16px 14px;
    margin: 22px 0;
  }
  .callout__icon { width: 28px; height: 28px; font-size: 16px; }
  .callout__body h4 { font-size: 15px; }
  .callout__body p { font-size: 14px; }

  .tag-chip { font-size: 12px; padding: 5px 12px; }
  .article__share-label { font-size: 11px; }
  .article__share a { width: 32px; height: 32px; }

  .news-item {
    grid-template-columns: 110px 1fr;
    gap: 12px;
    padding: 14px 0;
  }
  .news-item__body h3 { font-size: 15px; line-height: 1.3; margin-bottom: 4px; }
  .news-item__body p { display: none; }
  .news-item__body .tag { font-size: 10px; margin-bottom: 4px; }
  .news-item__body .time { font-size: 11px; }

  .btn-more { width: 100%; padding: 14px; }

  /* Сайдбар идёт после ленты, занимает всю ширину */
  .grid__side { margin-top: 8px; }
  .widget { padding: 14px; margin-bottom: 14px; }
  .widget__title { font-size: 15px; }
  .popular li { font-size: 13px; padding: 8px 0 8px 32px; }
  .popular li::before { width: 22px; height: 22px; font-size: 12px; top: 6px; }

  /* Подвал */
  .footer { padding: 32px 0 0; margin-top: 24px; }
  .footer__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 16px 24px;
  }
  .footer__col h4 { font-size: 13px; margin-bottom: 10px; }
  .footer__bottom {
    flex-direction: column;
    gap: 6px;
    text-align: center;
    padding: 16px;
  }

  /* Блокировка скролла body при открытом меню */
  body.menu-open { overflow: hidden; }
}

/* ===== Узкий мобайл ===== */
@media (max-width: 380px) {
  .topbar__rates { display: none !important; }
  .nav__logo-mobile { font-size: 20px; }
  .hero__lead-title { font-size: 19px; }
  .hero__side-item { grid-template-columns: 90px 1fr; }
  .news-item { grid-template-columns: 90px 1fr; }
  .news-item__body h3 { font-size: 14px; }
}
