
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #f5f5f5; color: #222; }
header { background: #1a1a2e; color: #fff; padding: 0 24px; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,0.3); }
.header-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-img { height: 40px; width: auto; display: block; }
.header-contacts { color: #ccc; font-size: 14px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.header-contacts a { color: #fff; text-decoration: none; font-weight: 600; font-size: 15px; }
.contact-phone { font-size: 17px !important; white-space: nowrap; }
.contact-btn { padding: 6px 14px; border-radius: 20px; font-size: 14px !important; white-space: nowrap; }
.contact-tg { background: #229ED9; }
.contact-wa { background: #25D366; }
.contact-buy { background: #e63946; }
.tg-bar { background:#e63946;color:#fff;text-align:center;padding:12px 20px;font-size:15px;font-weight:600;margin:0 -24px; }
.tg-bar a { color:#b3e5ff;text-decoration:none;font-weight:800; }
.top-bar { background: #1a2a3a; border-bottom: 2px solid #229ED9; padding: 9px 20px; display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; color: #bcd; }
.top-bar a { color: #229ED9; font-weight: 600; text-decoration: none; }
.article-wrap { max-width: 820px; margin: 30px auto 60px; padding: 0 20px; }
.article-meta { font-size: 13px; color: #888; margin-bottom: 8px; }
.article-tag { display: inline-block; background: #e8f4fd; color: #1A75A8; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 12px; margin-bottom: 14px; }
.article-wrap h1 { font-size: 30px; font-weight: 800; color: #1a1a2e; line-height: 1.3; margin-bottom: 18px; }
.article-body { background: #fff; border-radius: 12px; padding: 32px; box-shadow: 0 2px 8px rgba(0,0,0,0.07); }
.article-body h2 { font-size: 22px; font-weight: 800; color: #1a1a2e; margin: 30px 0 12px; }
.article-body h3 { font-size: 18px; font-weight: 700; color: #1a1a2e; margin: 22px 0 10px; }
.article-body p { font-size: 16px; line-height: 1.75; color: #333; margin-bottom: 16px; }
.article-body ul, .article-body ol { padding-left: 22px; margin-bottom: 16px; }
.article-body li { font-size: 16px; line-height: 1.8; color: #333; margin-bottom: 6px; }
.article-body strong { color: #1a1a2e; }
.article-body a { color: #1A75A8; }
.steps { counter-reset: step; list-style: none; padding-left: 0; }
.steps li { position: relative; padding-left: 50px; margin-bottom: 16px; min-height: 36px; }
.steps li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 34px; height: 34px; background: #e63946; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; }
.highlight-box { background: #f0f7ff; border-left: 4px solid #229ED9; padding: 16px 20px; border-radius: 0 8px 8px 0; margin: 20px 0; }
.highlight-box p { margin: 0; font-size: 15px; }
.warn-box { background: #fff7e8; border-left: 4px solid #e69138; padding: 16px 20px; border-radius: 0 8px 8px 0; margin: 20px 0; }
.warn-box p { margin: 0; font-size: 15px; }
.fill-box { background: #fdeef0; border: 1px dashed #e63946; padding: 14px 18px; border-radius: 8px; margin: 18px 0; color:#a3283a; font-size:14px; }
.tg-embed { margin: 22px auto 8px; max-width: 600px; }
.tg-embed iframe { border-radius: 12px !important; }
.cta-box { background: linear-gradient(135deg, #1a1a2e, #0f3460); border-radius: 12px; padding: 28px; text-align: center; margin-top: 32px; }
.cta-box h3 { color: #fff; font-size: 20px; margin-bottom: 10px; }
.cta-box p { color: #aab; font-size: 15px; margin-bottom: 20px; }
.cta-box a.cta-cb { display: inline-block; background: #e63946; color: #fff; font-weight: 700; padding: 12px 28px; border-radius: 24px; text-decoration: none; font-size: 15px; margin: 0 6px 8px; white-space: nowrap; }
.cta-box a { color: #fff; text-decoration: none; font-weight: 600; }
.back-link { display: inline-block; color: #1A75A8; text-decoration: none; font-size: 14px; margin-bottom: 20px; }
footer { background: #1a1a2e; color: #aab; padding: 30px 24px; text-align: center; font-size: 14px; }
footer a { color: #229ED9; text-decoration: none; }
@media(max-width:680px){
  .article-wrap h1{font-size:23px;}
  .article-body{padding:22px 18px;}
  .header-contacts{display:none;}
  .cta-box a.cta-cb{display:block;margin:8px auto;width:fit-content;}
}

.video-block { margin: 26px 0; }
.video-block video { width: 100%; max-width: 420px; display: block; margin: 0 auto;
  border-radius: 14px; background: #000; box-shadow: 0 4px 18px rgba(0,0,0,0.18); }
.video-cap { text-align: center; font-size: 13.5px; color: #777; margin-top: 10px; }
.video-cap a { color: #1A75A8; text-decoration: none; }
.review { background:#fff; border-left:4px solid #ffb400; border-radius:10px; padding:20px 24px; margin:24px 0;
  box-shadow:0 2px 8px rgba(0,0,0,0.06); }
.review .stars { color:#ffb400; font-size:17px; letter-spacing:2px; }
.review .who { font-size:13.5px; color:#888; margin-top:10px; }
.review p { font-style: italic; margin: 10px 0 0; }
