:root{--bg:#14171d;--text:#f3f5f8;--muted:#c2c9d4;--line:rgba(255,255,255,.10);--accent:#e77a29;--accent-2:#ff9f5a;--max:1180px;--radius:24px;--radius-sm:16px;--shadow:0 20px 60px rgba(0,0,0,.35);--transition:.25s ease}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:Inter,system-ui,sans-serif;background:linear-gradient(180deg,#151922 0%,#1a1f28 100%);color:var(--text);line-height:1.7;overflow-x:hidden;padding-top:97px}img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none;transition:var(--transition)}p{margin:0 0 1rem;color:var(--muted);font-size:16px}ul{margin:0;padding-left:1.2rem}.container{width:min(var(--max),calc(100% - 2rem));margin:0 auto}.narrow{max-width:860px}h1,h2,h3{margin:0 0 1rem;color:#fff;letter-spacing:-.02em}h1{font-size:clamp(28px,3.6vw,36px);line-height:1.2;font-weight:600}h2{font-size:clamp(22px,2.8vw,28px);line-height:1.28;font-weight:600}h3{font-size:clamp(18px,2vw,22px);line-height:1.35;font-weight:600}.eyebrow,.hero-eyebrow{display:inline-block;font-size:18px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#f4bc90;margin-bottom:1rem;text-shadow:0 2px 12px rgba(0,0,0,.7)}.site-header{position:fixed;top:0;left:0;width:100%;z-index:9;background:rgba(20,23,29,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line);box-shadow:0 0 9px 2px rgba(20,23,29,.75)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.logo{display:flex;align-items:center;gap:.7rem;font-size:1.1rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.logo img{object-fit:contain;filter:brightness(1.15) contrast(1.08)}.logo span{color:var(--accent)}.menu-checkbox{display:none}.nav{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.nav a{font-size:.95rem;color:#fff;font-weight:600}.nav a.active,.nav a:hover{color:var(--accent-2)}.menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.4rem;cursor:pointer}.section{padding:4rem 0}.section.alt,.section-muted{background:rgba(255,255,255,.03);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.hero-grid,.footer-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;align-items:stretch}.stack-cards{display:grid;gap:1rem}.card-glass,.service-card,.mini-card,.site-footer{background:rgba(255,255,255,.055);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.card-glass,.mini-card{padding:1.2rem}.service-card{padding:1.2rem;display:flex;flex-direction:column;justify-content:space-between;transition:var(--transition)}.service-card:hover{transform:translateY(-3px);border-color:rgba(231,122,41,.5)}.service-card::after{content:"En savoir plus →";display:block;margin-top:1rem;color:var(--accent-2);font-weight:700;font-size:14px;transition:var(--transition)}.service-card.depannage::after{content:"Appelez-nous →"}.service-card:hover::after{color:#fff}.service-card p{flex-grow:1}.section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.5rem}.check-list{list-style:none;padding:0;margin:0}.check-list li{position:relative;padding-left:1.5rem;margin:.5rem 0;color:#dce2ea}.check-list li::before{content:"●";position:absolute;left:0;color:var(--accent-2)}.zone-tags{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.zone-tags span{padding:.55rem .85rem;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid var(--line);color:#e6ebf2}.hero-page{position:relative;min-height:620px;display:flex;align-items:center;padding:6rem 0 4rem;overflow:hidden}.hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 25%;z-index:-2;filter:brightness(1.25) contrast(1.1)}.hero-page .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgb(10 12 16 / 80%) 0%,rgb(10 12 16 / 50%) 40%,rgb(10 12 16 / 40%) 70%,rgb(10 12 16 / 20%) 100%);z-index:-1}.hero-content{position:relative;z-index:1;max-width:620px;margin:0 1.2rem}.hero-page h1{font-size:clamp(32px,4.8vw,42px);line-height:1.12;margin-bottom:1.25rem;text-shadow:0 4px 20px rgba(0,0,0,.5)}.hero-page .hero-text{margin-top:1rem;max-width:58ch;color:#FFF;text-shadow:0 2px 12px rgba(0,0,0,.7);font-size:18px}.site-footer{width:min(var(--max),calc(100% - 2rem));margin:3rem auto 2rem;padding:2rem 0;background:rgba(255,255,255,.045)}.footer-grid{padding:0 1.5rem}.footer-grid h3{font-size:1rem;margin-bottom:.6rem}.footer-grid ul{list-style:none;padding:0}.footer-grid li,.footer-line{margin:.45rem 0;color:var(--muted)}.footer-line{display:flex;align-items:center;gap:.6rem;font-size:14px}.footer-line a{color:#fff}.footer-line a:hover{color:var(--accent)}.site-footer .icon{width:24px;height:24px;min-width:16px;fill:currentColor;opacity:.8}.footer-bottom{border-top:1px solid var(--line);margin-top:1.5rem;padding:1rem 2rem 0}.footer-bottom p{font-size:13px;color:#aaa}@media (min-width:981px){.hero-grid>.card-glass{align-self:flex-start;margin-top:41px}}@media (max-width:980px){.hero-grid,.footer-grid,.service-grid{grid-template-columns:1fr}.menu-toggle{display:block}.nav{display:none;position:fixed;top:97px;left:1rem;right:1rem;padding:1rem;background:#181d27;border:1px solid var(--line);border-radius:20px;flex-direction:column;align-items:flex-start;max-height:calc(100vh - 100px);overflow-y:auto;z-index:10}.menu-checkbox:checked ~ .nav{display:flex}.section-head{align-items:flex-start;flex-direction:column;margin:0 1.2rem 2rem}.container .mobilmargin{margin:0 1.2rem 1rem}}@media (max-width:768px){body{padding-top:82px}.site-header{height:82px}.header-inner{display:grid;grid-template-columns:auto 1fr auto;height:82px;padding:.4rem 0}.logo img{width:54px;height:54px}.menu-toggle{grid-column:3}.nav{top:82px}.section{padding:3.5rem 0}.hero-page{min-height:520px;padding:4rem 0 2.5rem}.hero-page h1{font-size:clamp(30px,8vw,36px)}}