@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Orbitron:wght@600;700;800&display=swap');
:root{--bg:#e7eaee;--panel:#f3f5f7;--ink:#10131a;--muted:#4e5662;--blue:#1557d6;--line:#aeb6c1;--dark:#111820}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 4%;background:rgba(235,238,242,.94);border-bottom:1px solid #bbc1c9;position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px}.brand-mark{font-size:42px;line-height:1;font-weight:900;transform:skew(-12deg)}.brand strong{display:block;font-size:25px;letter-spacing:2px}.brand small{display:block;letter-spacing:5px;color:#606875;font-size:10px;text-align:center}.nav{display:flex;align-items:center;gap:31px;font-size:12px;font-weight:800}.nav a{padding:27px 0}.nav .active{color:#123b8e;border-bottom:2px solid var(--blue)}.shop-btn{padding:12px 18px!important;border:1px solid #8993a0;border-radius:10px;background:#f7f8fa;box-shadow:0 3px 10px #0001}.menu-toggle{display:none;background:none;border:0;font-size:25px}.hero{min-height:470px;display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #b5bcc5;overflow:hidden}.hero-copy{padding:65px 4% 35px;position:relative;z-index:2}.eyebrow{font-size:11px;font-weight:800;letter-spacing:1px;margin:0 0 10px}.hero h1,h2{font-family:Orbitron,Inter,sans-serif}.hero h1{font-size:48px;line-height:1.08;margin:0 0 14px;letter-spacing:1px}.hero h1 em{font-style:normal;color:var(--blue)}.lead{font-size:15px;line-height:1.65;margin:0 0 22px}.actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:12px 18px;border-radius:8px;font-size:12px;font-weight:800;border:1px solid #697483}.btn.primary{background:#153c78;color:white;border-color:#153c78}.btn.ghost{background:#f1f3f5}.trust{display:flex;gap:25px;margin-top:32px}.trust span{display:grid;grid-template-columns:24px 1fr;font-size:16px;color:#214f9f}.trust b{font-size:9px;letter-spacing:.5px;color:#202631}.trust small{grid-column:2;font-size:8px;color:#202631}.hero-visual{min-height:470px;background:#cfd4da}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center}.section{padding:34px 4%}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.section-head h2{font-size:25px;margin:0;letter-spacing:1px}.section-head h2 i{display:inline-block;width:55px;height:2px;background:#5d6875;vertical-align:middle;margin-left:8px}.section-head>a{font-size:11px;font-weight:800;color:#1a3e84}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.service-card{min-height:110px;border:1px solid #adb5c0;border-radius:11px;background:linear-gradient(145deg,#f6f7f9,#e1e5e9);box-shadow:0 5px 12px #1c273514;display:grid;grid-template-columns:82px 1fr 20px;align-items:center;padding:15px 18px;gap:14px}.hex{width:68px;height:68px;display:grid;place-items:center;border:2px solid #1b355d;clip-path:polygon(25% 3%,75% 3%,98% 50%,75% 97%,25% 97%,2% 50%);font-size:30px;color:#152e52}.service-card h3{font-size:14px;margin:0 0 8px}.service-card p,.product p{font-size:11px;line-height:1.45;margin:0;color:#343b46}.service-card>span{color:var(--blue);font-size:22px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.product img{width:100%;aspect-ratio:.7;object-fit:cover;border:1px solid #adb5c0;border-radius:6px;box-shadow:0 5px 10px #1c27351f}.product h3{font-size:12px;margin:10px 0 5px}.product a{display:block;margin-top:10px;font-size:9px;font-weight:800;color:#394656}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.portfolio{position:relative;border:1px solid #8e98a5;border-radius:8px;overflow:hidden;background:#202733;box-shadow:0 5px 12px #1c273520}.portfolio img{width:100%;height:145px;object-fit:cover;display:block;filter:saturate(.9)}.play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:45px;height:45px;border:2px solid white;border-radius:50%;display:grid;place-items:center;color:white;background:#101820aa}.overlay{position:absolute;left:0;right:0;bottom:0;padding:15px;background:linear-gradient(transparent,#111820ee);color:white}.overlay h3{font-size:12px;margin:10px 0 3px}.overlay p{font-size:9px;margin:0}.cta{display:flex;justify-content:space-between;align-items:center;padding:42px 5%;border-top:1px solid #b1b8c2;background:linear-gradient(120deg,#e9edf0,#d3d9df)}.cta h2{font-size:24px;margin:0 0 8px}.cta p{font-size:12px;line-height:1.6}.cta .actions{margin-right:6%}footer{background:#121a23;color:#d8dde3;padding:35px 5%;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:35px}footer h4{font-size:10px;letter-spacing:1px;margin:0 0 14px}footer a,footer p{display:block;font-size:10px;line-height:1.8;color:#b8c0ca}.footer-brand{display:flex;gap:10px}.footer-brand strong{font-size:22px;letter-spacing:2px}.footer-brand small{display:block;letter-spacing:4px;font-size:9px}.footer-brand em{display:block;font-style:normal;font-size:8px;line-height:1.5;color:#7f8b99;margin-top:15px;letter-spacing:1px}
@media(max-width:900px){.nav{gap:15px}.product-grid{grid-template-columns:repeat(3,1fr)}.hero h1{font-size:40px}}
@media(max-width:700px){.site-header{height:68px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:68px;left:0;right:0;background:#eef1f4;flex-direction:column;gap:0;padding:10px 5%;border-bottom:1px solid #aeb6c1}.nav.open{display:flex}.nav a{padding:12px 0;width:100%}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 6% 30px}.hero-visual{height:260px;min-height:260px}.service-grid,.portfolio-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.section{padding:30px 6%}.section-head{align-items:start;gap:15px}.section-head>a{display:none}.cta{display:block;padding:38px 6%}.cta .actions{margin-top:20px}footer{grid-template-columns:1fr 1fr;padding:30px 6%}}
