
* { 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; }
.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; }
.logo-text span { color: #e63946; }
.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; }
.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; }
.contact-phone { font-size: 17px !important; }
.contact-btn { padding: 6px 14px; border-radius: 20px; font-size: 14px !important; }
.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; }
.hero { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); color: #fff; padding: 50px 24px 36px; text-align: center; }
.hero h1 { font-size: 32px; font-weight: 800; line-height: 1.25; margin-bottom: 10px; }
.hero h1 span { color: #e63946; }
.hero p { font-size: 16px; color: #aab; max-width: 720px; margin: 0 auto; }
.wrap { max-width: 1100px; margin: 36px auto 60px; padding: 0 20px; }
.intro { background:#fff; padding: 28px 32px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.07); margin-bottom: 28px; }
.intro p { font-size: 16px; line-height: 1.75; margin-bottom: 12px; color: #333; }
.intro p:last-child { margin-bottom: 0; }
.intro strong { color: #1a1a2e; }
.intro a { color: #1A75A8; text-decoration: none; }
h2 { font-size: 24px; font-weight: 800; color: #1a1a2e; margin: 32px 0 16px; }
.compare-table { width: 100%; border-collapse: collapse; background:#fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.07); font-size: 14.5px; margin-bottom: 28px; }
.compare-table th { background: #1a1a2e; color:#fff; padding: 12px 14px; text-align: left; font-weight: 700; }
.compare-table td { padding: 12px 14px; border-bottom: 1px solid #eee; vertical-align: top; }
.compare-table tr:nth-child(even) td { background: #f8f9fa; }
.compare-table .model-name { font-weight: 700; color: #1a1a2e; }
.compare-table a { color: #1A75A8; text-decoration: none; font-weight: 600; }
.compare-table .price { color: #c1303d; font-weight: 700; white-space: nowrap; }
.models-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; }
.model-card { background:#fff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.07); transition: box-shadow .2s; display: flex; flex-direction: column; }
.model-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.13); }
.model-card .badge { display:inline-block; background:#e8f4fd; color:#1A75A8; font-size:12px; font-weight:700; padding:3px 10px; border-radius:12px; margin-bottom:10px; align-self:flex-start; }
.model-card h3 { font-size: 19px; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; line-height: 1.3; }
.model-card .price-line { font-size: 22px; font-weight: 800; color: #1a1a2e; margin-bottom: 12px; }
.model-card .specs { font-size: 14px; color: #555; line-height: 1.7; margin-bottom: 14px; flex-grow:1; }
.model-card .specs li { margin-bottom: 4px; list-style: none; padding-left: 18px; position: relative; }
.model-card .specs li::before { content: "✓"; color: #1A75A8; font-weight: 700; position: absolute; left: 0; }
.model-card .btn-more { display: inline-block; background: #e63946; color:#fff; padding: 10px 18px; border-radius: 20px; text-decoration: none; font-weight: 700; font-size: 14px; text-align:center; }
.faq-block { background:#fff; border-radius: 12px; padding: 28px 32px; box-shadow: 0 2px 8px rgba(0,0,0,0.07); margin-bottom: 28px; }
.faq-block h3 { font-size: 17px; font-weight: 700; color: #1a1a2e; margin: 16px 0 6px; }
.faq-block p { font-size: 15px; line-height: 1.7; color: #333; margin-bottom: 6px; }
.faq-block a { color: #1A75A8; text-decoration: none; }
.use-cases { background:#fff; border-radius: 12px; padding: 28px 32px; box-shadow: 0 2px 8px rgba(0,0,0,0.07); margin-bottom: 28px; }
.use-cases ul { padding-left: 22px; line-height: 1.8; }
.use-cases a { color: #1A75A8; text-decoration: none; }
.cta-box { background: linear-gradient(135deg, #1a1a2e, #0f3460); border-radius: 12px; padding: 32px; text-align: center; color:#fff; }
.cta-box h2 { color: #fff; margin: 0 0 8px; }
.cta-box p { font-size: 15px; color: #aab; margin-bottom: 18px; }
.cta-box a.cta-btn { display:inline-block; background:#e63946; color:#fff; font-weight:700; padding: 14px 28px; border-radius: 24px; text-decoration:none; font-size:15px; margin: 0 6px 8px; }
.cta-box a.cta-tg { background:#229ED9; color:#fff; text-decoration:none; font-weight:600; padding: 14px 24px; border-radius: 24px; margin: 0 6px; display:inline-block; }
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){
  .hero h1{font-size:24px;}.hero p{font-size:14px;}.hero{padding:32px 16px 24px;}
  .intro,.faq-block,.use-cases,.cta-box{padding:22px 18px;}
  .compare-table{font-size:13px;}.compare-table th,.compare-table td{padding:8px 8px;}
  .logo-text{display:none;}.header-contacts{display:none;}.header-contacts-mobile{display:flex;}
  .tg-bar{font-size:13px;padding:8px 14px;margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;}.tg-bar a{font-size:14px;}
  .top-bar{font-size:12px;flex-wrap:wrap;padding:7px 14px;gap:6px;}
  h2{font-size:20px;margin:24px 0 12px;}.model-card h3{font-size:17px;}
  .cta-box a.cta-btn, .cta-box a.cta-tg{display:block;margin:8px auto;width:fit-content;}
}
