:root{
  --bg:#f7f2ea;
  --paper:#ffffff;
  --text:#1d1d1f;
  --muted:#5b5b61;
  --brand:#8b1e1e;
  --brand2:#c58a2f;
  --line:#e6dacb;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.72;
  font-size:18px;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--brand);font-weight:700;text-decoration:none}
a:hover{text-decoration:underline}
.wrap{width:min(1180px,92%);margin:0 auto}
.site-header{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:10;
}
.header-inner{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.logo{
  color:var(--brand);
  font-size:28px;
  font-weight:900;
  letter-spacing:.3px;
}
.main-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  justify-content:flex-end;
}
.main-nav a{
  color:#303036;
  font-size:15px;
  padding:8px 10px;
  border-radius:999px;
}
.main-nav a.active,.main-nav a:hover{
  background:#f0e3d4;
  color:var(--brand);
  text-decoration:none;
}
.hero{
  padding:54px 0 42px;
  background:linear-gradient(135deg,#fffaf3 0%,#f0e0cc 100%);
  border-bottom:1px solid var(--line);
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px;
  align-items:center;
}
.eyebrow{
  color:var(--brand);
  text-transform:uppercase;
  font-size:14px;
  letter-spacing:1.3px;
  font-weight:800;
  margin:0 0 8px;
}
h1{
  font-size:clamp(38px,5vw,66px);
  line-height:1.05;
  margin:0 0 22px;
  color:#171717;
}
.lead{
  font-size:21px;
  color:#34343a;
  margin:0 0 26px;
}
.cta-row{display:flex;gap:14px;flex-wrap:wrap}
.btn{
  display:inline-block;
  background:var(--brand);
  color:#fff;
  padding:12px 18px;
  border-radius:999px;
  box-shadow:0 8px 20px rgba(139,30,30,.18);
}
.btn:hover{text-decoration:none;background:#6d1717}
.btn-light{
  background:#fff;
  color:var(--brand);
  border:1px solid var(--line);
}
.btn-light:hover{background:#fff6ea;color:var(--brand)}
figure{
  margin:34px 0;
  background:var(--paper);
  border:1px solid var(--line);
  padding:12px;
  border-radius:22px;
  box-shadow:0 14px 34px rgba(58,35,11,.08);
}
figure img{border-radius:16px;width:100%}
figcaption{
  color:var(--muted);
  font-size:14px;
  margin-top:8px;
  text-align:center;
}
.hero-image{margin:0}
.article{
  background:var(--paper);
  margin-top:42px;
  margin-bottom:42px;
  padding:34px;
  border-radius:26px;
  border:1px solid var(--line);
  box-shadow:0 12px 32px rgba(40,20,0,.06);
}
.content-section{padding:8px 0}
h2{
  color:#151515;
  font-size:30px;
  line-height:1.18;
  margin:24px 0 10px;
}
p{margin:0 0 18px}
.related{
  margin-top:36px;
  padding:26px;
  background:#fbf6ef;
  border:1px solid var(--line);
  border-radius:22px;
}
.related ul{
  columns:2;
  margin:0;
  padding-left:22px;
}
.site-footer{
  background:#211714;
  color:#f5eadf;
  padding:34px 0;
  text-align:center;
}
.site-footer a{color:#ffd08a}
.site-footer p{margin:6px 0}
@media (max-width:850px){
  body{font-size:17px}
  .header-inner{align-items:flex-start;flex-direction:column;padding:16px 0}
  .main-nav{justify-content:flex-start}
  .hero-grid{grid-template-columns:1fr}
  .article{padding:22px}
  .related ul{columns:1}
}
.external-links{font-size:15px;margin-top:10px}.external-links a{color:#ffd08a}

.seokatalog-link{
  text-align:center;
  margin:12px 0 0;
}
.seokatalog-link img{
  display:inline-block;
  width:88px;
  height:15px;
  border:0;
}
