:root {
    --ms-blue: #17366f;
    --ms-blue-2: #255aa4;
    --ms-yellow: #ffd200;
    --ms-ink: #162033;
    --ms-muted: #5d6a7c;
    --ms-line: #dfe8f5;
    --ms-soft: #f3f7fd;
    --ms-white: #ffffff;
    --ms-green: #065f46;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--ms-ink); background: var(--ms-soft); }
a { color: var(--ms-blue-2); }
.ms-site-header, .ms-top, .pub-topbar, .hdr { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px clamp(18px, 4vw, 52px); background: var(--ms-white); border-bottom: 1px solid var(--ms-line); box-shadow: 0 1px 8px rgba(0,0,0,.04); }
.hdr { position: sticky; top: 0; z-index: 50; }
.ms-site-logo, .ms-logo, .pub-topbar .brand, .brand { display: flex; align-items: center; text-decoration: none; }
.ms-site-logo img, .ms-logo img, .pub-brand-logo, .brand img { display: block; height: 48px; width: auto; }
.ms-site-nav, .ms-nav, .pub-nav, .hnav { display: flex; align-items: center; gap: 8px; }
.ms-site-nav a, .ms-nav a, .pub-nav a, .hnav a { text-decoration: none; color: #334155; font-size: 14px; font-weight: 800; padding: 9px 12px; border-radius: 7px; white-space: nowrap; }
.ms-site-nav a:hover, .ms-site-nav a:focus-visible, .ms-nav a:hover, .ms-nav a:focus-visible, .pub-nav a:hover, .pub-nav a:focus-visible, .hnav a:hover, .hnav a:focus-visible { background: var(--ms-soft); outline: none; }
.ms-site-nav a.active, .ms-site-nav a.primary, .ms-nav .primary, .pub-nav a.active { background: var(--ms-yellow); color: #10285a; }
.ms-hero, .pub-hero, .hero { color: var(--ms-white); background: radial-gradient(circle at 78% 20%, rgba(255,210,0,.16), transparent 30%), linear-gradient(135deg, var(--ms-blue), var(--ms-blue-2)); }
.ms-hero { min-height: calc(100vh - 68px); display: flex; align-items: center; padding: clamp(22px, 4vw, 48px) clamp(18px, 4vw, 52px); }
.pub-hero { padding: 44px 24px 38px; text-align: center; }
.hero { padding: 46px 0; }
.ms-hero-inner { width: 100%; max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,.96fr) minmax(340px,1.04fr); gap: clamp(24px,5vw,58px); align-items: center; }
.wrap, .pub-shell { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.pub-shell { padding-top: 32px; padding-bottom: 32px; }
.ms-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 12px; color: var(--ms-yellow); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.ms-eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--ms-yellow); border-radius: 999px; }
h1 { letter-spacing: 0; }
.ms-hero h1 { margin: 0 0 16px; max-width: 700px; font-size: clamp(34px, 5vw, 58px); line-height: 1; }
.pub-hero h1 { margin: 0 0 12px; font-size: 34px; }
.hero h1 { margin: 0 0 12px; font-size: 30px; line-height: 1.15; max-width: 680px; }
.ms-lead, .hero p, .pub-hero p { color: #dbe8ff; font-size: clamp(16px,2vw,20px); line-height: 1.5; }
.ms-lead { max-width: 650px; margin: 0 0 22px; }
.hero p { margin: 0 0 20px; max-width: 620px; }
.pub-hero p { margin: 0 auto; max-width: 680px; }
.ms-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ms-btn, .btn, .pub-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px; border-radius: 8px; text-decoration: none; font-weight: 900; border: 1px solid transparent; cursor: pointer; }
.ms-btn-main, .btn, .pub-btn-primary { background: var(--ms-yellow); color: #10285a; }
.ms-btn-alt, .pub-btn-secondary { background: rgba(255,255,255,.08); color: var(--ms-white); border-color: rgba(255,255,255,.38); }
.pub-btn-secondary { background: var(--ms-white); color: var(--ms-blue); border-color: var(--ms-blue); }
.ms-btn-main:hover, .ms-btn-main:focus-visible, .btn:hover, .btn:focus-visible, .pub-btn-primary:hover, .pub-btn-primary:focus-visible { background: #ffdc35; color: #10285a; outline: 3px solid rgba(255,210,0,.35); outline-offset: 2px; }
.ms-btn-alt:hover, .ms-btn-alt:focus-visible { background: var(--ms-white); color: var(--ms-blue); border-color: var(--ms-white); outline: 3px solid rgba(255,255,255,.32); outline-offset: 2px; }
.pub-btn-secondary:hover, .pub-btn-secondary:focus-visible { background: var(--ms-soft); color: var(--ms-blue); border-color: var(--ms-blue); outline: 3px solid rgba(37,90,164,.18); outline-offset: 2px; }
.ms-panel, .pub-card, .ibox, .card { background: var(--ms-white); border: 1px solid var(--ms-line); border-radius: 8px; }
.ms-panel { color: var(--ms-ink); box-shadow: 0 20px 58px rgba(0,0,0,.22); padding: 18px; }
.pub-card { padding: 24px; margin-bottom: 20px; box-shadow: 0 1px 3px rgba(15,23,42,.04); }
.pub-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 18px; }
.pub-card h2 { margin-top: 0; font-size: 22px; }
.ms-support-logo { display: block; width: min(86%,420px); max-height: 158px; object-fit: contain; margin: 0 auto 16px; }
.ms-finder { border: 1px solid var(--ms-line); border-radius: 8px; padding: 16px; background: var(--ms-white); }
.ms-finder label { display: block; margin-bottom: 8px; color: var(--ms-blue); font-size: 13px; font-weight: 900; }
.ms-fake-search { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 12px 0 16px; color: #64748b; border: 2px solid #cbd7ea; border-radius: 8px; background: var(--ms-white); }
.ms-fake-search a { flex: 0 0 auto; background: var(--ms-yellow); color: #10285a; text-decoration: none; font-weight: 900; padding: 9px 14px; border-radius: 6px; }
.ms-quick-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 14px; }
.ms-quick { min-height: 84px; padding: 12px; text-decoration: none; background: var(--ms-soft); border: 1px solid #e7edf6; border-radius: 8px; }
.ms-quick:hover, .ms-quick:focus-visible { background: #fff; border-color: var(--ms-yellow); box-shadow: 0 0 0 3px rgba(255,210,0,.22); outline: none; }
.ms-quick strong { display: block; color: #111827; font-size: 15px; margin-bottom: 4px; }
.ms-quick span { display: block; color: var(--ms-muted); font-size: 13px; line-height: 1.3; }
.ms-small-links { margin-top: 18px; color: #cfe0ff; font-size: 13px; }
.ms-small-links a { color: #fff; font-weight: 700; text-decoration: none; }
.trust { background: #f8fafc; border-bottom: 1px solid #eef2f7; }
.trust-in { display: flex; flex-wrap: wrap; gap: 24px; padding: 13px 0; font-size: 14px; color: #374151; font-weight: 600; }
.bar { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 24px 0 6px; }
.bar h2 { font-size: 16px; margin: 0 12px 0 0; }
.chip { border: 1px solid #d1d5db; background: var(--ms-white); border-radius: 999px; padding: 8px 15px; font-size: 13px; font-weight: 700; cursor: pointer; color: #374151; }
.chip.on { background: var(--ms-blue); color: var(--ms-white); border-color: var(--ms-blue); }
.chip:hover, .chip:focus-visible { border-color: var(--ms-blue-2); box-shadow: 0 0 0 3px rgba(37,90,164,.12); outline: none; }
.count { color: var(--ms-muted); font-size: 13px; margin: 0 0 16px; }
.grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); gap: 22px; padding-bottom: 50px; }
.card { overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .15s, transform .15s; }
.card:hover { box-shadow: 0 10px 26px rgba(6,37,91,.12); transform: translateY(-3px); }
.card-img { position: relative; display: block; height: 200px; background: #f6f7f9; }
.card-img img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }
.noimg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #9ca3af; font-size: 13px; }
.badge { position: absolute; top: 10px; left: 10px; background: rgba(6,37,91,.92); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.badge.b2025 { background: #047857; }
.soon { display: inline-block; background: #fff7d6; color: #92400e; border: 1px solid #fde68a; font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: 999px; margin-top: 10px; }
.card-b { padding: 13px 15px 16px; display: flex; flex-direction: column; flex: 1; }
.card-t { font-size: 14px; font-weight: 700; line-height: 1.35; text-decoration: none; color: #111827; min-height: 38px; }
.tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.tag { font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 6px; background: #eef2ff; color: #3730a3; }
.tag.g { background: #ecfdf5; color: var(--ms-green); }
.atc { margin-top: 12px; background: var(--ms-yellow); color: #06255b; border: 0; border-radius: 8px; padding: 11px; font-weight: 900; font-size: 14px; cursor: pointer; text-align: center; text-decoration: none; display: block; }
.atc.ghost { background: #fff; color: #06255b; border: 1px solid #06255b; font-weight: 800; }
.mimg { width: 100%; height: 360px; background: #f6f7f9; border: 1px solid #eef2f7; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.mimg img { max-width: 100%; max-height: 340px; object-fit: contain; }
.thumbs { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.thumbs img { width: 56px; height: 56px; object-fit: contain; background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 6px; cursor: pointer; }
.pbadge { display: inline-block; background: #06255b; color: #fff; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 999px; margin-bottom: 10px; }
.pgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; padding: 22px 0; align-items: start; }
h1.pt { font-size: 24px; margin: 4px 0 10px; }
.spec { font-size: 14px; color: #374151; margin: 4px 0; }
.gbtn { display: inline-flex; align-items: center; background: var(--ms-green); color: #fff; padding: 9px 14px; border-radius: 8px; text-decoration: none; font-size: 13px; font-weight: 800; margin: 6px 6px 0 0; }
.desc { border-top: 1px solid #eef2f7; padding: 22px 0; font-size: 14px; line-height: 1.6; color: #374151; max-width: 820px; }
.product-description-copy, .product-description-copy * { font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.65; color: #374151; }
.product-description-copy p { margin: 0 0 12px; }
.product-description-copy p:last-child { margin-bottom: 0; }
.product-description-copy ul, .product-description-copy ol { margin: 0 0 12px; padding-left: 22px; }
.product-description-copy li { margin: 0 0 6px; }
.ibox { margin-top: 16px; padding: 16px; background: #f8fafc; }
.hpx { position: absolute; left: -9999px; top: -9999px; height: 1px; width: 1px; overflow: hidden; }
.form-row { margin-bottom: 14px; }
.form-row label { display: block; font-weight: 700; margin-bottom: 4px; font-size: 14px; }
.form-row input, .form-row select, .form-row textarea, .ibox input, .ibox textarea, .guide-form input { width: 100%; padding: 10px 11px; border: 1px solid #cbd5e1; border-radius: 7px; font-size: 14px; font-family: inherit; }
.form-row textarea, .ibox textarea { min-height: 130px; resize: vertical; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus, .ibox input:focus, .ibox textarea:focus, .guide-form input:focus { outline: none; border-color: var(--ms-blue-2); box-shadow: 0 0 0 3px rgba(37,90,164,.12); }
.flash-ok, .ok { background: #ecfdf5; border: 1px solid #a7f3d0; color: #065f46; padding: 12px 16px; border-radius: 8px; margin: 10px 0 18px; font-weight: 700; }
.flash-err, .err { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; padding: 12px 16px; border-radius: 8px; margin: 10px 0 18px; font-weight: 700; }
.pub-footer, .ft { border-top: 1px solid var(--ms-line); background: var(--ms-blue); color: #c7d6f0; font-size: 13px; padding: 26px 20px; text-align: center; margin-top: 30px; }
.pub-footer a, .ft a { color: #fff; }
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; background: #1f2937; color: #fff; padding: 14px 20px; display: none; align-items: center; gap: 16px; font-size: 14px; box-shadow: 0 -3px 10px rgba(0,0,0,.15); }
.cookie-banner.show { display: flex; }
.cookie-banner a { color: var(--ms-yellow); }
.cookie-banner-text { flex: 1; }
.cookie-banner button { padding: 8px 18px; border: 0; border-radius: 6px; background: var(--ms-yellow); color: #10285a; font-weight: 800; cursor: pointer; font-size: 14px; }
.stars { display: flex; gap: 8px; direction: rtl; justify-content: center; margin: 18px 0; }
.stars input { display: none; }
.stars label { font-size: 38px; color: #d1d5db; cursor: pointer; }
.stars input:checked ~ label, .stars label:hover, .stars label:hover ~ label { color: #f59e0b; }
@media (max-width: 840px) {
    .ms-site-header, .ms-top, .pub-topbar, .hdr { align-items: flex-start; flex-direction: column; }
    .hdr-in { height: auto !important; align-items: flex-start !important; flex-direction: column !important; gap: 10px; }
    .ms-site-logo img, .ms-logo img, .pub-brand-logo, .brand img { height: 44px; }
    .ms-site-nav, .ms-nav, .pub-nav, .hnav { width: 100%; overflow-x: auto; padding-bottom: 2px; }
    .hnav a { margin-left: 0 !important; }
    .ms-hero { min-height: auto; padding-top: 24px; padding-bottom: 30px; }
    .ms-hero-inner { grid-template-columns: 1fr; }
    .ms-quick-grid { grid-template-columns: 1fr; }
    .ms-fake-search { align-items: stretch; flex-direction: column; padding: 12px; }
    .ms-fake-search a { text-align: center; }
}
@media (max-width: 700px) { .pgrid { grid-template-columns: 1fr; } }
@media (max-width: 560px) {
    .grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
    .hero h1 { font-size: 24px; }
    .card-img { height: 150px; }
    .pub-shell, .wrap { padding-left: 14px; padding-right: 14px; }
}
