*{box-sizing:border-box}
:root{
  --ink:#071a2f;--navy:#0b2b4c;--blue:#1684d8;--ice:#edf7ff;--white:#fff;
  --text:#172435;--muted:#647184;--line:#dbe8f3;--gold:#d9ad61;
  --shadow:0 24px 70px rgba(7,26,47,.15)
}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65}
img{display:block;max-width:100%}a{color:inherit}
.topbar{display:flex;justify-content:space-between;align-items:center;padding:8px clamp(20px,6vw,90px);background:var(--ink);color:#d9e9f7;font-size:.85rem}
.topbar a{text-decoration:none;font-weight:800}
.header{position:sticky;top:0;z-index:30;display:flex;justify-content:space-between;align-items:center;padding:9px clamp(20px,6vw,90px);background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(10,43,76,.08)}
.logo img{width:185px;height:62px;object-fit:contain;object-position:left}
.nav{display:flex;align-items:center;gap:26px}.nav a{text-decoration:none;font-size:.92rem;font-weight:800;color:var(--navy)}.nav a:hover{color:var(--blue)}
.nav-cta{padding:12px 18px;border-radius:999px;background:var(--navy);color:#fff!important}.menu-btn{display:none}
.hero{position:relative;min-height:770px;display:grid;grid-template-columns:1.15fr .55fr;align-items:center;gap:70px;padding:100px clamp(24px,7vw,115px);overflow:hidden;background:
linear-gradient(105deg,rgba(5,20,37,.96) 0%,rgba(7,33,59,.90) 49%,rgba(11,54,91,.54) 100%),
url('affiche-accrovitres.png') center/cover}
.hero:after{content:"";position:absolute;inset:auto -10% -45% auto;width:620px;height:620px;border-radius:50%;background:rgba(22,132,216,.2);filter:blur(2px)}
.hero-content,.hero-card{position:relative;z-index:2}.kicker{margin:0 0 13px;color:var(--blue);font-size:.78rem;letter-spacing:.17em;text-transform:uppercase;font-weight:900}
.hero .kicker{color:#75c7ff}.hero h1{margin:0;color:#fff;font-size:clamp(3.1rem,6.7vw,6.9rem);line-height:.98;letter-spacing:-.055em}.hero h1 em{font-family:"Playfair Display",serif;font-weight:700;color:#8fd1ff}
.hero-text{max-width:720px;margin:28px 0;color:#d5e4ef;font-size:1.15rem}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0 24px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 25px;border-radius:999px;border:0;text-decoration:none;font-weight:900;cursor:pointer;font:inherit}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 14px 35px rgba(22,132,216,.3)}.btn-primary:hover{background:#0e6db4}
.btn-ghost{border:1px solid rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.06)}
.hero-points{display:flex;gap:22px;flex-wrap:wrap;color:#fff;font-size:.9rem;font-weight:700}
.hero-card{align-self:end;margin-bottom:22px;padding:34px;border:1px solid rgba(255,255,255,.2);border-radius:24px;background:rgba(255,255,255,.10);backdrop-filter:blur(12px);color:#fff;box-shadow:var(--shadow)}
.hero-card-badge{display:inline-block;margin-bottom:20px;padding:7px 12px;border-radius:999px;background:#fff;color:var(--navy);font-weight:900;font-size:.78rem}
.hero-card h2{margin:0 0 14px;font-size:1.8rem;line-height:1.1}.hero-card p{color:#d6e6f2}.hero-card a{font-weight:900;text-decoration:none;word-break:break-word}
.trust{display:grid;grid-template-columns:repeat(4,1fr);padding:0 clamp(24px,7vw,115px);background:#fff;box-shadow:0 16px 40px rgba(7,26,47,.08)}
.trust div{padding:28px 25px;border-right:1px solid var(--line)}.trust div:last-child{border:0}.trust strong,.trust span{display:block}.trust strong{color:var(--navy);font-size:1.05rem}.trust span{color:var(--muted);font-size:.84rem;margin-top:5px}
.section{padding:105px clamp(24px,7vw,115px)}.section-head{max-width:780px;margin-bottom:48px}.section h2{margin:0 0 17px;color:var(--navy);font-size:clamp(2.2rem,4.5vw,4rem);line-height:1.06;letter-spacing:-.045em}.section-head>p:last-child{color:var(--muted);font-size:1.08rem}
.services{background:#fbfdff}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.service-card{position:relative;min-height:275px;padding:32px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 15px 45px rgba(7,26,47,.07);transition:.25s}
.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.service-number{font-size:.78rem;color:var(--blue);font-weight:900;letter-spacing:.12em}.service-card h3{margin:55px 0 12px;color:var(--navy);font-size:1.3rem}.service-card p{margin:0;color:var(--muted)}
.method{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:center;background:var(--ice)}.method-visual img{border-radius:28px;box-shadow:var(--shadow);max-height:720px;margin:auto}.method-content ol{list-style:none;margin:35px 0 0;padding:0}.method-content li{display:flex;gap:20px;padding:19px 0;border-bottom:1px solid #cfdeea}.method-content li>span{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:50%;background:var(--navy);color:#fff;font-weight:900}.method-content strong{color:var(--navy);font-size:1.08rem}.method-content p{margin:4px 0 0;color:var(--muted)}
.gallery-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:20px}.gallery-item{margin:0;overflow:hidden;border-radius:22px;background:var(--navy);box-shadow:var(--shadow)}.gallery-item img,.gallery-placeholder{width:100%;height:420px;object-fit:cover}.gallery-placeholder{display:grid;place-items:center;text-align:center;background:linear-gradient(145deg,#12395e,#0b2038);color:#9dcff4;font-size:1.35rem;font-weight:800}.gallery-item figcaption{padding:18px 20px;color:#fff;font-weight:800}
.reviews{background:#081b31;color:#fff}.reviews h2{color:#fff}.reviews .kicker{color:#75c7ff}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-grid blockquote{margin:0;padding:31px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(255,255,255,.055)}.stars{color:#ffd176;letter-spacing:.16em}.review-grid p{font-family:"Playfair Display",serif;font-size:1.24rem}.review-grid cite{font-style:normal;color:#9cb0c2;font-size:.85rem}.reviews-note{margin-top:25px;color:#91a6ba;font-size:.82rem}
.zone{background:#fff}.zone-card{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:55px;border-radius:28px;background:linear-gradient(130deg,#edf8ff,#dceffd);border:1px solid #cce3f4}.zone-list{display:flex;align-content:center;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px}.zone-list span{padding:10px 14px;border-radius:999px;background:#fff;color:var(--navy);font-weight:800;font-size:.9rem}
.quote{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;background:#f6faff}.contact-direct{display:flex;flex-direction:column;gap:10px;margin-top:28px}.contact-direct a{font-weight:900;color:var(--navy);text-decoration:none}
.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:32px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.quote-form label{display:flex;flex-direction:column;gap:7px;font-weight:800;color:var(--navy);font-size:.9rem}.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:14px 15px;border:1px solid #cdddea;border-radius:12px;background:#fbfdff;font:inherit}.quote-form textarea{resize:vertical}.full{grid-column:1/-1}
footer{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:45px;padding:55px clamp(24px,7vw,115px);background:#041326;color:#cbd9e5}footer img{width:180px;background:#fff;border-radius:12px;padding:5px}footer div{display:flex;flex-direction:column;gap:8px}footer strong{color:#fff}footer a{text-decoration:none}
.floating{position:fixed;right:20px;z-index:40;display:grid;place-items:center;width:56px;height:56px;border-radius:50%;color:#fff;text-decoration:none;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.25)}.phone{bottom:20px;background:var(--blue);font-size:1.45rem}.whatsapp{bottom:86px;background:#20bd64;font-size:.78rem}
.reveal{opacity:0;transform:translateY(18px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}
.legal{max-width:900px;margin:auto;padding:80px 24px}.legal h1,.legal h2{color:var(--navy)}.legal-note{padding:15px;border-radius:12px;background:#fff4d9}
@media(max-width:980px){.nav{display:none;position:absolute;top:80px;left:16px;right:16px;flex-direction:column;align-items:stretch;padding:18px;background:#fff;border-radius:18px;box-shadow:var(--shadow)}.nav.open{display:flex}.menu-btn{display:block;padding:10px 14px;border:0;border-radius:10px;background:var(--navy);color:#fff;font-weight:900}.hero{grid-template-columns:1fr;min-height:auto}.hero-card{max-width:600px}.trust{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.method,.quote{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid .gallery-item:first-child{grid-column:1/-1}.review-grid{grid-template-columns:1fr}.zone-card{grid-template-columns:1fr}}
@media(max-width:620px){.topbar{font-size:.75rem}.logo img{width:145px;height:52px}.hero{padding:70px 20px}.hero h1{font-size:3.25rem}.hero-actions .btn{width:100%}.hero-points{flex-direction:column;gap:7px}.trust{grid-template-columns:1fr}.trust div{border-right:0;border-bottom:1px solid var(--line)}.section{padding:75px 20px}.service-grid,.gallery-grid,.quote-form{grid-template-columns:1fr}.gallery-grid .gallery-item:first-child{grid-column:auto}.gallery-item img,.gallery-placeholder{height:320px}.zone-card{padding:30px}.quote-form .full{grid-column:auto}footer{grid-template-columns:1fr}}
