:root{--blue:#0b3fa8;--blue2:#06285f;--yellow:#ffe600;--dark:#12151b;--text:#20242b;--muted:#657080;--light:#f5f7fa;--white:#fff;--border:#e3e7ee;--shadow:0 12px 32px rgba(10,25,55,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--white);line-height:1.65}a{color:inherit;text-decoration:none}.container{width:min(1180px,92%);margin:auto}.hero{height:420px;min-height:420px;background-image:linear-gradient(90deg,rgba(5,17,45,.94),rgba(5,17,45,.48) 52%,rgba(5,17,45,.2)),url('assets/hero.jpg');background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}.hero-inner{padding:50px 0}.brand{display:flex;align-items:center;gap:22px}.brand img{width:90px;height:90px;object-fit:contain;background:#fff;border-radius:18px;padding:8px}.brand h1{font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.02;margin:0;font-weight:800;letter-spacing:-.04em}.brand p{font-size:1.25rem;margin:10px 0 0;color:#fff}.hero-kicker{display:inline-block;background:var(--yellow);color:#0a1b3e;font-weight:800;padding:7px 12px;border-radius:999px;margin-bottom:20px}.hero-copy{max-width:780px}.hero-copy h2{font-size:clamp(1.4rem,3vw,2.3rem);margin:28px 0 12px}.hero-copy p{font-size:1.08rem;max-width:720px}.btn{display:inline-flex;align-items:center;gap:8px;background:var(--yellow);color:#071d4c;font-weight:800;padding:12px 18px;border-radius:8px;margin-top:15px}.navbar{background:var(--dark);color:#fff;position:sticky;top:0;z-index:20;box-shadow:0 4px 18px rgba(0,0,0,.18)}.nav{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}.nav-brand{display:flex;align-items:center;gap:10px;font-weight:800}.nav-brand img{width:42px;height:42px;object-fit:contain;background:#fff;border-radius:50%;padding:4px}.nav-links{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.nav-links a{padding:9px 13px;border-radius:7px;color:#eef2f7;font-weight:700}.nav-links a:hover,.nav-links a.active{background:#26303e;color:var(--yellow)}section{padding:78px 0}.section-light{background:var(--light)}.section-heading{margin-bottom:35px}.section-heading h2{font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin:0 0 10px}.section-heading p{color:var(--muted);margin:0}.intro-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:start}.lead{font-size:1.2rem;color:#344052}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card,.product-card,.info-card{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:28px}.service-icon{font-size:2.4rem;color:var(--blue);margin-bottom:12px}.service-card h3{margin:0 0 7px}.feature-band{background:var(--dark);color:#fff}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature{padding:10px 20px;border-right:1px solid #3b414b}.feature:last-child{border:0}.feature strong{display:block;color:var(--yellow);font-size:1.15rem;margin-bottom:5px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.product-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:#0f1420}.product-body{padding:24px}.product-body h3{margin:0 0 12px;font-size:1.35rem}.specs{list-style:none;padding:0;margin:15px 0}.specs li{padding:6px 0;border-bottom:1px solid #edf0f4;color:#4b5563}.specs li:last-child{border:0}.product-link{display:inline-block;color:var(--blue);font-weight:800;margin-top:8px}.notice{background:#fff9cf;border:1px solid #f0dc45;padding:16px 18px;border-radius:10px;margin:0 0 30px}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.info-card h3{margin-top:0;color:var(--blue)}.legal{max-width:820px}.footer{background:#0c0f14;color:#cbd2dc;padding:28px 0}.footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer a{color:#fff}.small{font-size:.92rem;color:#748091}.empty{padding:25px;border:1px dashed #ccd3dd;border-radius:10px;color:var(--muted)}.error-box{background:#fffaf0}.product-card img{display:block}@media(max-width:900px){.intro-grid,.info-grid{grid-template-columns:1fr}.service-grid,.products,.features{grid-template-columns:1fr}.feature{border-right:0;border-bottom:1px solid #3b414b;padding:18px 0}.nav{align-items:flex-start;padding:12px 0;flex-direction:column}.nav-links{justify-content:flex-start}.hero{height:420px;min-height:420px}.brand{align-items:flex-start}.brand img{width:72px;height:72px}}
