:root{--blue:#0d3e68;--navy:#092b48;--orange:#f58216;--green:#9bc500;--light:#f4f8fb;--text:#16324b;--muted:#607286;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid #e8edf2}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.brand img{width:245px;height:auto;display:block}.nav-links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.nav-links a:hover,.nav-links .active{color:var(--orange)}.nav-cta{background:var(--orange);color:white!important;padding:14px 22px;border-radius:8px;box-shadow:0 8px 20px rgba(245,130,22,.2)}.menu-toggle{display:none;background:none;border:0;font-size:28px}.hero{position:relative;overflow:hidden;background:linear-gradient(115deg,#06385e 0%,#0b5b8e 48%,#1c87b7 100%);color:#fff}.hero:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(transparent,rgba(3,28,48,.65));pointer-events:none}.hero-grid{min-height:540px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;position:relative;z-index:1}.hero-copy{padding:70px 0}.eyebrow{font-size:12px;letter-spacing:1.7px;opacity:.9;margin-bottom:18px}.hero h1{font-size:54px;line-height:1.03;margin:0 0 24px;font-weight:800;max-width:650px}.hero h1 span{color:#ff9a26}.hero p{font-size:17px;line-height:1.6;max-width:610px;color:#edf7ff}.hero-actions{display:flex;gap:14px;margin:30px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:14px 21px;font-weight:700;border:2px solid transparent;cursor:pointer;font:inherit}.btn-orange{background:var(--orange);color:white}.btn-outline{border-color:white;color:white}.btn:hover{transform:translateY(-1px)}.trust-row{display:flex;gap:30px;margin-top:32px}.trust-row div{display:flex;align-items:center;gap:10px;font-size:13px}.trust-row b{font-size:24px}.hero-product{position:relative;display:flex;align-items:flex-end;justify-content:center;height:100%;padding-top:42px}.hero-product img{width:min(560px,100%);max-height:500px;object-fit:contain;filter:drop-shadow(0 28px 30px rgba(0,0,0,.28))}.hero-note{position:absolute;right:-4px;bottom:90px;font-family:cursive;font-size:20px;line-height:1.2;transform:rotate(-7deg)}.services-strip{background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.07);position:relative;z-index:3}.service-grid{display:grid;grid-template-columns:repeat(5,1fr)}.service-grid article{padding:28px 18px;display:flex;gap:13px;border-right:1px solid #e7edf2}.service-grid article:last-child{border-right:0}.icon{font-size:31px;color:var(--blue);font-weight:800}.service-grid h3{font-size:14px;margin:0 0 8px}.service-grid p{font-size:12px;color:var(--muted);line-height:1.4;margin:0}.section{padding:82px 0}.expertise{background:linear-gradient(180deg,#f8fbfd,#fff)}.expertise-grid{display:grid;grid-template-columns:.9fr 1.5fr;gap:50px;align-items:center}.section-kicker{color:var(--orange);font-weight:800;letter-spacing:1.4px;font-size:13px;margin-bottom:10px}.expertise h2,.section-head h2,.cta-section h2{font-size:39px;line-height:1.12;margin:0 0 18px;color:var(--navy)}.expertise p{color:#506477;line-height:1.65}.checks{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px;font-size:12px;font-weight:700}.checks span{color:#147b82}.product-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{background:#fff;border:1px solid #e7edf2;border-radius:10px;padding:10px;position:relative;box-shadow:0 8px 24px rgba(8,45,73,.07)}.product-card img{width:100%;height:220px;object-fit:contain;background:#f5f7f8;border-radius:7px}.product-card h3{font-size:15px;margin:13px 8px 5px}.product-card p{font-size:12px;color:var(--muted);margin:0 8px 12px}.product-card>span{position:absolute;right:13px;bottom:12px;font-size:22px;color:var(--blue)}.stats{background:linear-gradient(100deg,#062d4b,#0c4d78);color:white;padding:46px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;gap:20px}.stats strong{display:block;font-size:34px;font-weight:800}.stats span{display:block;font-size:16px;margin-top:4px}.stats small{display:block;opacity:.75;margin-top:8px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:35px}.section-head h2{font-size:34px;margin:0}.section-head>a{color:var(--orange);font-weight:700;white-space:nowrap}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery-card{border-radius:9px;overflow:hidden;background:#fff}.gallery-card button{border:0;background:white;padding:0;text-align:left;width:100%;cursor:pointer}.gallery-card img{width:100%;height:205px;object-fit:cover;display:block}.gallery-card div{padding:12px}.gallery-card h3{font-size:14px;margin:0 0 5px}.gallery-card p{font-size:12px;color:var(--muted);margin:0}.cta-section{background:var(--light);padding:82px 0}.cta-grid{display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:start}.cta-section p{color:#5a6e81;line-height:1.65;max-width:620px}.quote-form{background:white;border-radius:14px;padding:25px;box-shadow:0 15px 40px rgba(9,43,72,.09);display:grid;gap:12px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:13px 14px;border:1px solid #d9e2e9;border-radius:7px;font:inherit;color:var(--text)}.quote-form textarea{resize:vertical}.quote-form small{color:#7b8997;line-height:1.4}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;z-index:100;padding:30px}.lightbox.show{display:flex}.lightbox img{max-width:min(1100px,95vw);max-height:90vh;object-fit:contain}.close{position:absolute;right:25px;top:15px;color:#fff;background:none;border:0;font-size:48px;cursor:pointer}footer{background:#08263f;color:#eaf4fb;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr 1fr;gap:50px}.footer-brand img{width:220px;filter:brightness(0) invert(1);mix-blend-mode:screen}.footer-brand p{margin-top:5px;color:#b8cbd8}.footer-grid h3{font-size:14px;margin:0 0 15px}.footer-grid a,.footer-grid p{display:block;font-size:13px;color:#b8cbd8;margin:9px 0}.linkedin{width:36px;height:36px;border:2px solid #fff;border-radius:5px;display:flex!important;align-items:center;justify-content:center;font-size:22px!important;font-weight:800;color:#fff!important}.footer-slogan{margin-top:20px!important;text-align:right;color:#fff!important}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:#8fa8ba;font-size:11px}.editable{color:#fff}.hero-glow{position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(255,255,255,.08);right:20%;top:-280px;filter:blur(5px)}
@media(max-width:900px){.nav-links{display:none;position:absolute;top:82px;left:0;right:0;background:white;padding:20px;flex-direction:column;align-items:stretch;box-shadow:0 10px 25px rgba(0,0,0,.08)}.nav-links.open{display:flex}.menu-toggle{display:block}.hero-grid,.expertise-grid,.cta-grid{grid-template-columns:1fr}.hero-copy{padding:55px 0 30px}.hero h1{font-size:43px}.hero-product{padding-top:0;min-height:350px}.hero-note{right:10px;bottom:40px}.service-grid{grid-template-columns:1fr 1fr}.service-grid article{border-bottom:1px solid #e7edf2}.product-cards{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.brand img{width:190px}.hero h1{font-size:36px}.hero p{font-size:15px}.hero-actions{flex-direction:column}.trust-row{gap:15px;flex-wrap:wrap}.service-grid,.product-cards,.gallery,.stats-grid,.footer-grid{grid-template-columns:1fr}.section{padding:60px 0}.section-head{display:block}.section-head h2{margin-bottom:14px}.cta-grid{gap:30px}.footer-bottom{display:block}.footer-bottom span{display:block;margin:6px 0}.hero-product img{max-height:340px}}
