
:root{--navy:#062348;--navy2:#071c36;--gold:#d6a12c;--gold2:#c89220;--text:#09254a;--muted:#536783;--light:#f6f8fb;--line:#dce2e9;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%}.container{width:min(1400px,calc(100% - 128px));margin:auto}
.topbar{height:42px;background:var(--navy2);color:#fff;font-size:14px}.topbar .container{height:100%;display:flex;align-items:center;justify-content:space-between}.top-left{display:flex;gap:30px}.top-left span{display:flex;align-items:center;gap:8px}.top-left strong{color:#fff}.top-right{color:var(--gold);font-weight:700}
.navbar{height:122px;background:#fff;border-bottom:1px solid #edf0f4}.nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;height:100px}.brand img{width:292px;height:100px;object-fit:contain;object-position:left center}.navlinks{display:flex;align-items:center;gap:43px;font-weight:700;font-size:16px}.navlinks a{padding:49px 0 13px;border-bottom:3px solid transparent}.navlinks a:hover,.navlinks a.active{color:var(--gold2);border-bottom-color:var(--gold)}.cta{background:var(--navy);color:#fff;border:0;padding:18px 28px;font-weight:800;font-size:15px;cursor:pointer;display:inline-flex;align-items:center;gap:14px}.cta.gold{background:var(--gold2)}.cta.outline{background:transparent;border:1px solid #fff}.arrow{font-size:20px;color:var(--gold)}
.hero{position:relative;min-height:505px;background-image:linear-gradient(90deg,rgba(3,27,54,.98) 0%,rgba(3,27,54,.93) 25%,rgba(3,27,54,.46) 52%,rgba(3,27,54,.04) 78%),url("hero-port.jpg");background-size:cover;background-position:center}.hero-inner{min-height:505px;display:flex;align-items:center}.hero-copy{width:520px;color:#fff;padding:50px 0 92px}.eyebrow{color:var(--gold);font-weight:800;letter-spacing:3px;font-size:17px;margin-bottom:10px}.hero h1{font-size:54px;line-height:1.04;margin:0 0 20px;font-weight:800;letter-spacing:-1.2px}.hero h1 span{color:var(--gold)}.hero p{font-size:18px;line-height:1.55;margin:0 0 28px;color:#f7f9fc}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.services{position:relative;margin-top:-65px;z-index:3}.service-card{background:#fff;border-radius:12px;box-shadow:0 9px 30px rgba(4,29,55,.14);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.service{min-height:165px;text-align:center;padding:25px 28px 22px;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.service:last-child{border-right:0}.service-icon{width:56px;height:56px;border-radius:50%;background:var(--navy);display:grid;place-items:center;margin-bottom:10px}.service-icon svg{width:34px;height:34px}.service h3{font-size:16px;margin:0 0 7px;font-weight:800}.service p{margin:0;color:#5d6e85;font-size:15px;line-height:1.45;max-width:260px}
.section{padding:58px 0}.section-kicker{text-align:center;color:var(--gold2);font-size:15px;font-weight:800;letter-spacing:2px}.section-title{text-align:center;font-size:31px;line-height:1.15;margin:6px 0 30px}.section-title:after{content:"";display:block;width:56px;height:3px;background:var(--gold);margin:11px auto 0}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product{background:#fff;border:1px solid #e5e9ee;border-radius:10px;overflow:hidden;box-shadow:0 5px 20px rgba(5,30,60,.07);display:grid;grid-template-columns:43% 57%;min-height:205px}.product-img{min-height:205px;background:#ddd}.product-img img{width:100%;height:100%;object-fit:cover}.product-body{padding:22px}.product-head{display:flex;align-items:center;gap:11px}.product-icon{width:44px;height:44px;border-radius:50%;background:var(--navy);display:grid;place-items:center;flex:none}.product-icon svg{width:26px;height:26px}.product h3{font-size:18px;margin:0}.product p{font-size:14px;line-height:1.55;margin:11px 0 13px;color:#536783}.learn{color:var(--gold2);font-weight:800;font-size:14px}.learn span{font-size:18px}
.strip{background:var(--navy);color:#fff}.strip .container{display:flex;align-items:center;justify-content:space-between;padding:34px 0}.strip h2{margin:0;font-size:26px}.strip p{margin:5px 0 0;color:#dce5ef}.footer{background:#06182e;color:#dbe5ef;padding:48px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:45px}.footer h3{color:#fff;margin:0 0 13px}.footer p{color:#aebdd0;margin:5px 0}.footer a:hover{color:var(--gold)}.copyright{border-top:1px solid #29415e;margin-top:30px;padding-top:18px;font-size:13px;color:#90a2b8;display:flex;justify-content:space-between}
.page-hero{background:linear-gradient(90deg,var(--navy),#17385d);color:#fff;padding:70px 0}.page-hero h1{font-size:46px;margin:0 0 10px}.page-hero p{max-width:700px;color:#dce7f2;font-size:17px}.content{padding:60px 0}.content h2{font-size:28px}.content p,.content li{color:#566b84}.content-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:45px}.info-box{background:var(--light);padding:30px;border-left:4px solid var(--gold)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:7px}.form-group.full{grid-column:1/-1}.form-group label{font-weight:700;font-size:14px}.form-group input,.form-group select,.form-group textarea{font:inherit;padding:13px 14px;border:1px solid #ccd5df;border-radius:5px;outline:none}.form-group textarea{min-height:150px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold2)}.form-note{font-size:13px;color:#718198}
@media(max-width:1100px){.container{width:min(100% - 48px,1400px)}.navlinks{gap:20px;font-size:14px}.navlinks a{padding-top:49px}.brand img{width:235px}.products-grid{grid-template-columns:1fr}.service-card{grid-template-columns:repeat(2,1fr)}.service:nth-child(2){border-right:0}.service:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:760px){.topbar{height:auto;padding:9px 0}.topbar .container{align-items:flex-start;gap:6px}.top-left{gap:10px;flex-direction:column}.top-right{display:none}.navbar{height:auto}.nav-inner{padding:10px 0;flex-wrap:wrap}.brand{height:74px}.brand img{width:205px;height:74px}.navlinks{order:3;width:100%;justify-content:space-between;gap:8px;overflow-x:auto}.navlinks a{padding:8px 0;border-bottom:2px solid transparent;white-space:nowrap}.nav-inner>.cta{display:none}.hero{min-height:590px;background-position:62% center}.hero-inner{min-height:590px;align-items:flex-end}.hero-copy{width:100%;padding:40px 0 75px}.hero h1{font-size:42px}.hero p{font-size:16px}.services{margin-top:-35px}.service-card{grid-template-columns:1fr}.service{border-right:0!important;border-bottom:1px solid var(--line)!important}.service:last-child{border-bottom:0!important}.products-grid{grid-template-columns:1fr}.product{grid-template-columns:1fr;}.product-img{height:190px}.content-grid,.footer-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:auto}.strip .container{display:block}.strip .cta{margin-top:18px}.copyright{display:block}.copyright span{display:block;margin:6px 0}.page-hero h1{font-size:38px}}

.footer-brand img{width:220px;height:auto;display:block;margin:0 0 18px;max-height:92px;object-fit:contain;object-position:left center}
@media(max-width:760px){.footer-brand img{width:200px}}

.product-img img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.product:nth-child(1) .product-img img{object-position:center 58%}
.product:nth-child(2) .product-img img{object-position:center 62%}
.product:nth-child(3) .product-img img{object-position:center 50%}

/* Product card imagery: fixed desktop panel proportions with clean cropping. */
.product-img{min-height:205px;height:205px;overflow:hidden}
.product-img img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
@media(max-width:760px){.product-img{height:190px;min-height:190px}}

.form-grid[hidden]{display:none!important}.form-success{margin-top:24px;padding:32px;border:1px solid #e2e7ed;border-radius:12px;background:#f8fafc;text-align:center}.form-success h2{margin:8px 0 10px}.form-success p{margin:0;color:#536273;line-height:1.7}.form-success[hidden]{display:none!important}

/* Mobile navigation: compact hamburger menu to prevent crowded header links. */
.menu-toggle{display:none;background:transparent;border:0;cursor:pointer;padding:10px;width:46px;height:46px;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px}
@media(max-width:760px){
  .nav-inner{position:relative;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;padding:8px 0}
  .brand{height:64px;display:flex;align-items:center}
  .brand img{width:165px;height:64px;object-fit:contain}
  .menu-toggle{display:flex;margin-left:auto}
  .navlinks{display:none;order:initial;width:100%;position:absolute;left:0;right:0;top:80px;background:#fff;border-top:1px solid var(--line);box-shadow:0 10px 24px rgba(5,30,60,.10);padding:8px 0;flex-direction:column;align-items:stretch;gap:0;z-index:50;overflow:visible}
  .navlinks.mobile-open{display:flex}
  .navlinks a{padding:14px 4px;border-bottom:1px solid #edf0f4;font-size:14px;white-space:normal}
  .navlinks a:last-child{border-bottom:0}
  .nav-inner>.cta{display:none}
}
