
:root{--navy:#062a50;--blue:#0b477f;--blue2:#0e5d9b;--red:#e6332a;--yellow:#f2c400;--green:#2c9f65;--text:#172534;--muted:#607181;--line:#e0e8ef;--soft:#f5f8fb}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.58;background:#fff}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}.nav{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}.identity{display:flex;align-items:center;gap:13px;min-width:320px}.identity img{width:67px;height:67px;object-fit:cover;border-radius:15px}.identity strong{display:block;color:var(--navy);font-size:2rem;line-height:1;font-weight:900;letter-spacing:.03em}.identity span{display:block;color:var(--muted);font-size:.74rem}
.menu{display:flex;align-items:center;gap:20px;font-size:.9rem;font-weight:800}.menu>a:not(.btn){position:relative}.menu>a:not(.btn)::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--red);transition:.2s}.menu>a:hover::after,.menu>a.active::after{right:0}.menu-btn{display:none;border:0;background:none;font-size:1.7rem}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:8px;font-size:.78rem;text-transform:uppercase;font-weight:900;letter-spacing:.03em;border:1px solid var(--navy)}.btn-red{background:var(--red);border-color:var(--red);color:white}.btn-outline{background:transparent;border-color:white;color:white}.btn-light{background:white;color:var(--navy);border-color:white}.btn-blue{background:var(--navy);color:white;border-color:var(--navy)}.btn-outline-dark{background:white;color:var(--navy);border-color:var(--navy)}
.hero{min-height:540px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(3,31,60,.96),rgba(3,31,60,.82) 48%,rgba(3,31,60,.3)),url('assets/hero-industrie.jpg') center/cover no-repeat;color:white}.hero-copy{padding:78px 0}.eyebrow,.kicker{font-size:.74rem;letter-spacing:.16em;font-weight:900;color:var(--blue);margin:0 0 12px}.hero .eyebrow{color:#cfe2f3}.hero h1{font-size:clamp(2.6rem,5vw,4.8rem);line-height:1.04;max-width:930px;margin:0 0 24px;letter-spacing:-.03em}.hero p:not(.eyebrow){max-width:780px;font-size:1.08rem;color:#e4edf5}.hero-actions{display:flex;gap:14px;margin-top:30px}
.section{padding:92px 0}.section-soft{background:var(--soft)}.section-dark{background:var(--navy);color:white}.section-title{text-align:center;max-width:790px;margin:0 auto 50px}.section-title h2,.catalogue-copy h2,.custom-grid h2,.cta h2{font-size:clamp(2rem,3.2vw,3.2rem);line-height:1.1;margin:0 0 16px;letter-spacing:-.025em}.section-title p,.catalogue-copy p{color:var(--muted)}
.catalogue-intro{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:center}.cover-wrap{background:#eef3f7;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 16px 38px rgba(6,42,80,.08)}.cover-wrap img{width:100%;max-height:620px;object-fit:contain;border-radius:10px}.catalogue-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.pdf-status{padding:18px 20px;border-left:4px solid var(--yellow);background:var(--soft);display:flex;flex-direction:column;gap:4px}.pdf-status strong{color:var(--navy)}.pdf-status span{color:var(--muted);font-size:.9rem}
.family-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.family-card{display:grid;grid-template-columns:190px 1fr;min-height:190px;background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(6,42,80,.05)}.family-card img{width:100%;height:100%;object-fit:cover}.family-card>div{padding:22px}.family-card span{font-weight:900;color:#9eb2c3}.family-card h3{color:var(--navy);margin:8px 0}.family-card p{color:var(--muted);margin:0;font-size:.9rem}
.custom-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center}.custom-grid p{color:#c8d9e7}.light{color:#9ec8eb}.custom-box{display:flex;flex-direction:column;gap:10px;border:1px solid rgba(255,255,255,.17);border-radius:16px;background:rgba(255,255,255,.05);padding:28px}.custom-box span{color:#d8e5ef}.custom-box .btn{align-self:flex-start;margin-top:12px}
.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.brand-grid span{height:90px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;font-weight:900;letter-spacing:.08em;color:#3d566c;background:#fff}.brand-note{text-align:center;max-width:850px;margin:24px auto 0;color:var(--muted);font-size:.83rem}
.cta{background:linear-gradient(120deg,var(--blue),var(--blue2));color:white;padding:64px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta h2{margin-bottom:10px}.cta p{max-width:700px;color:#d8e8f4}
footer{background:#061d34;color:#dbe6ef;padding:52px 0 20px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.3fr;gap:38px}.footer-grid>div{display:flex;flex-direction:column;gap:7px}.footer-grid strong{color:white}.footer-grid span{font-size:.86rem}.footer-id{display:flex;align-items:center;gap:11px}.footer-id img{width:50px;height:50px;border-radius:10px;object-fit:cover}.footer-id strong{font-size:1.25rem}.footer-brand p{font-size:.85rem;color:#b8c8d6}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:32px;padding-top:18px;text-align:center;font-size:.78rem;color:#91a6b8}.whatsapp{position:fixed;right:22px;bottom:22px;background:white;color:#176e4f;font-weight:900;border:1px solid #d8e4df;box-shadow:0 12px 28px rgba(0,0,0,.16);padding:12px 17px;border-radius:999px;z-index:50}
@media(max-width:1050px){.menu-btn{display:block}.menu{display:none;position:absolute;top:92px;left:0;right:0;flex-direction:column;align-items:stretch;padding:20px 4%;background:white;box-shadow:0 12px 30px rgba(0,0,0,.08)}.menu.open{display:flex}.identity{min-width:auto}.family-card{grid-template-columns:150px 1fr}}
@media(max-width:760px){.identity span{display:none}.identity strong{font-size:1.6rem}.identity img{width:55px;height:55px}.nav{min-height:76px}.menu{top:76px}.hero{min-height:500px}.hero-copy{padding:60px 0}.hero h1{font-size:2.65rem}.hero-actions,.catalogue-actions{flex-direction:column}.catalogue-intro,.custom-grid,.footer-grid{grid-template-columns:1fr}.family-grid{grid-template-columns:1fr}.family-card{grid-template-columns:1fr}.family-card img{height:220px}.brand-grid{grid-template-columns:1fr 1fr}.section{padding:68px 0}.cta-inner{flex-direction:column;align-items:flex-start}}
