:root{--red:#d8212a;--dark:#15191d;--gray:#66717c;--bg:#f4f6f8;--line:#e2e6ea;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#222;line-height:1.65;background:#fff}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{background:#111;color:#ddd;font-size:13px}.topbar .wrap{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:800}.logo b{color:var(--red)}.mark{width:48px;height:48px;border:4px solid var(--red);display:grid;place-items:center;font-size:28px;color:var(--red);font-weight:900}.nav nav{display:flex;gap:25px;font-weight:700}.quote,.btn{display:inline-flex;padding:13px 20px;border-radius:3px;font-weight:800}.quote,.red{background:var(--red);color:white}.light{border:1px solid #ccd2d8;background:#fff}.catbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fafafa}.catbar .wrap{display:flex;gap:20px;overflow:auto;padding:11px 0}.catbar a{white-space:nowrap;font-size:13px;font-weight:700}.hero{background:linear-gradient(110deg,#111 0 58%,#292e33 58%);color:#fff;padding:90px 0}.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;align-items:center;gap:50px}.eyebrow,.section-title span,.pagehead span{color:var(--red);font-weight:800;letter-spacing:.12em;font-size:13px}.hero h1{font-size:clamp(40px,6vw,70px);line-height:1.03;margin:12px 0 18px}.hero p{font-size:20px;color:#d2d4d6}.actions{display:flex;gap:12px;margin-top:28px}.hero-card{height:330px;border:8px solid #444;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-card strong{font-size:64px;line-height:.9}.hero-card span{font-size:40px;color:var(--red);font-weight:900}.hero-card small{margin-top:15px;letter-spacing:.25em}.section{padding:72px 0}.alt{background:var(--bg)}.section-title{text-align:center;margin-bottom:32px}.section-title h2{font-size:36px;margin:6px 0}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{border:1px solid var(--line);padding:24px;background:#fff;min-height:220px;transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #00000012}.ico{font-size:35px;color:var(--red)}.card p{color:var(--gray)}.card b{color:var(--red)}.band{background:var(--red);color:#fff}.three{display:grid;grid-template-columns:repeat(3,1fr)}.three>div{padding:36px;border-right:1px solid #ffffff44}.three a{text-decoration:underline;font-weight:800}.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:start}.split h2{font-size:38px}.stat{display:grid;grid-template-columns:1fr 1fr;background:#111;color:#fff;padding:35px}.stat strong{font-size:52px;color:var(--red)}.stat span{align-self:center}.refs{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.ref{border:1px solid var(--line);background:#fff;min-height:125px;padding:14px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.ref img{max-width:100%;max-height:60px;object-fit:contain}.ref div{height:66px;display:grid;place-items:center}.center{text-align:center}.pagehead{background:#171b1f;color:#fff;padding:54px 0}.pagehead h1{font-size:46px;margin:7px 0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{border:1px solid var(--line);background:#fff;padding-bottom:20px}.product-img{height:220px;background:#f1f3f5;display:grid;place-items:center;font-size:50px;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.product small,.product h3,.product em{display:block;margin:8px 16px}.product small{color:var(--red);font-weight:800}.product em{color:var(--gray);font-style:normal;font-size:13px}.detail{display:grid;grid-template-columns:1fr 1fr;gap:45px}.main-img{min-height:420px;background:#f1f3f5;display:grid;place-items:center;font-size:70px}.main-img img{max-width:100%;max-height:520px}.thumbs{display:flex;gap:8px;margin-top:10px}.thumbs img{width:80px;height:70px;object-fit:cover;border:1px solid var(--line)}.rich table{width:100%;border-collapse:collapse}.rich td,.rich th{border:1px solid #ddd;padding:8px}.article{max-width:900px}.article h2{font-size:34px}.article img{max-width:100%}.form{border:1px solid var(--line);padding:28px;background:#fff}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form label{display:block;font-weight:700;margin-bottom:12px}.form input,.form textarea,.form select{width:100%;padding:12px;border:1px solid #ccd2d8;margin-top:5px;font:inherit}.form textarea{min-height:130px}.ok{background:#e9f8ed;padding:12px;margin-bottom:15px}.err{background:#fdeaea;padding:12px;margin-bottom:15px}.narrow{max-width:780px}footer{background:#111;color:#ccc;padding:55px 0 20px}.foot{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px}.foot h3,.foot h4{color:#fff}.copy{text-align:center;border-top:1px solid #333;margin-top:35px;padding-top:18px;font-size:13px}@media(max-width:900px){.nav nav{display:none}.cards,.product-grid{grid-template-columns:repeat(2,1fr)}.refs{grid-template-columns:repeat(3,1fr)}.hero-grid,.split,.detail{grid-template-columns:1fr}.three{grid-template-columns:1fr}.three>div{border-right:0;border-bottom:1px solid #ffffff44}}@media(max-width:560px){.topbar .wrap{flex-direction:column;gap:2px}.cards,.product-grid,.refs,.form-grid,.foot{grid-template-columns:1fr}.hero{padding:55px 0}.hero-card{height:230px}.hero-card strong{font-size:45px}.pagehead h1{font-size:36px}.nav .quote{display:none}}
