.hero-form-wrap {
  background: rgba(10,10,15,0.6);
  border: 1px solid rgba(245,166,35,0.25);
  border-radius: 10px;
  padding: 28px;
  width: 100%;
  box-sizing: border-box;
}


/* ─── ГЛОБАЛЬНЫЕ ПРАВИЛА ─── */
img { max-width: 100%; height: auto; display: block; }
table { max-width: 100%; }
.article-img { width: 100%; height: auto; border-radius: 12px; }
.article-img-wrap { overflow: hidden; }
.article-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; width: 100%; }

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Raleway:wght@300;400;500;600&display=swap');

:root {
  --black: #0a0a0f;
  --deep: #12101a;
  --purple: #3d1f6e;
  --magenta: #8b1a6b;
  --sunset: #c94a1a;
  --orange: #e8721a;
  --gold: #f5a623;
  --cream: #fdf6ee;
  --text: #e8e0d5;
  --text-muted: #a09080;
  --border: rgba(245,166,35,0.15);
  --grad: linear-gradient(135deg, var(--black) 0%, var(--deep) 30%, var(--purple) 60%, var(--magenta) 80%, var(--sunset) 100%);
  --grad-accent: linear-gradient(90deg, var(--orange), var(--gold));
  --sidebar-w: 300px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  background: var(--black);
  color: var(--text);
  line-height: 1.7;
  min-height: 100vh;
}

/* ─── ШАПКА ─── */
.site-header {
  text-align: center;
  padding: 36px 20px 0;
  background: var(--black);
  position: relative;
}

.site-logo {
  display: inline-block;
  margin-bottom: 24px;
  text-decoration: none;
}

.site-logo:visited,
.site-logo:hover {
  text-decoration: none;
}

.logo-emblem {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--grad);
  border: 3px solid var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  box-shadow: 0 0 40px rgba(232,114,26,0.3);
  position: relative;
  overflow: hidden;
}

.logo-emblem::before {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  border: 1px solid rgba(245,166,35,0.4);
}

.logo-icon { font-size: 42px; line-height: 1; }

.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}

/* ─── НАВИГАЦИЯ ─── */
.site-nav {
  background: rgba(10,10,15,0.95);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 20px;
  flex-wrap: wrap;
}

.nav-inner a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 18px;
  transition: color 0.2s;
  position: relative;
}

.nav-inner a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%; right: 50%;
  height: 2px;
  background: var(--grad-accent);
  transition: left 0.2s, right 0.2s;
}

.nav-inner a:hover { color: var(--gold); }
.nav-inner a:hover::after,
.nav-inner a.active::after { left: 0; right: 0; }
.nav-inner a.active { color: var(--gold); }

.nav-icons {
  display: flex;
  gap: 12px;
  margin-left: auto;
}

.nav-icons a {
  color: var(--text-muted);
  font-size: 18px;
  padding: 16px 8px;
  transition: color 0.2s;
}
.nav-icons a:hover { color: var(--gold); }

/* ─── LAYOUT ─── */
.page-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 20px;
  display: grid;
  grid-template-columns: 1fr var(--sidebar-w);
  gap: 48px;
  align-items: start;
}

.main-content { min-width: 0; }

/* ─── HERO (главная) ─── */
.hero {
  background: var(--grad);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: center;
  text-align: left;
}

.hero-tag {
  display: inline-block;
  background: rgba(245,166,35,0.15);
  border: 1px solid rgba(245,166,35,0.3);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 20px;
}

.hero h1 em {
  font-style: normal;
  background: var(--grad-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  max-width: 520px;
  margin: 0 auto 36px;
}

.hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.btn-primary {
  background: var(--grad-accent);
  color: var(--black);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
  display: inline-block;
}

.btn-primary:hover { opacity: 0.9; transform: translateY(-1px); }

.btn-outline {
  border: 1px solid rgba(245,166,35,0.4);
  color: var(--gold);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
  display: inline-block;
}

.btn-outline:hover { background: rgba(245,166,35,0.1); }

/* ─── РУБРИКИ-ПЛИТКА (главная) ─── */
.categories-strip {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 20px 0;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 8px;
}

.section-sub {
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: 32px;
}

.cats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

.cat-card {
  background: var(--deep);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px 16px;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s;
  display: block;
}

.cat-card:hover { border-color: var(--orange); transform: translateY(-3px); }
.cat-card-icon { font-size: 32px; margin-bottom: 10px; }
.cat-card-name { color: var(--cream); font-weight: 600; font-size: 14px; }
.cat-card-count { color: var(--text-muted); font-size: 12px; margin-top: 4px; }

/* ─── СТАТЬИ СЕТКА ─── */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.article-card {
  background: var(--deep);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
}

.article-card:hover { border-color: var(--orange); transform: translateY(-3px); }

.article-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

.article-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }

.article-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}

.article-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 10px;
  line-height: 1.35;
}

.article-card p {
  color: var(--text-muted);
  font-size: 14px;
  flex: 1;
  margin-bottom: 16px;
}

.article-meta {
  font-size: 12px;
  color: var(--text-muted);
  display: flex;
  gap: 12px;
  align-items: center;
}

.read-more {
  display: inline-block;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 12px;
  transition: color 0.2s;
}

.read-more:hover { color: var(--orange); }

/* ─── САЙДБАР ─── */
.sidebar { display: flex; flex-direction: column; gap: 28px; }

.sidebar-widget {
  background: var(--deep);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}

.widget-title {
  background: var(--grad);
  padding: 12px 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.widget-body { padding: 20px; }

/* ─── ФОРМА ПОДПИСКИ ─── */
.subscribe-widget { }

.subscribe-promise {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.5;
}

.sub-input {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 11px 14px;
  color: var(--text);
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  transition: border-color 0.2s;
  outline: none;
}

.sub-input::placeholder { color: var(--text-muted); }
.sub-input:focus { border-color: var(--orange); }

.sub-btn {
  width: 100%;
  background: var(--grad-accent);
  color: var(--black);
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 4px;
}

.sub-btn:hover { opacity: 0.9; }

.sub-privacy {
  font-size: 11px;
  color: var(--text-muted);
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}

/* ─── РУБРИКИ САЙДБАР ─── */
.cats-list { list-style: none; }

.cats-list li {
  border-bottom: 1px solid var(--border);
}

.cats-list li:last-child { border-bottom: none; }

.cats-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  color: var(--text);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.cats-list a:hover { color: var(--gold); }

.cats-list span {
  background: rgba(245,166,35,0.1);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
}

/* ─── ПОПУЛЯРНЫЕ СТАТЬИ ─── */
.popular-list { list-style: none; }

.popular-list li {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}

.popular-list li:last-child { border-bottom: none; }

.popular-num {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--border);
  line-height: 1;
  flex-shrink: 0;
  width: 32px;
}

.popular-list a {
  color: var(--text);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.45;
  transition: color 0.2s;
}

.popular-list a:hover { color: var(--gold); }

/* ─── СТАТЬЯ (внутренняя страница) ─── */
.article-header {
  margin-bottom: 32px;
}

.article-header .article-cat { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }

.article-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
  color: var(--cream);
  line-height: 1.2;
  margin-bottom: 16px;
}

.article-header .meta {
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.article-body { font-size: 16px; line-height: 1.8; color: var(--text); }

.article-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--cream);
  margin: 40px 0 16px;
}

.article-body h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--cream);
  margin: 28px 0 12px;
}

.article-body p { margin-bottom: 18px; }

.article-body ul, .article-body ol {
  padding-left: 24px;
  margin-bottom: 18px;
}

.article-body li { margin-bottom: 8px; }

.article-body blockquote {
  border-left: 3px solid var(--orange);
  padding: 16px 20px;
  background: rgba(232,114,26,0.06);
  border-radius: 0 6px 6px 0;
  margin: 24px 0;
  font-style: italic;
  color: var(--cream);
}

.article-body strong { color: var(--cream); font-weight: 600; }

/* ─── О САЙТЕ / О АВТОРЕ ─── */
.about-hero {
  background: var(--grad);
  border-radius: 12px;
  padding: 48px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.about-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(245,166,35,0.2);
  border: 3px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  margin: 0 auto 20px;
}

.about-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
}

.about-hero p { color: rgba(255,255,255,0.75); max-width: 500px; margin: 0 auto; }

.about-body { font-size: 16px; line-height: 1.8; }
.about-body h2 { font-family: 'Playfair Display', serif; font-size: 24px; color: var(--cream); margin: 36px 0 14px; }
.about-body p { color: var(--text); margin-bottom: 16px; }

.about-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.value-card {
  background: var(--deep);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.value-card .icon { font-size: 32px; margin-bottom: 10px; }
.value-card h4 { color: var(--cream); font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.value-card p { color: var(--text-muted); font-size: 13px; margin: 0; }

/* ─── КОНТАКТЫ ─── */
.contact-form-wrap {
  background: var(--deep);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 40px;
}

.contact-form-wrap h2 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: var(--cream);
  margin-bottom: 24px;
}

.form-group { margin-bottom: 18px; }

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.form-input {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 12px 16px;
  color: var(--text);
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s;
}

.form-input:focus { border-color: var(--orange); }
.form-input::placeholder { color: var(--text-muted); }

textarea.form-input { resize: vertical; min-height: 130px; }

.contact-info {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.contact-item {
  background: var(--deep);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}

.contact-item .icon { font-size: 28px; margin-bottom: 10px; }
.contact-item h4 { color: var(--cream); font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.contact-item p { color: var(--text-muted); font-size: 13px; }

/* ─── ХЛЕБНЫЕ КРОШКИ ─── */
.breadcrumb {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 20px 0;
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  gap: 8px;
  align-items: center;
}

.breadcrumb a { color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--orange); }

/* ─── FOOTER ─── */
.site-footer {
  background: var(--deep);
  border-top: 1px solid var(--border);
  margin-top: 80px;
  padding: 48px 20px 24px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-about p { color: var(--text-muted); font-size: 14px; line-height: 1.7; margin-top: 12px; }

.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: var(--text-muted); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }

.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 12px;
}

.footer-socials { display: flex; gap: 16px; }
.footer-socials a { color: var(--text-muted); font-size: 20px; transition: color 0.2s; text-decoration: none; }
.footer-socials a:hover { color: var(--gold); }

/* ─── СТРАНИЦА 404 / УСПЕХ ─── */
.success-box {
  background: var(--deep);
  border: 1px solid rgba(245,166,35,0.3);
  border-radius: 12px;
  padding: 48px;
  text-align: center;
  max-width: 500px;
  margin: 60px auto;
}

.success-box .icon { font-size: 56px; margin-bottom: 20px; }
.success-box h2 { font-family: 'Playfair Display', serif; font-size: 28px; color: var(--cream); margin-bottom: 12px; }
.success-box p { color: var(--text-muted); margin-bottom: 24px; }

/* ─── АДАПТИВ ─── */

/* Планшет */
@media (max-width: 1024px) {
  .page-wrap { grid-template-columns: 1fr 280px; }
  .hero h1 { font-size: clamp(24px, 4vw, 42px); }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* Мобильный */
@media (max-width: 768px) {

  /* Шапка */
  .site-header { padding: 20px 16px 0; }
  .logo-emblem { width: 80px; height: 80px; }
  .logo-icon { font-size: 30px; }
  .logo-text { font-size: 11px; }
  .site-logo { margin-bottom: 16px; }

  /* Навигация — горизонтальный скролл */
  .site-nav { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .nav-inner {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 12px;
    gap: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .nav-inner::-webkit-scrollbar { display: none; }
  .nav-inner a { white-space: nowrap; font-size: 12px; padding: 14px 12px; }

  /* Хлебные крошки */
  .breadcrumb { padding: 10px 16px; font-size: 12px; }

  /* Главный layout — одна колонка */
  .page-wrap {
    grid-template-columns: 1fr !important;
    padding: 0 16px;
    gap: 24px;
  }

  /* Сайдбар — после контента */
  .sidebar { order: 2; }
  .main-content { order: 1; }

  /* Hero */
  .hero { padding: 40px 16px; }
  .hero-inner {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    text-align: center;
  }
  .hero h1 { font-size: 26px; line-height: 1.3; }
  .hero-sub { font-size: 14px; }
  .hero-btns { flex-direction: column; align-items: stretch; }
  .hero-btns a { text-align: center; }

  /* Hero форма подписки */
  .hero form { padding: 20px 16px; }
  .hero .sub-input { font-size: 16px; }
  .hero .sub-btn { font-size: 14px; padding: 14px; }

  /* Заголовки секций */
  .section-title { font-size: 22px; }
  .section-sub { font-size: 13px; }

  /* Карточки статей */
  .article-list-item {
    grid-template-columns: 80px 1fr !important;
    gap: 12px !important;
    padding: 16px !important;
  }
  .article-list-thumb {
    width: 80px !important;
    height: 64px !important;
    font-size: 24px !important;
  }
  .article-list-title { font-size: 16px !important; }
  .article-list-desc { font-size: 13px; }

  /* Топ карточки */
  .top-cards { grid-template-columns: 1fr !important; }

  /* Страница статьи */
  .article-header { padding: 0; }
  .article-title { font-size: 22px !important; line-height: 1.3; }
  .article-lead { font-size: 15px; }
  .article-body h2 { font-size: 20px; }
  .article-body p { font-size: 15px; line-height: 1.7; }
  .article-img { border-radius: 8px; }

  /* Таблица в статье */
  .article-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .article-table { min-width: 480px; }

  /* Страница О сайте */
  .about-hero { padding: 32px 16px; }
  .about-hero h1 { font-size: 28px; }
  .about-values { grid-template-columns: 1fr 1fr !important; gap: 12px; }
  .value-card { padding: 16px; }

  /* Страница Об авторе */
  .author-hero { flex-direction: column; text-align: center; padding: 24px 16px; }
  .author-photo { margin: 0 auto 20px; }

  /* Контакты */
  .contact-form-wrap { padding: 20px 16px; }
  .contact-grid { grid-template-columns: 1fr !important; }

  /* Футер */
  .footer-inner {
    grid-template-columns: 1fr !important;
    gap: 24px;
    padding: 32px 16px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 16px;
  }
  .footer-socials { justify-content: center; }

  /* Виджеты сайдбара */
  .sidebar-widget { margin-bottom: 16px; }
  .sub-input { font-size: 16px; } /* предотвращает зум на iOS */
  .sub-btn { font-size: 14px; padding: 14px; }

  /* Страница подписки */
  .subscribe-page-wrap { padding: 32px 16px; }
}

/* Очень маленькие экраны */
@media (max-width: 380px) {
  .hero h1 { font-size: 22px; }
  .article-title { font-size: 19px !important; }
  .about-values { grid-template-columns: 1fr !important; }
  .nav-inner a { font-size: 11px; padding: 12px 10px; }
}
.article-nav a { color: #c9a84c; }
