:root{--bg:#030712;--panel:#08101f;--line:#1a2942;--text:#f4f7fb;--muted:#9eacc0;--yellow:#ffe600;--blue:#28a9ff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 70% 0%,#0b1830 0,#030712 42%,#02050b 100%);color:var(--text);font-family:Inter,Arial,sans-serif}.topbar{position:sticky;top:0;z-index:20;height:72px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:rgba(2,6,16,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.07)}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:800;letter-spacing:.12em}.shield{color:var(--yellow);font-size:22px}.topbar nav{display:flex;gap:30px}.topbar nav a{color:#b8c5d8;text-decoration:none;font-size:13px}.topbar nav a:hover{color:#fff}.pdf-btn,.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:9px;padding:11px 16px;font-size:13px;font-weight:700}.pdf-btn,.primary{background:var(--yellow);color:#05070c}.secondary{border:1px solid #34445e;color:#fff}.hero{min-height:calc(100vh - 72px);padding:7vh 6%;display:grid;grid-template-columns:1fr 1.2fr;gap:5vw;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:650px;height:650px;border-radius:50%;border:1px solid rgba(40,169,255,.08);right:-220px;top:-150px;box-shadow:0 0 0 70px rgba(40,169,255,.025),0 0 0 140px rgba(40,169,255,.015)}.eyebrow{font-size:11px;letter-spacing:.22em;color:var(--yellow);font-weight:800;margin-bottom:14px}.hero h1{font-size:clamp(52px,8vw,112px);line-height:.88;margin:0;letter-spacing:-.06em}.hero h1 span{color:var(--yellow)}.hero p{max-width:540px;color:var(--muted);font-size:16px;line-height:1.8;margin:28px 0}.hero-actions{display:flex;gap:12px}.hero-image{border:1px solid #1b2b45;border-radius:18px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.5)}.hero-image img{display:block;width:100%;height:auto}.products-section,.catalog-section,.contact-section{padding:90px 6%}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}.section-head h2,.contact-section h2{font-size:clamp(30px,4vw,52px);margin:0;letter-spacing:-.04em}.hint{color:var(--muted);max-width:440px;font-size:13px;line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{position:relative;border:1px solid var(--line);border-radius:14px;overflow:hidden;aspect-ratio:16/10;background:#050a13;cursor:pointer}.product-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.product-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.9) 100%)}.product-card:hover img{transform:scale(1.04)}.card-overlay{position:absolute;z-index:2;left:18px;right:18px;bottom:16px}.card-overlay span{font-size:10px;color:var(--yellow);font-weight:800}.card-overlay h3{margin:6px 0 3px;font-size:16px}.card-overlay p{margin:0;color:#b4c0d1;font-size:11px}.catalog-section{background:linear-gradient(180deg,rgba(255,255,255,.015),transparent)}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.page-thumb{padding:0;background:#07101d;border:1px solid var(--line);border-radius:10px;overflow:hidden;cursor:pointer;position:relative}.page-thumb img{width:100%;display:block;transition:transform .4s}.page-thumb:hover img{transform:scale(1.025)}.page-thumb span{position:absolute;bottom:7px;right:8px;background:rgba(0,0,0,.75);padding:4px 7px;border-radius:5px;font-size:9px;font-weight:700;color:#fff}.contact-section{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);min-height:300px}.contact-card{border:1px solid var(--line);background:#07101d;border-radius:16px;padding:28px;min-width:270px}.contact-card div{color:var(--muted);font-size:12px}.contact-card strong{display:block;font-size:30px;margin:8px 0 18px}.contact-card a{color:var(--yellow);text-decoration:none;font-size:13px}.modal,.product-modal{display:none;position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.94);align-items:center;justify-content:center}.modal.open,.product-modal.open{display:flex}.viewer-inner{max-width:92vw;max-height:92vh;text-align:center}.viewer-inner img{max-width:92vw;max-height:82vh;object-fit:contain;box-shadow:0 20px 80px #000}.viewer-inner div{font-size:12px;color:#aebbd0;margin-top:9px}.close,.prev,.next,.close-product{position:absolute;border:0;background:rgba(255,255,255,.08);color:#fff;cursor:pointer;border-radius:50%;width:44px;height:44px;font-size:28px}.close,.close-product{right:25px;top:20px}.prev{left:25px;top:50%;font-size:40px}.next{right:25px;top:50%;font-size:40px}.product-modal{padding:6vh 6%;display:none;flex-direction:column;align-items:stretch;justify-content:flex-start;overflow:auto}.product-modal-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px;max-width:1300px;width:100%;margin-left:auto;margin-right:auto}.product-modal-head h2{font-size:36px;margin:0}.product-pages{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:1300px;width:100%;margin:0 auto}.product-pages img{width:100%;display:block;border:1px solid var(--line);border-radius:10px;cursor:pointer}.close-product{position:fixed}.product-modal #productCount{color:var(--muted);font-size:12px}
@media(max-width:1100px){.product-grid,.catalog-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.hero-image{max-width:800px}.topbar nav{display:none}}
@media(max-width:650px){.topbar{padding:0 18px}.pdf-btn{display:none}.hero,.products-section,.catalog-section,.contact-section{padding-left:18px;padding-right:18px}.hero{padding-top:50px}.hero-actions{flex-direction:column}.product-grid,.catalog-grid,.product-pages{grid-template-columns:1fr}.section-head,.contact-section{align-items:flex-start;flex-direction:column}.contact-section{gap:30px}.prev{left:8px}.next{right:8px}}
