:root{--navy:#0b2d59;--navy2:#164b83;--gold:#c99a3a;--gold2:#e0bb6b;--ink:#172235;--muted:#66758a;--bg:#f5f7fa;--line:#e1e7ee;--white:#fff;--shadow:0 18px 50px rgba(11,45,89,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.65;background:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.top{background:var(--navy);color:#dfe8f3;font-size:12px}.top .container{min-height:34px;display:flex;justify-content:space-between;align-items:center}.top span:last-child{font-weight:700}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.98);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);box-shadow:0 2px 18px rgba(7,29,54,.05)}.nav{min-height:86px;display:flex;align-items:center;gap:26px}.logo{width:185px;height:auto;max-height:70px;object-fit:contain}.links{margin-left:auto;display:flex;align-items:center;gap:4px;font-weight:800;font-size:14px}.links a{padding:11px 13px;border-radius:8px;white-space:nowrap}.links a:hover{background:#f3f6f9;color:var(--navy2)}.links .quote{padding:12px 18px;background:var(--navy);color:#fff}.links .quote:hover{background:var(--navy2);color:#fff}.menu{display:none;margin-left:auto;border:1px solid #cfd8e2;background:#fff;color:var(--navy);border-radius:9px;width:44px;height:44px;font-size:21px}
.hero{padding:0;background:#071d36}.hero-slider{position:relative;min-height:650px;height:650px;overflow:hidden}.hero-track{display:flex;width:100%;height:100%;transition:transform .75s cubic-bezier(.2,.7,.2,1);will-change:transform}.hero-slide{position:relative;min-width:100%;height:100%;overflow:hidden;background:#0b2746}.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,34,.78),rgba(4,18,34,.25) 55%,rgba(4,18,34,.28)),linear-gradient(0deg,rgba(4,18,34,.48),transparent 42%)}.hero-copy{position:absolute;z-index:3;left:0;right:0;bottom:0;padding:0 0 52px;color:#fff}.hero-copy .eyebrow{color:#e8c26a;text-transform:uppercase;letter-spacing:.17em;font-weight:900;font-size:12px}.hero-copy h1{font-size:clamp(44px,6vw,74px);line-height:1.01;letter-spacing:-2.8px;color:#fff;margin:12px 0 20px;max-width:820px}.hero-copy h1 span{color:#e8c26a}.hero-copy .lead{color:#e7eef6;max-width:760px;font-size:18px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;justify-content:center;align-items:center;padding:13px 20px;border-radius:8px;font-weight:900;border:1px solid transparent;transition:.2s}.primary{background:var(--navy);color:#fff}.primary:hover{background:var(--navy2)}.secondary{border-color:#cbd4de;color:var(--navy);background:#fff}.secondary:hover{background:#f4f7fa}.hero-copy .secondary{background:rgba(255,255,255,.96)}.hero-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;max-width:850px}.hero-badge{background:rgba(255,255,255,.96);color:var(--navy);border-radius:10px;padding:11px 13px;text-align:center;font-size:12px;font-weight:900}.hero-caption{position:absolute;z-index:3;right:34px;top:34px;max-width:330px;background:rgba(255,255,255,.95);border-left:4px solid var(--gold);padding:17px 19px;border-radius:12px;box-shadow:0 14px 35px rgba(0,0,0,.18)}.hero-caption h3{margin:0 0 4px;color:var(--navy);font-size:18px}.hero-caption p{margin:0;color:#5d6c7e;font-size:13px;line-height:1.5}.hero-slider-controls{position:absolute;right:24px;bottom:27px;z-index:6;display:flex;gap:8px}.hero-slider-controls button{width:46px;height:46px;border:1px solid rgba(255,255,255,.75);border-radius:50%;background:rgba(7,29,54,.72);color:#fff;font-size:25px;cursor:pointer}.hero-dots{position:absolute;z-index:6;left:50%;bottom:42px;transform:translateX(-50%);display:flex;gap:8px}.hero-dots button{width:9px;height:9px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.55);cursor:pointer}.hero-dots button.active{background:var(--gold);transform:scale(1.25)}
.strip{border-bottom:1px solid var(--line);border-top:1px solid var(--line);padding:20px 0;background:#fff}.strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.strip-item{font-size:14px;font-weight:800;color:#56657a;display:flex;gap:10px;align-items:center}.dot{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#edf3f8;color:var(--navy);font-size:12px;flex:0 0 30px}
section{padding:76px 0}.alt{background:var(--bg)}.kicker{text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-size:12px;font-weight:900}.section-head{max-width:780px;margin-bottom:36px}h2{color:var(--navy);font-size:clamp(30px,4vw,46px);line-height:1.1;letter-spacing:-1.3px;margin:8px 0 14px}h3{color:var(--navy);line-height:1.2}.lead{font-size:18px;color:var(--muted);max-width:760px}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:25px;min-width:0}.card:hover{box-shadow:var(--shadow);transform:translateY(-2px);transition:.2s}.card-media{padding:0;overflow:hidden}.card-media img{width:100%;height:225px;object-fit:cover}.card-media .card-body{padding:23px}.card p,.card li{color:var(--muted)}.icon{width:46px;height:46px;border-radius:10px;background:#edf3f8;color:var(--navy);display:grid;place-items:center;font-weight:900;margin-bottom:15px}
.industries{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.industry{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden;box-shadow:0 8px 25px rgba(11,45,89,.05);min-width:0;transition:.2s}.industry:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.industry img{width:100%;height:185px;object-fit:cover}.industry-body{padding:18px}.industry b{display:block;color:var(--navy);font-size:16px}.industry p{color:var(--muted);font-size:13px;margin:7px 0 0}
.quote-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:24px}.quote-note{font-size:13px;color:var(--muted)}.cta{background:var(--navy);color:#fff}.cta h2{color:#fff;margin-top:0}.cta p{color:#c9d6e6}.cta .container{display:flex;justify-content:space-between;align-items:center;gap:25px}.gold{background:var(--gold);color:#fff}.gold:hover{background:#b98929}
.page{background:linear-gradient(135deg,#f4f7fa,#fff);padding:64px 0}.page h1{font-size:clamp(40px,6vw,64px);line-height:1.05;color:var(--navy);margin:8px 0 15px}.crumb{font-size:13px;color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:start}.checks{display:grid;gap:16px;margin-top:25px}.check{display:flex;gap:12px}.checkmark{width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:#edf3f8;color:var(--navy);display:grid;place-items:center;font-weight:900}
.form{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:0 15px 40px rgba(11,45,89,.08)}.fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:grid;gap:6px}.full{grid-column:1/-1}label{font-size:13px;font-weight:800}input,select,textarea{width:100%;font:inherit;padding:12px;border:1px solid #ccd5df;border-radius:7px}textarea{min-height:140px;resize:vertical}.notice{padding:13px 15px;background:#faf5e9;border:1px solid #ead8aa;border-radius:8px;color:#6b5424;font-size:13px;margin-bottom:18px}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.feature{display:flex;gap:18px;padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff;min-width:0}.feature img{width:120px;height:100px;object-fit:cover;border-radius:10px}.feature p{margin:5px 0 0;color:var(--muted);font-size:14px}
.product-showcase{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-visual{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.product-visual img{width:100%;height:300px;object-fit:cover;border-radius:12px}.product-visual h3{margin-bottom:6px}.mini-links{display:flex;gap:9px;flex-wrap:wrap;margin-top:12px}.mini-link{font-size:12px;font-weight:800;padding:7px 10px;border-radius:999px;background:#edf3f8;color:var(--navy)}
footer{background:#071d36;color:#b8c7d8;padding:48px 0 22px}.foot{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:35px}.foot img{width:185px;background:#fff;border-radius:5px;padding:5px;margin-bottom:12px}.foot h3{color:#fff;font-size:15px}.foot ul{padding:0;list-style:none;display:grid;gap:7px;font-size:13px}.copy{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:18px;font-size:12px;display:flex;justify-content:space-between}.mobile-quote{display:none}
@media(max-width:1100px){.container{width:min(100% - 32px,980px)}.nav{gap:16px}.logo{width:170px}.links{gap:1px}.links a{padding:10px 9px}.hero-slider{height:570px;min-height:570px}.hero-copy{padding-bottom:42px}.hero-copy h1{font-size:58px}.hero-caption{right:20px;top:20px}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.industries{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.nav{min-height:78px}.logo{width:168px;max-height:62px}.menu{display:block}.links{display:none;position:absolute;top:78px;left:12px;right:12px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:9px;box-shadow:0 15px 35px rgba(0,0,0,.1);flex-direction:column;align-items:stretch;gap:2px}.links.open{display:flex}.links a{padding:12px!important}.links a.quote{text-align:center}.hero-slider{height:600px;min-height:600px}.hero-copy{padding-bottom:34px}.hero-copy h1{font-size:50px}.hero-copy .lead{font-size:17px}.hero-caption{max-width:280px}.strip-grid{grid-template-columns:repeat(2,1fr)}.split,.product-showcase{grid-template-columns:1fr}.foot{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.container{width:calc(100% - 24px)}.top .container{justify-content:center}.top span:last-child{display:none}.nav{min-height:70px}.logo{width:160px;max-height:58px}.links{top:70px}.hero-slider{height:650px;min-height:650px}.hero-slide img{object-position:center}.hero-caption{top:14px;left:12px;right:12px;max-width:none;padding:14px 16px}.hero-caption p{display:none}.hero-copy{padding-bottom:35px}.hero-copy h1{font-size:40px;letter-spacing:-1.7px;margin-bottom:15px}.hero-copy .lead{font-size:15px;line-height:1.55}.actions{display:grid;grid-template-columns:1fr}.actions .btn{width:100%}.hero-badges{grid-template-columns:1fr;max-width:100%}.hero-badge{padding:9px}.hero-slider-controls{right:12px;bottom:17px}.hero-dots{bottom:34px}.cards,.industries,.strip-grid,.fields,.feature-grid{grid-template-columns:1fr}.industry img{height:210px}section{padding:58px 0}.section-head{margin-bottom:28px}.lead{font-size:16px}.cta .container{align-items:stretch;flex-direction:column}.cta .btn{width:100%}.foot{grid-template-columns:1fr}.copy{flex-direction:column;gap:8px}.mobile-quote{display:none}.feature{flex-direction:column}.feature img{width:100%;height:200px}.page{padding:48px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-track{transition:none}.card,.industry{transition:none}}

/* Final responsive refinements */
.industry-summary{max-width:1120px}.industry-summary h2{font-size:clamp(30px,4.2vw,52px);line-height:1.12;letter-spacing:-1.6px;max-width:1120px}.industry-summary .lead{max-width:920px}.card-media .icon{display:none}.card-media .card-body{padding:23px}.hero-slider{touch-action:pan-y}.hero-slide img{user-select:none;-webkit-user-drag:none}.form .status-success{background:#edf8f0;border-color:#b9dfc2;color:#215d2d}.form .status-error{background:#fff1f1;border-color:#e6bcbc;color:#8a2424}
@media(max-width:900px){.hero-slider{height:560px;min-height:560px}.hero-copy{padding-bottom:28px}.hero-copy h1{font-size:clamp(38px,9vw,52px);letter-spacing:-1.8px;max-width:90%}.hero-copy .lead{font-size:16px;max-width:90%}.hero-caption{top:18px;right:18px;max-width:240px;padding:13px 15px}.hero-caption h3{font-size:16px}.hero-caption p{font-size:12px}.hero-slider-controls{right:16px;bottom:18px}.hero-dots{bottom:32px}.industry-summary h2{font-size:clamp(28px,6.2vw,42px)}}
@media(max-width:620px){.top .container{min-height:30px;font-size:10px}.top span:last-child{display:none}.nav{min-height:72px}.logo{width:150px;max-height:56px}.links{top:72px}.hero-slider{height:620px;min-height:620px}.hero-slide img{object-position:center}.hero-slide::after{background:linear-gradient(90deg,rgba(4,18,34,.82),rgba(4,18,34,.35) 75%),linear-gradient(0deg,rgba(4,18,34,.65),transparent 52%)}.hero-copy{padding-bottom:74px}.hero-copy .eyebrow{font-size:10px}.hero-copy h1{font-size:40px;max-width:100%;margin-bottom:14px}.hero-copy .lead{font-size:15px;line-height:1.5;max-width:100%}.actions{margin-top:18px}.actions .btn{width:100%}.hero-badges{grid-template-columns:1fr;gap:7px;max-width:100%;margin-top:12px}.hero-badge{padding:8px 10px;font-size:11px}.hero-caption{left:16px;right:auto;top:16px;max-width:calc(100% - 32px)}.hero-slider-controls{bottom:18px}.hero-dots{bottom:34px}.fields{grid-template-columns:1fr}.full{grid-column:auto}.form{padding:20px}.industry-summary h2{font-size:30px;line-height:1.16}.industries{grid-template-columns:1fr}.industry img{height:200px}.feature-grid{grid-template-columns:1fr}.feature{padding:16px}.feature img{width:100px;height:86px}.product-showcase{grid-template-columns:1fr}.cta .container{align-items:flex-start;flex-direction:column}.copy{flex-direction:column;gap:8px}.mobile-quote{display:none!important}}

/* Products page */
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden;box-shadow:0 8px 25px rgba(11,45,89,.05);min-width:0;display:flex;flex-direction:column;transition:.2s}
.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.product-card>img{width:100%;height:205px;object-fit:cover;background:#eef2f6}
.product-body{padding:18px;display:flex;flex-direction:column;flex:1}
.product-body h3{margin:0 0 8px;font-size:19px}
.product-body p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
.product-body a{margin-top:auto;padding-top:15px;color:var(--navy2);font-size:13px;font-weight:900}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.product-grid{grid-template-columns:1fr}.product-card>img{height:220px}.product-body{padding:20px}}

/* KANATAS content updates */
.product-overview{grid-template-columns:repeat(5,minmax(0,1fr))}
.product-overview .card-media img{height:205px}
.about-copy{max-width:900px;font-size:18px;color:var(--muted)}
.about-copy p{margin:0 0 20px}
.more-listed{background:#17191c;color:#f6f7f9;padding:72px 0}
.more-listed-inner{max-width:850px}
.more-listed .kicker{color:var(--gold2)}
.more-listed h2{color:#fff;margin-top:8px}
.more-listed p{color:#e2e5e9;font-size:17px;line-height:1.7;max-width:820px}
.more-listed strong{color:#fff}
.more-secondary{border-color:rgba(255,255,255,.45);background:transparent;color:#fff}
.more-secondary:hover{background:#fff;color:var(--navy)}
@media(max-width:1100px){.product-overview{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.product-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.product-overview{grid-template-columns:1fr}.more-listed{padding:58px 0}.more-listed p{font-size:16px}}

/* Final responsive/layout polish */
section{padding:58px 0}
.page{padding:52px 0}
.product-overview{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-overview .card-media img{height:220px}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.product-card>img{height:220px}
.quote-help{margin-top:24px}
.quote-help ul{margin:10px 0 0;padding-left:20px}
.quote-note{display:block}
.status-success{background:#edf8f1;border-color:#b9dfc7;color:#205b35}
.status-error{background:#fff0f0;border-color:#efc1c1;color:#7a2020}
button:disabled{opacity:.65;cursor:not-allowed}
input:focus,select:focus,textarea:focus,.btn:focus-visible,.links a:focus-visible,.menu:focus-visible{outline:3px solid rgba(201,154,58,.35);outline-offset:2px}
@media(max-width:1100px){.product-overview{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){section{padding:50px 0}.page{padding:46px 0}.product-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){section{padding:44px 0}.page{padding:40px 0}.container{width:calc(100% - 28px)}.product-overview,.product-grid{grid-template-columns:1fr}.product-overview .card-media img,.product-card>img{height:230px}.mobile-quote{display:flex!important;position:fixed;left:14px;right:14px;bottom:max(12px,env(safe-area-inset-bottom));z-index:80;justify-content:center;align-items:center;background:var(--navy);color:#fff;border-radius:10px;padding:13px 18px;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.2)}body{padding-bottom:66px}.hero-slider{height:650px;min-height:650px}.hero-caption{top:14px}.hero-copy{padding-bottom:86px}.hero-slider-controls{right:14px}.hero-dots{left:auto;right:116px;transform:none}.cta .container{gap:16px}}

/* Industry section refinement */
.industries-focus{padding-top:64px;padding-bottom:64px}.industry-summary{max-width:900px}.industry-summary h2{font-size:clamp(32px,4vw,50px);max-width:900px;margin-bottom:14px}.industry-tags{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px}.industry-tags a{display:flex;align-items:center;min-height:58px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy);font-weight:800;box-shadow:0 5px 18px rgba(11,45,89,.04);transition:.2s}.industry-tags a::before{content:'✓';display:grid;place-items:center;width:28px;height:28px;margin-right:10px;border-radius:50%;background:#edf3f8;color:var(--navy);font-size:12px;flex:0 0 28px}.industry-tags a:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#cbd7e4}.product-card>img,.card-media>img{background:#edf2f6}.contact-emails{display:grid;gap:2px}
@media(max-width:900px){.industry-tags{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.industries-focus{padding-top:48px;padding-bottom:48px}.industry-summary h2{font-size:30px}.industry-tags{grid-template-columns:1fr;gap:10px}.industry-tags a{min-height:54px}}

/* Final visual polish */
.hero-slide img{filter:saturate(.96) contrast(1.02)}
.hero-caption{backdrop-filter:blur(8px)}
.product-card>img,.card-media>img{object-position:center;transition:transform .45s ease,filter .3s ease}
.product-card:hover>img,.card-media:hover>img{transform:scale(1.025)}
.product-card:first-child>img{object-position:center 48%}
.product-card:nth-child(3)>img{object-position:center 55%}

/* Final production image treatment */
.hero-slide img{object-fit:cover;object-position:center}
.product-card>img,.card-media>img,.industry img{object-fit:cover;object-position:center}
.product-card>img{height:230px}
.card-media img{height:235px}
@media(max-width:900px){.product-card>img{height:225px}.card-media img{height:220px}}
@media(max-width:620px){.product-card>img,.card-media>img{height:220px}.hero-slide img{object-position:center}}
