
:root{
  --black:#080b0d;--dark:#11191d;--metal:#1d2a30;--yellow:#f2c300;--yellow2:#ffe36b;
  --text:#101820;--muted:#617179;--light:#f5f7f8;--white:#fff;--line:#dde5e8;
  --radius:22px;--shadow:0 18px 55px rgba(0,0,0,.18);
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--light);color:var(--text)}
a{text-decoration:none;color:inherit} img{max-width:100%;display:block}
.container{width:min(1180px,92vw);margin:auto}
.top{background:#050607;color:#eaf0f2;font-size:.92rem}
.top .container{display:flex;justify-content:space-between;gap:1rem;padding:.65rem 0}
.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav .container{height:74px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{display:flex;align-items:center;gap:.7rem;font-weight:950;font-size:1.1rem}
.logo span:first-child{background:var(--yellow);color:#000;border-radius:13px;padding:.65rem .75rem}
.menu{display:flex;gap:1rem;align-items:center;font-weight:800;font-size:.93rem}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.9rem 1.15rem;font-weight:950}
.btn-yellow{background:var(--yellow);color:#080b0d;box-shadow:var(--shadow)}
.btn-dark{background:#080b0d;color:white}
.hero{background:linear-gradient(90deg,rgba(8,11,13,.96),rgba(8,11,13,.82)),url('assets/epaviste-rennes-remorquage.webp') center/cover;color:white}
.hero .container{min-height:680px;display:grid;grid-template-columns:1.05fr .95fr;gap:2.5rem;align-items:center}
.kicker{color:var(--yellow);font-weight:950;text-transform:uppercase;letter-spacing:.04em}
h1{font-size:clamp(2.5rem,5vw,5.2rem);line-height:.92;margin:.7rem 0 1rem;letter-spacing:-.055em}
h2{font-size:clamp(1.9rem,3vw,3.25rem);line-height:1.05;margin:0 0 1rem;letter-spacing:-.04em}
h3{margin:.25rem 0 .6rem;font-size:1.25rem}
.lead{font-size:1.18rem;line-height:1.75;color:#dce6e9;max-width:760px}
.hero-list{list-style:none;padding:0;margin:1.2rem 0;display:grid;gap:.55rem}
.hero-list li:before{content:"✓";color:var(--yellow);font-weight:950;margin-right:.7rem}
.actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}
.hero-card{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:28px;padding:1rem;box-shadow:var(--shadow)}
.hero-card img{border-radius:22px}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:1rem}
.stat{background:white;color:#111;border-radius:18px;padding:1rem}
.stat b{font-size:1.6rem;display:block}
.section{padding:5rem 0}.section.white{background:white}.section.dark{background:#0b0f12;color:white}
.section.dark h2{color:white}.section.dark p{color:#cbd5d9}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:center}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.15rem}
.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:1.45rem;box-shadow:0 10px 30px rgba(0,0,0,.06)}
.dark .card{background:#151d22;border-color:#27343a;color:white}
.card p{color:var(--muted);line-height:1.7}.dark .card p{color:#cbd5d9}
.icon{width:52px;height:52px;border-radius:16px;background:var(--yellow);display:grid;place-items:center;font-size:1.5rem;margin-bottom:1rem}
.photo{border-radius:28px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.16)}
.list{list-style:none;padding:0;margin:1rem 0;display:grid;gap:.75rem}
.list li{padding-left:1.75rem;position:relative;color:var(--muted);line-height:1.55}
.list li:before{content:"✓";position:absolute;left:0;color:#0f9b68;font-weight:950}
.zones{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.3rem}
.zones span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:.65rem .9rem;font-weight:800}
.faq details{background:white;border:1px solid var(--line);border-radius:18px;padding:1.1rem 1.2rem;margin:.75rem 0}
.faq summary{cursor:pointer;font-weight:950}.faq p{color:var(--muted)}
.cta{background:linear-gradient(135deg,#080b0d,#1d2a30);color:white;border-radius:32px;padding:2.3rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;box-shadow:var(--shadow)}
.cta h2{color:white;margin:0}.cta p{color:#dce6e9}
.footer{background:#050607;color:white;padding:3rem 0 1.3rem}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:2rem}
.footer a,.footer p{color:#cbd5d9;line-height:1.8}
.sticky{display:none;position:fixed;left:50%;transform:translateX(-50%);bottom:16px;z-index:90;white-space:nowrap}
.page-hero{background:linear-gradient(135deg,#080b0d,#1d2a30);color:white;padding:4rem 0}.page-hero .lead{max-width:900px}
@media(max-width:900px){
  .menu{display:none}.hero .container,.grid-2,.grid-3,.footer-grid{grid-template-columns:1fr}
  .hero .container{min-height:auto;padding:4rem 0}.stats{grid-template-columns:1fr}
  .cta{flex-direction:column;align-items:flex-start}.sticky{display:flex}body{padding-bottom:70px}
}
