
* { 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-icon { width: 52px; height: 36px; background: #e63946; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 14px; color: #fff; }
.logo-text { color: #fff; font-size: 22px; font-weight: 800; letter-spacing: -0.5px; }
.logo-img { height: 40px; width: auto; display: block; }
.logo-text span { color: #e63946; }
.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: 780px; margin: 40px 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: 28px; font-weight: 800; color: #1a1a2e; line-height: 1.3; margin-bottom: 20px; }
.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: 20px; font-weight: 700; color: #1a1a2e; margin: 28px 0 12px; }
.article-body p { font-size: 16px; line-height: 1.75; color: #333; margin-bottom: 16px; }
.article-body ul { padding-left: 22px; margin-bottom: 16px; }
.article-body li { font-size: 16px; line-height: 1.8; color: #333; margin-bottom: 4px; }
.article-body strong { color: #1a1a2e; }
.compare-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 15px; }
.compare-table th { background: #1a1a2e; color: #fff; padding: 12px 16px; text-align: left; }
.compare-table td { padding: 11px 16px; border-bottom: 1px solid #eee; }
.compare-table tr:nth-child(even) td { background: #f8f9fa; }
.compare-table .yes { color: #28a745; font-weight: 600; }
.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; }
.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 { display: inline-block; background: #e63946; color: #fff; font-weight: 700; padding: 12px 28px; border-radius: 24px; text-decoration: none; font-size: 15px; }
.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; }
.header-contacts { color: #ccc; font-size: 14px; text-align: right; 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; }
.header-contacts-mobile { display: none; align-items: center; gap: 8px; }
.mobile-phone { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #e63946; text-decoration: none; flex-shrink: 0; }
.mobile-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; text-decoration: none; flex-shrink: 0; }
.mobile-icon-btn.tg { background: #229ED9; }
.mobile-icon-btn.wa { background: #25D366; }
@media(max-width:600px){.header-contacts{display:none;
    .tg-bar { margin: 0 !important; padding: 8px 14px !important; font-size: 13px !important; }
  }.header-contacts-mobile{display:flex;padding-right:50px;}.logo-text{display:none;}}

.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 20px 0; border-radius: 8px; }
.table-wrap .compare-table { margin: 0; min-width: 480px; }
@media(max-width:600px){
  .compare-table th, .compare-table td { padding: 8px 10px; font-size: 13.5px; }
  .table-wrap { box-shadow: inset -8px 0 8px -8px rgba(0,0,0,.15); }
}
