@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');:root{--navy:#061d33;--navy2:#0b2c4e;--blue:#008cff;--steel:#a7c2e8;--light:#f3f7fb;--ink:#10233b;--white:#fff;--muted:#617087;--line:#d9e4ef;--shadow:0 30px 70px rgba(4,24,44,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 48px));margin:auto}.section{padding:105px 0}.eyebrow{font-size:11px;letter-spacing:.2em;font-weight:700;text-transform:uppercase}.eyebrow.blue{color:var(--blue)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(46px,6vw,84px);line-height:.98;letter-spacing:-.055em}h2{font-size:clamp(34px,4vw,58px);line-height:1.02;letter-spacing:-.045em}h3{font-size:27px;letter-spacing:-.025em}.muted{color:#a9bfd2}.site-header{height:88px;position:fixed;z-index:50;top:0;left:0;right:0;display:grid;grid-template-columns:300px 1fr auto;align-items:center;gap:30px;padding:0 4vw;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(12,39,67,.08);transition:.25s}.site-header.scrolled{height:72px;box-shadow:0 8px 30px rgba(0,20,40,.07)}.brand img{display:block;width:270px;max-height:65px;object-fit:contain;object-position:left center}.site-header nav{display:flex;justify-content:center;gap:24px;font-size:11px;font-weight:700}.site-header nav a:hover{color:var(--blue)}.header-cta{background:var(--navy);color:#fff;padding:14px 20px;font-weight:700;font-size:12px}.menu-toggle{display:none;background:none;border:0;font-size:28px}.hero{min-height:770px;padding-top:88px;position:relative;overflow:hidden;color:#fff;background:#061d33}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,36,.97) 0%,rgba(4,31,55,.84) 48%,rgba(4,22,39,.18) 78%),url('../images/hero-tank.png') center right/cover no-repeat}.hero-wave{position:absolute;left:-3%;bottom:-10px;width:76%;opacity:.5}.hero-content{position:relative;z-index:2;padding-top:125px}.hero h1{max-width:900px;margin:18px 0 26px}.hero h1 span{color:#92c9f4}.hero-copy{max-width:710px;font-size:18px;line-height:1.75;color:#d8e4ef}.hero-actions{display:flex;gap:12px;margin:32px 0 48px}.btn{display:inline-flex;align-items:center;gap:16px;border:0;padding:17px 24px;font:700 12px Montserrat;cursor:pointer}.btn-primary{background:var(--blue);color:white}.btn-primary:hover{background:#087ddb}.btn-ghost{border:1px solid rgba(255,255,255,.3);color:#fff}.btn-light{background:#fff;color:var(--navy)}.hero-stats{display:flex;gap:65px}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font-size:27px}.hero-stats span{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#aac0d3;margin-top:5px}.customer-strip{padding:26px 0 34px;border-bottom:1px solid var(--line);overflow:hidden;background:#fff}.customer-title{text-align:center;color:#78879a;font-size:9px;letter-spacing:.18em;font-weight:700;margin-bottom:18px}.logo-marquee{position:relative;overflow:hidden;width:100%}.logo-track{width:max-content;display:flex;align-items:center;gap:56px;animation:marquee 28s linear infinite;padding-inline:20px;will-change:transform}.customer-logo-card{flex:0 0 auto;min-width:170px;height:74px;display:flex;align-items:center;justify-content:center;padding:8px 0;background:transparent;border:0;border-radius:0;box-shadow:none}.customer-logo-card img{max-width:100%;max-height:58px;width:auto;height:auto;display:block;object-fit:contain}.customer-logo-card:nth-child(2) img{max-height:58px}.customer-logo-card:nth-child(4) img{max-height:48px}.customer-logo-card:nth-child(5) img{max-height:56px}.customer-logo-card:nth-child(6) img{max-height:52px}.logo-marquee:hover .logo-track{animation-play-state:paused}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.intro{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:end}.intro>p{font-size:17px;line-height:1.8;color:var(--muted)}.service-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);margin-bottom:105px}.service-card{background:#fff;min-height:370px;padding:42px;display:flex;flex-direction:column;justify-content:space-between}.service-card.featured{grid-row:span 2;background:var(--navy);color:white;min-height:741px;padding:52px}.service-number{font-size:11px;letter-spacing:.17em;color:var(--blue);font-weight:700}.service-card p{line-height:1.7;color:#64748a}.service-card.featured p{color:#b7c7d8}.service-card ul{padding-left:18px;line-height:2;color:#d2dfeb;font-size:13px}.text-link{color:var(--blue);font-weight:700;font-size:12px}.process{background:var(--light)}.process-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:80px;align-items:center}.process-image{position:relative}.process-image img{width:100%;height:600px;object-fit:cover;box-shadow:var(--shadow)}.image-badge{position:absolute;left:-20px;bottom:30px;background:#fff;padding:18px 22px;font-size:10px;font-weight:700;letter-spacing:.12em;box-shadow:var(--shadow)}.image-badge span{background:var(--blue);color:#fff;padding:7px;margin-right:10px}.process-copy>p:not(.eyebrow){line-height:1.8;color:var(--muted)}.steps{padding:0;margin:35px 0 0;list-style:none}.steps li{display:grid;grid-template-columns:45px 1fr;gap:18px;border-top:1px solid #d4e0eb;padding:20px 0}.steps li>span{color:var(--blue);font-size:11px;font-weight:700}.steps b{font-size:14px}.steps p{font-size:12px;color:var(--muted);margin:6px 0 0;line-height:1.5}.brands{text-align:center}.section-lead{max-width:720px;margin:0 auto 35px;color:var(--muted);line-height:1.8}.brand-pills{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.brand-pills span{border:1px solid var(--line);padding:14px 20px;font-size:11px;font-weight:800;letter-spacing:.08em}.testimonial{background:var(--navy);color:white}.testimonial-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.video-card{position:relative;aspect-ratio:16/9;background:#000;overflow:hidden}.video-card video{width:100%;height:100%;object-fit:cover;opacity:.5}.video-overlay{pointer-events:none;position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:18px}.video-overlay .play{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--blue);padding-left:4px}.video-overlay div:last-child{display:flex;flex-direction:column}.video-overlay span,.video-overlay small{font-size:9px;letter-spacing:.15em;color:#bad2e7}.video-overlay b{font-size:18px;margin:5px 0}.testimonial-copy blockquote{margin:25px 0;font-size:20px;line-height:1.7;font-weight:500}.testimonial-copy code{background:#173c5e;padding:3px 6px}.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px}.about-layout p{line-height:1.8;color:var(--muted)}.cta-band{position:relative;background:linear-gradient(120deg,#06375d,#008cff);color:white;padding:80px 0;overflow:hidden}.cta-band>img{position:absolute;right:-10%;bottom:-70px;width:70%;opacity:.35}.cta-band .wrap{position:relative;z-index:2}.cta-band h2{max-width:850px}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.contact-layout>div>p{color:var(--muted);line-height:1.7}.contact-cards{display:grid;gap:10px;margin:30px 0}.contact-cards a{padding:18px;border:1px solid var(--line);display:flex;flex-direction:column}.contact-cards span{font-size:9px;letter-spacing:.15em;color:#77879a}.contact-cards b{margin-top:6px}.address{font-size:13px}.contact-form{background:var(--light);padding:35px}.contact-form label,.login-form label{display:flex;flex-direction:column;gap:8px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px}.contact-form input,.contact-form textarea,.contact-form select,.login-form input{font:500 14px Montserrat;padding:14px 12px;border:1px solid #ccd9e5;background:#fff;outline:none}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus,.login-form input:focus{border-color:var(--blue)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}footer{background:#051a2d;color:#d9e6f1;padding:55px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr .5fr;gap:50px}.footer-brand img{width:250px;max-height:80px;object-fit:contain;object-position:left center;background:transparent}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px}.footer-grid b{color:#fff;margin-bottom:5px}.footer-grid a{font-size:12px;color:#9fb3c5}.footer-bottom{border-top:1px solid #17334d;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.12em;color:#7f99ae}.login-body{min-height:100vh;background:#061d33 url('../images/hero-tank.png') center/cover fixed;display:grid;place-items:center;padding:30px}.login-body:before{content:'';position:fixed;inset:0;background:linear-gradient(110deg,rgba(4,24,43,.96),rgba(4,31,55,.7))}.login-shell{position:relative;z-index:2;width:min(1050px,100%);display:grid;grid-template-columns:1.1fr .9fr;box-shadow:0 40px 100px rgba(0,0,0,.35)}.login-brand,.login-form-panel{padding:60px}.login-brand{background:rgba(6,29,51,.92);color:white;min-height:590px}.login-brand img{width:340px;max-height:105px;object-fit:contain;object-position:left center;margin-bottom:60px;display:block;height:auto}.login-brand h1{font-size:48px;max-width:520px}.login-brand>p:not(.eyebrow){color:#afc4d8;line-height:1.7}.login-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:50px}.login-pills span{border:1px solid #31506b;padding:8px 10px;font-size:9px;letter-spacing:.1em}.login-form-panel{background:white;display:flex;align-items:center}.login-form{width:100%}.login-form h2{font-size:34px}.form-error{background:#fff0f0;color:#b00020;padding:12px;margin-bottom:20px;font-size:12px}.message-page{min-height:100vh;display:grid;place-items:center;background:var(--light);padding:20px}.message-card{background:white;max-width:600px;padding:55px;box-shadow:var(--shadow);text-align:center}.message-card img{width:330px;max-width:100%;margin-bottom:30px}@media(max-width:900px){.site-header{grid-template-columns:1fr auto;padding:0 20px}.site-header nav,.header-cta{display:none}.site-header nav.open{display:flex;position:absolute;top:72px;left:0;right:0;background:white;flex-direction:column;padding:25px}.menu-toggle{display:block}.brand img{width:220px}.wrap{width:min(100% - 32px,1180px)}.hero{min-height:720px}.hero-content{padding-top:100px}.hero-stats{gap:28px}.intro,.process-layout,.testimonial-layout,.about-layout,.contact-layout{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.service-card.featured{grid-row:auto;min-height:560px}.process-image img{height:430px}.login-shell{grid-template-columns:1fr}.login-brand{min-height:auto}.login-brand,.login-form-panel{padding:40px}.footer-grid{grid-template-columns:1fr 1fr}.two-col{grid-template-columns:1fr}}@media(max-width:560px){.section{padding:70px 0}.hero h1{font-size:48px}.hero-actions{flex-direction:column;align-items:flex-start}.hero-stats{flex-wrap:wrap}.hero-bg{background-position:64% center}.customer-logo-card{min-width:130px;height:62px;padding:4px 0}.customer-logo-card img{max-height:34px}.customer-logo-card:nth-child(4) img{max-height:27px}.customer-logo-card:nth-child(6) img{max-height:24px}.service-card,.service-card.featured{padding:30px;min-height:auto}.process-image img{height:320px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:10px}.login-brand,.login-form-panel{padding:28px}.login-brand h1{font-size:38px}.login-brand img{width:340px;max-height:105px;object-fit:contain;object-position:left center;margin-bottom:60px;display:block;height:auto}}
@media(max-width:560px){.customer-logo-card{min-width:130px;height:62px;padding:4px 0}.customer-logo-card img{max-height:34px}.customer-logo-card:nth-child(4) img{max-height:27px}.customer-logo-card:nth-child(6) img{max-height:24px}}

.customer-logo-card:nth-child(7) img{max-height:54px}.customer-logo-card:nth-child(8) img{max-height:58px}.customer-logo-card:nth-child(10) img{max-height:48px}.customer-logo-card:nth-child(11) img{max-height:56px}.customer-logo-card:nth-child(12) img{max-height:52px}
@media(max-width:560px){.customer-logo-card{min-width:145px}.customer-logo-card img{max-height:40px}.customer-logo-card:nth-child(4) img,.customer-logo-card:nth-child(10) img{max-height:34px}.customer-logo-card:nth-child(6) img,.customer-logo-card:nth-child(12) img{max-height:36px}}
