:root{
  --navy:#082943;
  --navy-deep:#04192a;
  --navy-ink:#07243b;
  --blue:#0758c7;
  --green:#0ab55b;
  --green-dark:#058a47;
  --cyan:#20b7dc;
  --text:#112a4b;
  --muted:#52657e;
  --light:#f5f8fc;
  --line:#dce5ef;
  --white:#fff;
  --shadow:0 10px 28px rgba(30,57,87,.08);
  --wrap:1420px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
svg{display:block}
.site-wrap{width:min(var(--wrap),calc(100% - 72px));margin:0 auto}
.svg-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.svg-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* HEADER - deliberately mirrors the approved preview */
.site-header{position:relative;z-index:100;background:#fff}
.header-main{background:#fff;border-bottom:1px solid #eef2f6}
.header-main-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo-link{display:block;flex:0 0 320px}
.logo-link img{width:300px;height:auto}
.header-contact-row{display:flex;align-items:center;justify-content:flex-end;gap:32px;flex:1}
.header-contact-item{display:flex;align-items:center;gap:11px;min-width:145px;color:#0b57be}
.header-contact-item .svg-icon svg{width:24px;height:24px;stroke-width:2.2}
.header-contact-item strong{display:block;color:#10294b;font-size:13px;line-height:1.35;white-space:nowrap}
.header-contact-item small{display:block;color:#53657d;font-size:12px;line-height:1.4;white-space:nowrap}
.header-demo{display:inline-flex;align-items:center;gap:16px;background:#008a4f;color:#fff;font-size:14px;font-weight:800;padding:13px 24px;border-radius:5px;box-shadow:0 6px 14px rgba(0,138,79,.16);white-space:nowrap}
.header-demo:hover{background:#057f4b}
.header-demo span{font-size:18px}
.mobile-toggle{display:none;border:0;background:#0b3456;color:#fff;width:44px;height:42px;border-radius:5px;font-size:20px;cursor:pointer}
.primary-nav{background:linear-gradient(90deg,#0a3559,#062742);color:#fff;border-bottom:1px solid rgba(255,255,255,.06)}
.primary-nav-inner{height:54px;display:flex;align-items:center;justify-content:space-between}
.nav-menu{display:flex;align-items:stretch;height:100%}
.nav-menu>a{display:flex;align-items:center;padding:0 21px;font-size:14px;font-weight:650;color:#eef6fd;border-bottom:3px solid transparent;transition:.18s}
.nav-menu>a:first-child{border-bottom-color:#46baf6}
.nav-menu>a:hover{background:rgba(255,255,255,.055);border-bottom-color:#46baf6}
.chev{font-size:13px;margin-left:7px;opacity:.8}
.nav-search{color:#fff;padding:12px}
.nav-search .svg-icon svg{width:23px;height:23px;stroke-width:2.2}

/* HOME HERO */
.home-hero{position:relative;min-height:490px;background:#0b2e49;color:#fff;overflow:hidden}
.hero-photo{position:absolute;inset:0 0 0 36%;background-image:url('/assets/img/hero-plant.png');background-repeat:no-repeat;background-position:center right;background-size:cover}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#082944 0%,#082944 26%,rgba(8,41,68,.94) 34%,rgba(8,41,68,.56) 55%,rgba(8,41,68,.08) 78%,rgba(8,41,68,0) 100%)}
.hero-content{position:relative;z-index:3;min-height:490px;display:flex;align-items:center}
.hero-copy{width:540px;padding:43px 0 28px}
.hero-copy h1{font-size:50px;line-height:1.02;letter-spacing:-1.65px;margin:0 0 18px;font-weight:820;text-shadow:0 2px 10px rgba(0,0,0,.18)}
.hero-copy h1 span{color:#25dd73}
.hero-copy>p{font-size:18px;line-height:1.42;max-width:535px;margin:0;color:#f2f7fb;text-shadow:0 1px 6px rgba(0,0,0,.4)}
.hero-actions{display:flex;gap:14px;margin-top:21px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:45px;padding:0 25px;border-radius:5px;font-size:14px;font-weight:800;border:1px solid transparent;cursor:pointer;transition:.18s}
.btn.green{background:linear-gradient(180deg,#08bb5d,#00a651);color:#fff;border-color:#10d06c;box-shadow:0 8px 18px rgba(0,0,0,.12)}
.btn.green:hover{background:#07994e;transform:translateY(-1px)}
.btn.glass{border-color:rgba(255,255,255,.75);color:#fff;background:rgba(0,0,0,.22)}
.btn.glass:hover{background:rgba(255,255,255,.1)}
.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px;width:555px}
.hero-features>div{display:flex;flex-direction:column;align-items:flex-start;gap:6px;color:#fff;font-size:11px;font-weight:600;line-height:1.25;text-shadow:0 1px 4px rgba(0,0,0,.5)}
.hero-features .svg-icon{color:#fff}
.hero-features .svg-icon svg{width:28px;height:28px;stroke-width:1.9}

/* THREE SOLUTION CARDS DIRECTLY UNDER HERO */
.solution-ribbon{background:#f6f8fb;padding:25px 0 21px;border-bottom:1px solid #e5ebf1}
.solution-ribbon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.solution-mini-card{min-height:140px;background:#fff;border:1px solid #e0e7ef;border-radius:5px;display:grid;grid-template-columns:52px 1fr 140px;align-items:center;gap:15px;padding:11px 10px 11px 22px;box-shadow:0 3px 10px rgba(50,80,110,.025)}
.solution-mini-icon{align-self:start;padding-top:7px;color:#0b60c8}
.solution-mini-icon .svg-icon svg{width:35px;height:35px;stroke-width:2.1}
.solution-mini-copy h3{font-size:17px;color:#092f73;margin:0 0 8px;line-height:1.18}
.solution-mini-copy p{font-size:12px;color:#53667c;margin:0 0 10px;line-height:1.55}
.solution-mini-copy a{font-size:11px;color:#0065df;font-weight:800}
.solution-mini-copy a span{font-size:16px;margin-left:5px}
.solution-mini-card>img{width:140px;height:116px;object-fit:cover;border-radius:3px}

/* PRODUCT STRIP */
.home-products{padding:12px 0 24px;background:#fff}
.section-heading-inline{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:8px}
.section-heading-inline h2{font-size:23px;line-height:1;margin:0;color:#0a2c64}
.heading-line{display:block;width:42px;height:3px;background:#069650;margin-top:7px}
.section-heading-inline>a{font-size:11px;color:#075bc7;font-weight:800;margin-bottom:3px}
.product-row{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}
.product-preview-card{min-height:145px;border:1px solid #dce5ee;border-radius:5px;display:grid;grid-template-columns:145px 1fr;align-items:center;padding:9px 16px 9px 8px;background:#fff}
.product-preview-card>img{width:133px;height:125px;object-fit:contain;margin:auto}
.product-preview-card h3{font-size:14px;margin:0 0 7px;color:#0a2d68}
.product-preview-card p{font-size:12px;color:#4f627a;line-height:1.45;margin:0 0 10px}
.product-preview-card a{font-size:11px;color:#0060d9;font-weight:800}
.product-preview-card a span{font-size:15px;margin-left:5px}

/* SHARED CONTENT */
.section{padding:74px 0}
.light-section{background:#f8fafc}
.navy-section{background:#082943;color:#fff}
.kicker,.page-eyebrow{text-transform:uppercase;letter-spacing:2.1px;font-size:12px;font-weight:850;color:#00a9a3}
.section h2{font-size:40px;line-height:1.12;letter-spacing:-1.2px;color:#0d2c50;margin:9px 0 15px}
.navy-section h2{color:#fff}
.lead{font-size:17px;color:#657993;line-height:1.72;margin:0;max-width:770px}
.split-intro{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:end}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}
.feature-card,.standard-card,.form-card,.contact-aside,.product-aside,.catalog-card{background:#fff;border:1px solid #dce5ee;border-radius:10px;box-shadow:var(--shadow)}
.feature-card{padding:24px}
.feature-card>b,.num{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:8px;background:#e8f8f4;color:#008d77;font-size:13px}
.feature-card h3,.standard-card h3{font-size:20px;margin:16px 0 7px;color:#112e53}
.feature-card p,.standard-card p{color:#63758d;margin:0;font-size:14px;line-height:1.7}
.callout-band{display:flex;align-items:center;justify-content:space-between;gap:70px}
.callout-band>div{max-width:850px}
.callout-band p{color:#bfccda;max-width:730px}
.content-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.standard-card{padding:27px}
.standard-card a{display:inline-block;margin-top:16px;color:#0060ca;font-weight:750;font-size:13px}
.image-card{padding:0;overflow:hidden}
.image-card>img{width:100%;height:220px;object-fit:cover}
.image-card>div{padding:25px}
.tag{display:inline-flex;padding:5px 9px;border-radius:30px;background:#edf6ff;color:#0b63c7;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}

/* INTERNAL PAGE HERO - header remains identical to preview */
.pagehero{background:linear-gradient(105deg,#07253e,#041b2f);color:#fff;padding:72px 0 75px}
.breadcrumb{font-size:13px;color:#80c3ef;margin-bottom:30px}
.breadcrumb a{color:#80c3ef}
.breadcrumb span{padding:0 5px;color:#7696af}
.page-eyebrow{color:#23d7ce;margin-bottom:17px}
.pagehero h1{font-size:50px;line-height:1.04;letter-spacing:-1.7px;max-width:1120px;margin:0 0 21px;font-weight:820}
.pagehero .lead{color:#8fa8c2;font-size:18px;max-width:920px}
.products-page{background:#f5f8fc}
.product-catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.catalog-card{overflow:hidden}
.product-image-wrap{height:220px;background:#fff;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e3eaf1}
.product-image-wrap img{max-height:185px;max-width:80%;object-fit:contain}
.catalog-copy{padding:25px}
.catalog-copy h3{font-size:22px;color:#0d2c54;margin:10px 0 8px}
.catalog-copy p{font-size:14px;color:#66788f;margin:0}
.catalog-copy a{display:inline-block;margin-top:17px;color:#075fc9;font-weight:800;font-size:13px}
.detail-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:44px;align-items:start}
.content{max-width:850px}
.content h2{font-size:27px;color:#0e2e54;margin:0 0 12px;padding-top:20px}
.content h2:first-child{padding-top:0}
.content p,.content li{color:#586c85;line-height:1.8;font-size:15px}
.content ul{padding-left:21px}
.detail-hero-image{width:100%;max-height:340px;object-fit:cover;border-radius:10px;margin-bottom:28px}
.contact-aside,.product-aside{padding:27px;position:sticky;top:25px}
.contact-aside h3,.product-aside h3{font-size:22px;color:#0f3159;margin:0 0 8px}
.contact-aside p,.product-aside p{color:#64778f;font-size:14px;line-height:1.7}
.product-aside img{width:190px;height:190px;object-fit:contain;margin:0 auto 18px}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}
.chip{padding:6px 10px;border:1px solid #d8e3ed;border-radius:30px;background:#fff;color:#35536f;font-size:12px;font-weight:650}
.tech-band{margin-top:34px;background:#082943;color:#fff;border-radius:10px;padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}
.tech-band h3{font-size:27px;margin:0 0 10px}
.tech-band p{color:#b3c2d0;margin:0}
.tech-band .chip{background:#103956;border-color:#28536f;color:#e7f1fa}
.empty{padding:28px;border:1px dashed #b8c9d9;background:#fff;color:#6b7d91;border-radius:8px}
.contact-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:30px;align-items:start}
.form-card{padding:29px}
.form{display:grid;gap:15px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.input,textarea,select{width:100%;padding:13px 14px;border:1px solid #ccd9e5;border-radius:5px;background:#fff;font:inherit;color:#18334f;outline:none}
.input:focus,textarea:focus,select:focus{border-color:#3f8bd5;box-shadow:0 0 0 3px rgba(63,139,213,.1)}
textarea{min-height:145px;resize:vertical}
.notice{padding:12px 14px;border-radius:5px;background:#e9f9f0;color:#12693b;margin-bottom:16px}
.notice.error{background:#fff0f0;color:#a03939}

/* FOOTER */
.footer{background:#051a2b;color:#a9bbcc;padding:50px 0 24px}
.footgrid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:40px}
.footer h4{color:#fff;margin:0 0 12px;font-size:15px}
.footer a{display:block;margin:8px 0;font-size:13px}
.footer p{font-size:13px;line-height:1.7;margin:6px 0}
.footer-brand img{width:260px;background:#fff;border-radius:5px;margin-bottom:15px}
.footer-brand p{max-width:360px}
.copy{border-top:1px solid #18354a;margin-top:35px;padding-top:19px;font-size:12px}
.copy a{display:inline;margin:0}
.copy span{padding:0 6px;color:#58738b}

@media(max-width:1180px){
  .site-wrap{width:min(var(--wrap),calc(100% - 44px))}
  .header-contact-row{gap:15px}
  .header-contact-item:nth-child(1){display:none}
  .nav-menu>a{padding:0 13px}
  .solution-mini-card{grid-template-columns:45px 1fr 105px}
  .solution-mini-card>img{width:105px}
  .product-preview-card{grid-template-columns:115px 1fr}
  .product-preview-card>img{width:105px}
}

@media(max-width:900px){
  .header-main-inner{min-height:68px}
  .logo-link{flex-basis:auto}
  .logo-link img{width:245px}
  .header-contact-row{display:none}
  .mobile-toggle{display:block}
  .primary-nav{position:relative}
  .primary-nav-inner{height:auto;min-height:0}
  .nav-menu{display:none;position:absolute;top:0;left:0;right:0;background:#082c49;height:auto;padding:10px 22px 18px;flex-direction:column;z-index:100;box-shadow:0 18px 28px rgba(0,0,0,.2)}
  .nav-menu.open{display:flex}
  .nav-menu>a{height:44px;padding:0;border-bottom:1px solid rgba(255,255,255,.08)}
  .nav-search{display:none}
  .home-hero{min-height:575px}
  .hero-content{min-height:575px;align-items:flex-end}
  .hero-photo{left:0;opacity:.58;background-position:64% center}
  .hero-shade{background:linear-gradient(90deg,rgba(5,29,49,.96),rgba(5,29,49,.74)),linear-gradient(0deg,#061f34 0,transparent 60%)}
  .hero-copy{width:100%;padding:50px 0 35px}
  .hero-copy h1{font-size:46px;max-width:650px}
  .hero-copy>p{max-width:620px}
  .hero-features{width:100%;max-width:650px}
  .solution-ribbon-grid{grid-template-columns:1fr}
  .product-row{grid-template-columns:1fr 1fr}
  .split-intro{grid-template-columns:1fr;gap:15px}
  .feature-grid{grid-template-columns:1fr 1fr}
  .callout-band{flex-direction:column;align-items:flex-start;gap:18px}
  .content-grid-3,.product-catalog-grid{grid-template-columns:1fr 1fr}
  .detail-layout,.contact-grid{grid-template-columns:1fr}
  .contact-aside,.product-aside{position:static}
  .footgrid{grid-template-columns:1fr 1fr}
  .pagehero h1{font-size:43px}
}

@media(max-width:600px){
  .site-wrap{width:calc(100% - 30px)}
  .logo-link img{width:215px}
  .home-hero{min-height:640px}
  .hero-copy{padding-top:90px}
  .hero-copy h1{font-size:39px;letter-spacing:-1.1px}
  .hero-copy>p{font-size:16px}
  .hero-actions{flex-direction:column;align-items:flex-start}
  .hero-features{grid-template-columns:1fr 1fr;gap:18px 8px}
  .solution-mini-card{grid-template-columns:44px 1fr 92px;padding-left:14px}
  .solution-mini-card>img{width:92px;height:105px}
  .product-row{grid-template-columns:1fr}
  .product-preview-card{grid-template-columns:120px 1fr}
  .feature-grid,.content-grid-3,.product-catalog-grid,.footgrid{grid-template-columns:1fr}
  .section{padding:54px 0}
  .section h2{font-size:32px}
  .pagehero{padding:52px 0}
  .pagehero h1{font-size:36px}
  .pagehero .lead{font-size:16px}
  .form-row{grid-template-columns:1fr}
  .tech-band{grid-template-columns:1fr}
}

/* CAREERS */
.careers-section{padding-bottom:64px}
.career-intro-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:55px;align-items:end;margin-bottom:34px}
.career-values{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.career-values>div{background:#fff;border:1px solid #dce5ee;border-radius:8px;padding:15px 16px;display:flex;align-items:center;gap:12px;box-shadow:var(--shadow)}
.career-values b{display:flex;align-items:center;justify-content:center;flex:0 0 34px;height:34px;border-radius:7px;background:#e8f8f4;color:#008d77;font-size:11px}
.career-values span{font-size:13px;font-weight:750;color:#153754;line-height:1.35}
.job-list{display:grid;gap:14px}
.job-card{background:#fff;border:1px solid #dce5ee;border-radius:10px;box-shadow:var(--shadow);padding:24px 26px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.job-card h3{font-size:22px;margin:8px 0 7px;color:#102f55}
.job-card p{font-size:14px;color:#63758d;margin:0;line-height:1.65;max-width:850px}
.job-meta,.job-detail-meta{display:flex;flex-wrap:wrap;gap:8px}
.job-meta span,.job-detail-meta span,.job-type{display:inline-flex;padding:5px 9px;border-radius:30px;background:#edf6ff;color:#0b63c7;font-size:11px;font-weight:800}
.job-card-side{display:flex;min-width:180px;flex-direction:column;align-items:flex-end;gap:9px}
.job-card-side small{color:#6d7f94;font-size:12px}
.career-empty{background:#fff;border:1px dashed #b8c9d9;border-radius:10px;padding:32px;text-align:center}
.career-empty h3{font-size:23px;margin:0 0 8px;color:#123455}
.career-empty p{color:#66798f;max-width:650px;margin:0 auto 20px}
.career-apply{background:#fff}
.career-apply h2{font-size:32px;margin:8px 0 10px}
.career-apply .lead{margin-bottom:22px}
.career-form{margin-top:18px}
.file-field{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #ccd9e5;border-radius:5px;padding:12px 14px;background:#fff;color:#18334f}
.file-field span{font-size:14px;font-weight:700}
.file-field small{display:block;font-weight:500;color:#75879b;margin-top:2px}
.file-field input{max-width:270px}
.consent-field{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:#5b6f86;line-height:1.55}
.consent-field input{margin-top:4px}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.job-detail-meta{margin-bottom:22px}
.job-deadline{margin-top:28px;padding:14px 16px;border-left:3px solid #0ab55b;background:#eef9f3}

@media(max-width:1180px){
  .nav-menu>a{padding:0 11px}
}
@media(max-width:900px){
  .career-intro-grid{grid-template-columns:1fr;gap:24px}
  .job-card{grid-template-columns:1fr}
  .job-card-side{align-items:flex-start;min-width:0}
}
@media(max-width:600px){
  .career-values{grid-template-columns:1fr}
  .file-field{align-items:flex-start;flex-direction:column}
  .file-field input{max-width:100%;width:100%}
}
