
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f5f8fc;color:#1b2d3f;line-height:1.6}
header{background:#fff;box-shadow:0 2px 10px rgba(22,55,90,.08);position:sticky;top:0;z-index:10}
nav{max-width:1180px;margin:auto;padding:18px 28px;display:flex;align-items:center;justify-content:space-between}
.brand img{height:78px;display:block}
nav ul{display:flex;gap:26px;list-style:none;margin:0;padding:0}
nav a{text-decoration:none;color:#2e5f91;font-weight:600}
nav a:hover{color:#143d63}
.menu-toggle{display:none;background:#2e5f91;color:#fff;border:0;border-radius:8px;padding:8px 12px}
.hero{background:url('assets/hero-workwear.png') center center/cover no-repeat;padding:120px 28px;text-align:left;position:relative}
.hero-inner,.section{max-width:1180px;margin:auto}
.hero h1{font-size:48px;line-height:1.15;margin:0 0 20px;color:#244f78}
.hero p{font-size:19px;max-width:820px;margin:0 auto 30px;color:#4d6477}
.btn{display:inline-block;background:#2e5f91;color:#fff;text-decoration:none;padding:13px 22px;border-radius:10px;font-weight:700}
.section{padding:68px 28px}
.section h1,.section h2{color:#244f78;font-size:36px;margin:0 0 18px}
.lead{font-size:18px;color:#52687b;max-width:880px}
.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.card{background:#fff;border-radius:16px;box-shadow:0 4px 18px rgba(22,55,90,.08);overflow:hidden}
.card-content{padding:24px}
.card h3,.card h4{margin-top:0;color:#244f78}

.card-title-row{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.card-title-row h3{margin:0}
.card-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#f28c28;color:#fff;font-size:13px;line-height:1;flex:0 0 28px}

.product-card img{width:100%;height:320px;object-fit:contain;display:block;background:#eef4fa;padding:12px}
.product-meta{border-top:1px solid #e3edf6;margin-top:16px;padding-top:14px}
.product-meta h4{font-size:15px;margin:14px 0 5px;color:#2e5f91}
.product-meta p{margin:0;white-space:pre-line}
.category{margin:42px 0 72px}
.category-intro{color:#52687b;max-width:850px}
.standard-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.focus-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:26px}
.focus-item{background:#fff;border-radius:14px;padding:20px;box-shadow:0 4px 18px rgba(22,55,90,.08);font-weight:700;color:#244f78;text-align:center}
.footer{background:#1f3e5b;color:white;padding:34px 28px;margin-top:50px}
.footer-inner{max-width:1180px;margin:auto;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer a{color:white}
.notice{background:#eef5fb;border-left:4px solid #2e5f91;padding:18px;border-radius:10px}
@media(max-width:900px){
  .menu-toggle{display:block}
  nav ul{display:none;position:absolute;left:0;right:0;top:82px;background:#fff;flex-direction:column;padding:22px 28px;box-shadow:0 8px 16px rgba(0,0,0,.08)}
  body.nav-open nav ul{display:flex}
  .hero h1{font-size:34px}
  .grid,.grid-3,.standard-list,.focus-list{grid-template-columns:1fr}
  .product-card img{height:260px}
}


.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(10,25,40,0.50);
}

.hero-inner{
    position:relative;
    z-index:2;
}

.hero h1{
    color:white;
    max-width:760px;
}

.hero p{
    color:rgba(255,255,255,0.94);
    max-width:860px;
    line-height:1.8;
    font-size:20px;
}


.catalog-cta{
    margin: 86px 0 20px;
    padding: 84px 28px;
    border-radius: 22px;
    background: linear-gradient(135deg, #ffffff 0%, #eef4fa 100%);
    box-shadow: 0 10px 30px rgba(22,55,90,.10);
    text-align: center;
}
.catalog-cta-inner{
    max-width: 760px;
    margin: 0 auto;
}
.catalog-eyebrow{
    margin: 0 0 12px;
    color: #b89a5b;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 13px;
    font-weight: 700;
}
.catalog-cta h2{
    margin: 0 0 16px;
    color: #244f78;
    font-size: 36px;
    line-height: 1.2;
}
.catalog-cta p:not(.catalog-eyebrow){
    margin: 0 0 30px;
    color: #52687b;
    font-size: 18px;
}
.catalog-button{
    display: inline-block;
    padding: 14px 30px;
    border: 2px solid #2e5f91;
    border-radius: 999px;
    color: #2e5f91;
    background: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: all .25s ease;
}
.catalog-button:hover{
    background: #2e5f91;
    color: #fff;
    transform: translateY(-1px);
}
.catalog-viewer-body{
    margin:0;
    min-height:100vh;
    background:#0f1e2d;
    font-family:Arial, Helvetica, sans-serif;
}
.catalog-viewer-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:14px 22px;
    background:#ffffff;
    box-shadow:0 2px 10px rgba(0,0,0,.10);
}
.catalog-viewer-header img{
    height:48px;
    display:block;
}
.catalog-viewer-header a{
    color:#2e5f91;
    text-decoration:none;
    font-weight:700;
}
.catalog-frame{
    width:100%;
    height:calc(100vh - 76px);
    border:0;
    display:block;
    background:#fff;
}
.catalog-fallback{
    padding:20px;
    text-align:center;
    color:#fff;
}
.catalog-fallback a{color:#fff;font-weight:700;}
@media(max-width:900px){
    .catalog-cta{padding:56px 20px;margin-top:56px;}
    .catalog-cta h2{font-size:28px;}
    .catalog-viewer-header{flex-direction:column;align-items:flex-start;}
    .catalog-frame{height:calc(100vh - 116px);}
}

/* Final footer and privacy notice */
.footer{
    background:#102335;
    color:#d9e6f2;
    padding:42px 20px 22px;
}
.footer a{color:#d9e6f2;text-decoration:none;}
.footer a:hover{color:#ffffff;text-decoration:underline;}
.footer-grid{
    max-width:1180px;
    margin:0 auto;
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:32px;
    align-items:start;
}
.footer-brand strong{display:block;color:#fff;margin-bottom:10px;font-size:17px;}
.footer-brand span{display:block;line-height:1.7;color:#b7c8d8;}
.footer-links h4{margin:0 0 12px;color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.12em;}
.footer-links a{display:block;margin:8px 0;color:#c9d8e5;font-size:14px;}
.footer-bottom{
    max-width:1180px;
    margin:28px auto 0;
    padding-top:18px;
    border-top:1px solid rgba(255,255,255,.15);
    color:#9fb2c4;
    font-size:13px;
}
.legal-page{max-width:980px;}
.legal-content{line-height:1.75;}
.legal-content h3{margin-top:28px;color:#244f78;}
.legal-content ul{padding-left:22px;}
.privacy-banner{
    position:fixed;
    left:20px;
    right:20px;
    bottom:20px;
    z-index:9999;
    display:none;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    max-width:980px;
    margin:0 auto;
    padding:18px 20px;
    background:rgba(255,255,255,.97);
    border:1px solid rgba(36,79,120,.18);
    box-shadow:0 12px 40px rgba(16,35,53,.18);
    border-radius:14px;
}
.privacy-banner-text{display:flex;flex-direction:column;gap:5px;color:#20384f;line-height:1.45;}
.privacy-banner-text strong{color:#244f78;}
.privacy-banner-text span{font-size:14px;color:#52687b;}
.privacy-banner-text a{color:#2e5f91;font-weight:700;text-decoration:none;font-size:14px;}
.privacy-banner button{
    border:0;
    background:#2e5f91;
    color:#fff;
    padding:11px 22px;
    border-radius:999px;
    font-weight:700;
    cursor:pointer;
    white-space:nowrap;
}
.privacy-banner button:hover{background:#244f78;}
@media(max-width:900px){
    .footer-grid{grid-template-columns:1fr;gap:24px;}
    .privacy-banner{left:12px;right:12px;bottom:12px;align-items:flex-start;flex-direction:column;}
    .privacy-banner button{width:100%;}
}


/* Applications page refinement */
.applications-grid .card-content{min-height:150px}
.card-title-row{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.card-title-row h3{margin:0}
.app-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#f28c28;
  color:#fff;
  font-size:18px;
  line-height:1;
  flex:0 0 34px;
}
