:root{--red:#c62828;--red-deep:#b71c1c;--green:#2e7d32;--ink:#2b2b2b;--dark:#2f2f2f;--muted:#6b6b6b;--shadow:0 18px 40px rgba(40,10,10,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.utility-bar{background:#1a1a1a;color:#fff;font-size:12px}.utility-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:16px}.utility-inner a{color:#fff}.utility-tagline{font-style:italic;opacity:.95}.utility-right{display:flex;gap:18px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.main-header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:50}.main-header-inner{min-height:78px;display:flex;align-items:center;gap:20px}.brand-box{display:flex;align-items:center;gap:10px;background:#3a3a3a;color:#fff;padding:8px 14px;border-radius:4px;min-width:210px}.brand-box img{width:36px;height:36px;object-fit:contain;border-radius:50%;background:#fff}.brand-box .brand-text strong{display:block;font-size:15px;letter-spacing:.02em;text-transform:lowercase}.brand-box .brand-text span{display:block;font-size:11px;color:#ff8a80;margin-top:2px}.primary-nav{margin-left:auto}.primary-nav .menu{list-style:none;display:flex;gap:22px;margin:0;padding:0;font-weight:600;font-size:14px}.primary-nav a{display:inline-block;padding:26px 0 22px;border-bottom:3px solid transparent}.primary-nav .current-menu-item>a,.primary-nav a:hover{color:var(--red);border-bottom-color:var(--red)}.header-actions{display:flex;align-items:center;gap:12px}.btn-magasin{background:var(--red);color:#fff!important;border-radius:4px;padding:10px 14px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.menu-toggle{display:none;border:0;background:none;font-size:26px;color:var(--red);cursor:pointer}.hero{position:relative;min-height:520px;color:#fff;background:linear-gradient(90deg,rgba(20,10,10,.72),rgba(20,10,10,.35) 48%,rgba(20,10,10,.15)),var(--hero-image) center/cover no-repeat;display:flex;align-items:center;overflow:hidden}.hero-watermark{position:absolute;left:42%;top:45%;transform:translate(-50%,-50%);width:min(420px,55vw);opacity:.22;pointer-events:none;filter:brightness(10)}.hero-inner{position:relative;z-index:2;padding:70px 0 110px;max-width:620px}.hero-eyebrow{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 18px}.hero h1{margin:0 0 14px;font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.15;font-weight:800}.hero h1 .hl{display:inline-block;background:var(--red);color:#fff;padding:4px 12px 6px;border-radius:4px;margin-top:6px}.hero-lead{font-size:1.15rem;margin:0 0 28px;opacity:.95}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--red);color:#fff!important;font-weight:700;padding:14px 22px;border-radius:999px;box-shadow:var(--shadow)}.hero-wave{position:absolute;left:0;right:0;bottom:-1px;line-height:0}.hero-wave svg{width:100%;height:70px;display:block}.features-wrap{position:relative;z-index:3;margin-top:-55px;padding-bottom:40px;background:#fff}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card{position:relative;min-height:250px;border-radius:14px;overflow:hidden;box-shadow:var(--shadow);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;background-size:cover;background-position:center}.feature-card:before{content:"";position:absolute;inset:0;z-index:0}.feature-red:before{background:linear-gradient(180deg,rgba(198,40,40,.35),rgba(183,28,28,.88))}.feature-green:before{background:linear-gradient(180deg,rgba(46,125,50,.25),rgba(27,94,32,.88))}.feature-dark:before{background:linear-gradient(180deg,rgba(40,40,40,.25),rgba(30,30,30,.9))}.feature-card>*{position:relative;z-index:1}.feature-card .bug{width:38px;height:auto;align-self:flex-start;margin:0 0 10px 0;background:transparent;border-radius:0;filter:drop-shadow(0 0 1px #fff) drop-shadow(0 1px 2px rgba(0,0,0,.25))}.feature-card h2{margin:0 0 8px;font-size:1.45rem}.feature-card p{margin:0 0 16px;font-size:.95rem;opacity:.95}.feature-arrow{align-self:flex-start;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.95);color:var(--red);font-weight:700}.feature-green .feature-arrow{color:var(--green)}.feature-dark .feature-arrow{color:var(--dark)}.band{padding:56px 0}.band h2{margin:0 0 12px;font-size:clamp(1.6rem,3vw,2.2rem)}.band .sub{color:var(--muted);margin:0 0 24px}.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.video-card iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:12px;box-shadow:var(--shadow)}.prospectus-cta{background:var(--red);color:#fff;border-radius:16px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.prospectus-cta .btn-light{background:#fff;color:var(--red);font-weight:700;padding:12px 18px;border-radius:999px}.site-footer{position:relative;color:#fff;background:var(--red);margin-top:40px;padding:90px 0 28px;overflow:hidden}.footer-wave{position:absolute;top:-1px;left:0;right:0;line-height:0}.footer-wave svg{width:100%;height:80px;display:block}.footer-watermark{position:absolute;left:-40px;bottom:-60px;width:320px;opacity:.15;filter:brightness(10);pointer-events:none}.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr 1.1fr 1.3fr 1fr;gap:28px;align-items:start}.footer-grid h3{margin:0 0 10px;font-size:1rem}.footer-grid p{margin:0;font-size:.95rem;opacity:.95}.footer-icon{width:28px;height:28px;margin-bottom:8px;opacity:.95}.footer-script{font-family:Georgia,serif;font-style:italic;font-size:1.5rem;line-height:1.3;text-align:right}.footer-bottom{position:relative;z-index:1;margin-top:36px;padding-top:16px;border-top:1px solid rgba(255,255,255,.25);display:flex;justify-content:space-between;gap:12px;font-size:12px;flex-wrap:wrap}@media(max-width:900px){.utility-inner{flex-direction:column;text-align:center;padding:8px 0}.utility-tagline{order:-1}.main-header-inner{min-height:64px}.primary-nav{display:none}.main-header-inner.is-open .primary-nav{display:block;position:absolute;left:0;right:0;top:100%;background:#fff;padding:8px 20px 16px;box-shadow:0 12px 24px rgba(0,0,0,.12)}.primary-nav .menu{flex-direction:column;gap:0}.primary-nav a{padding:12px 0;border-bottom:1px solid #eee}.menu-toggle{display:block;margin-left:auto}.header-actions .btn-magasin{display:none}.hero{min-height:460px}.hero-inner{max-width:100%;padding:60px 0 100px}.features{grid-template-columns:1fr}.features-wrap{margin-top:-35px}.video-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-script{text-align:left;grid-column:1/-1}}@media(max-width:560px){.footer-grid{grid-template-columns:1fr}.brand-box{min-width:0;padding:6px 10px}}