/* ZELY V5 — mise en page calée sur les cotes relevées (1440 px), palette crème + bleu ZELY */
:root {
  --cream: #fffdf7;
  --cream-2: #fefdfb;
  --ink: #000;
  --ink-2: #0a0a0a;
  --gray: #666;
  --gray-nav: rgba(18, 18, 18, 0.67);
  --blue: #146ef5;
  --blue-deep: #0b4fc4;
  --navy: #0b3d91;
  --blue-50: rgba(20, 110, 245, 0.5);
  --blue-20: rgba(20, 110, 245, 0.2);
  --blue-16: rgba(20, 110, 245, 0.16);
  --dash: #a8a8a8;
  --display: 'Onest', system-ui, sans-serif;
  --text: 'Onest', system-ui, sans-serif;
  --card: 'Poppins', system-ui, sans-serif;
  --num: 'Inter', system-ui, sans-serif;
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--text);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4, p { margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Typo ---------- */
.h1 { font-family: var(--display); font-weight: 600; font-size: 70px; line-height: 77px; letter-spacing: -0.07em; }
.h2 { font-family: var(--display); font-weight: 600; font-size: 50px; line-height: 55px; letter-spacing: -0.07em; }
.lead { font-size: 21px; line-height: 25.2px; letter-spacing: -0.02em; color: var(--gray); }
.lead b { color: var(--ink); font-weight: 400; }
.accent { background: linear-gradient(90deg, var(--blue-deep), var(--blue)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.accent-2 { background: linear-gradient(90deg, var(--navy), #3a6fd8); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Logo ---------- */
.logo { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-size: 22px; line-height: 26.4px; letter-spacing: -0.06em; font-weight: 400; }
.logo-mark { width: 30px; height: 30px; flex: none; }
.logo .dot { color: var(--blue); }
.logo-pill { display: inline-flex; align-items: center; gap: 8px; height: 41px; padding: 0 15px 0 5px; border-radius: 35px; }
.logo-pill .sep { width: 1px; height: 22px; background: rgba(0, 0, 0, 0.25); margin: 0 2px; }

/* ---------- Boutons (texte qui défile lettre par lettre) ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 10px;
  height: 41px; padding: 0 18px; border-radius: 10px;
  font-family: var(--display); font-weight: 600; font-size: 15px; letter-spacing: -0.04em; text-transform: uppercase; white-space: nowrap;
  box-shadow: 0 0.7px 0.7px -0.3px rgba(16, 49, 77, 0.05), 0 1.8px 1.8px -0.6px rgba(16, 49, 77, 0.06), 0 3.6px 3.6px -0.9px rgba(16, 49, 77, 0.06), 0 8px 18px -1.2px rgba(16, 49, 77, 0.08);
  transition: transform 0.4s var(--spring);
}
.btn::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 1px dashed var(--dash); pointer-events: none; }
.btn-dark { background: #000; color: #fff; }
.btn-light { background: #fff; color: #000; }
.btn-blue { background: linear-gradient(269deg, var(--blue) -136%, #000 100%); color: #fff; }
.btn:hover { transform: translateY(-1px); }
.btn .roll { display: inline-flex; overflow: hidden; height: 18px; line-height: 18px; }
.btn .roll span { display: inline-block; transition: transform 0.45s var(--ease); text-shadow: 0 18px 0 currentColor; white-space: pre; }
.btn:hover .roll span { transform: translateY(-18px); }
.btn .arrow { width: 13px; height: 13px; flex: none; transition: transform 0.4s var(--spring); }
.btn:hover .arrow { transform: rotate(45deg) scale(1.1); }

/* ---------- Navigation ---------- */
.nav {
  position: fixed; z-index: 50; top: 12px; left: 50%; transform: translateX(-50%);
  width: min(866px, calc(100% - 24px)); height: 65px;
  display: flex; align-items: center; gap: 20px; padding: 12px 10px 12px 20px;
  background: rgba(255, 255, 255, 0.5); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-radius: 15px; box-shadow: 0 1px 37px rgba(0, 0, 0, 0.1);
}
.nav .logo { padding-left: 5px; }
.nav-links { display: flex; align-items: center; gap: 2px; margin-right: auto; }
.nav-links a, .nav-links button { display: inline-flex; align-items: center; gap: 4px; padding: 6px 0 6px 10px; font-size: 14px; line-height: 16.8px; text-transform: uppercase; color: var(--gray-nav); transition: color 0.2s; }
.nav-links a:first-child, .nav-links a:hover { color: #000; }
.nav-links svg { width: 12px; height: 12px; }
.nav-call { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #fff; box-shadow: 0 0 18px rgba(20, 110, 245, 0.45); flex: none; }
.nav-call svg { width: 18px; height: 18px; }
.nav-burger { display: none; width: 41px; height: 41px; border-radius: 10px; background: #000; color: #fff; place-items: center; }
.nav-burger svg { width: 18px; height: 18px; }
.nav-menu { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; height: 765px; overflow: hidden; padding: 130px 0 0; text-align: center; }
.bands { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: linear-gradient(180deg, #d9e6ff 0%, #e8f0ff 45%, #f6f8fc 80%, var(--cream) 100%); }
.bands i { position: absolute; top: -10%; bottom: -10%; width: 14%; filter: blur(16px); animation: band 14s ease-in-out infinite alternate; }
.bands i:nth-child(odd) { background: linear-gradient(90deg, transparent, #fff 50%, transparent); }
.bands i:nth-child(even) { background: linear-gradient(90deg, transparent, rgba(20, 110, 245, 0.22) 50%, transparent); }
.bands i:nth-child(1) { left: -4%; animation-duration: 13s; }
.bands i:nth-child(2) { left: 9%; width: 9%; animation-duration: 17s; animation-delay: -4s; }
.bands i:nth-child(3) { left: 20%; animation-duration: 15s; animation-delay: -7s; }
.bands i:nth-child(4) { left: 36%; width: 11%; animation-duration: 19s; animation-delay: -2s; }
.bands i:nth-child(5) { left: 50%; animation-duration: 16s; animation-delay: -9s; }
.bands i:nth-child(6) { left: 64%; width: 10%; animation-duration: 18s; animation-delay: -5s; }
.bands i:nth-child(7) { left: 76%; animation-duration: 14s; animation-delay: -11s; }
.bands i:nth-child(8) { left: 90%; width: 12%; animation-duration: 20s; animation-delay: -3s; }
.bands::after { content: ''; position: absolute; inset: auto 0 0 0; height: 45%; background: linear-gradient(180deg, transparent, rgba(255, 253, 247, 0.85)); }
@keyframes band { 0% { transform: translateX(-40px) scaleX(0.9); opacity: 0.75; } 100% { transform: translateX(40px) scaleX(1.15); opacity: 1; } }

.hero-inner { position: relative; z-index: 2; }
.badges { display: flex; align-items: center; justify-content: center; gap: 13px; height: 50px; }
.badges .tile { width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; background: #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }
.badges .tile svg { width: 24px; height: 24px; }
.badges .vsep { width: 1px; height: 22px; background: rgba(0, 0, 0, 0.18); }
.badges .award { display: flex; align-items: center; gap: 10px; }
.badges .wreath { width: 50px; height: 50px; opacity: 0.3; }
.badges .wreath.r { transform: scaleX(-1); }
.badges .award-text { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.badges .award-text small { font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray); }
.badges .award-text strong { display: inline-flex; align-items: center; height: 30px; padding: 0 10px; border: 1.5px solid #000; border-radius: 3px; font-family: var(--display); font-size: 14px; font-weight: 600; letter-spacing: -0.03em; background: #fff; }

.hero h1 { margin-top: 12px; }
.hero h1 .line { display: block; }
/* Encadré pointillé dans les titres : tailles en em, marges positives pour que la ligne s'agrandisse au lieu de chevaucher ses voisines */
.tag {
  display: inline-block; position: relative; margin: 0.1em 0.04em 0.1em 0.14em; padding: 0.05em 0.2em 0.1em;
  line-height: 1; background: #fff; border-radius: 0.14em; transform: rotate(1.5deg);
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.22);
}
.tag::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: max(3px, 0.06em) dashed var(--blue); pointer-events: none; }
.hero .lead { max-width: 600px; margin: 32px auto 0; }
.hero-ctas { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.trust { margin-top: 24px; font-size: 15px; letter-spacing: -0.02em; color: #8b8b8b; }

.ticker { position: relative; margin-top: 12px; height: 56px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16%, #000 84%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 16%, #000 84%, transparent 100%); }
.ticker-track { display: flex; align-items: center; gap: 50px; width: max-content; height: 100%; animation: ticker 40s linear infinite; }
.ticker-track span { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 500; font-size: 22px; letter-spacing: -0.05em; color: rgba(0, 0, 0, 0.3); white-space: nowrap; }
.ticker-track span svg { width: 22px; height: 22px; color: rgba(0, 0, 0, 0.25); }
@keyframes ticker { to { transform: translateX(-50%); } }

.hero-shots { position: absolute; z-index: 1; left: 50%; top: 620px; width: 1440px; height: 700px; margin-left: -720px; }
.shot { position: absolute; border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 30px 60px -20px rgba(12, 30, 70, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.04); }
.shot img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.shot-l { left: 30px; top: 76px; width: 594px; height: 374px; transform: rotate(-2deg); }
.shot-c { left: 279px; top: 28px; width: 714px; height: 405px; transform: rotate(-1deg); z-index: 1; }
.shot-r { left: 706px; top: 70px; width: 650px; height: 409px; transform: rotate(6deg); z-index: 2; }

/* ---------- Services ---------- */
.services { position: relative; z-index: 3; background: var(--cream); padding: 97px 0 50px; }
.services-grid { width: 1250px; max-width: calc(100% - 40px); margin: 0 auto; display: grid; grid-template-columns: 1fr 613px; gap: 40px; }
.services-intro { position: sticky; top: 110px; align-self: start; padding-top: 0; }
.services-intro .h2 { margin-top: 5px; }
.services-intro .lead { margin-top: 12px; color: #000; }
.services-intro .btn { margin-top: 26px; }
.quote { width: 286px; margin-top: 20px; text-align: center; }
.quote p { font-size: 18px; line-height: 22px; letter-spacing: -0.03em; color: #3a3a3a; }
.quote .who { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 14px; text-align: left; }
.avatar { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue), var(--navy)); color: #fff; font-family: var(--display); font-weight: 600; font-size: 14px; flex: none; }
.who strong { display: block; font-size: 16px; font-weight: 600; letter-spacing: -0.04em; }
.who small { display: block; font-size: 13px; letter-spacing: -0.04em; color: #333; }

.svc-group { position: relative; border-radius: 23px; padding: 15px; margin-top: 105px; }
.svc-group:first-child { margin-top: 105px; }
.svc-group::before { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 2px dashed var(--blue-50); pointer-events: none; }
.svc-group.g2::before { border-color: rgba(11, 61, 145, 0.45); }
.group-tag { position: absolute; top: -29px; left: 27px; z-index: 2; display: inline-flex; align-items: center; gap: 7px; height: 40px; padding: 0 12px 0 7px; background: #fff; border-radius: 10px; transform: rotate(-2deg); box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12); font-family: var(--display); font-size: 22px; letter-spacing: -0.06em; }
.group-tag::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 3px dashed var(--blue); pointer-events: none; }
.g2 .group-tag::after { border-color: #3a6fd8; }
.group-tag .logo-mark { width: 26px; height: 26px; }
.svc-cards { display: grid; grid-template-columns: 286px 286px; gap: 10px; }
.svc {
  position: relative; display: flex; flex-direction: column; border-radius: 15px; overflow: hidden;
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.09); transition: transform 0.4s var(--spring), box-shadow 0.4s var(--ease);
}
.svc::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 1px solid rgba(33, 33, 33, 0.05); pointer-events: none; }
.svc:hover { transform: scale(1.03) rotate(-1deg); box-shadow: 0 10px 50px rgba(20, 110, 245, 0.22); z-index: 2; }
.svc.a { height: 331px; background: rgba(186, 221, 255, 0.35); }
.svc.b { height: 331px; background: rgba(186, 196, 255, 0.35); }
.svc.c { grid-column: 1 / -1; height: 157px; background: rgba(255, 210, 186, 0.35); flex-direction: row; }
.svc.d { height: 366px; background: rgb(212, 226, 247); }
.svc.e { height: 366px; background: linear-gradient(217deg, rgb(194, 201, 244) 42%, rgba(18, 53, 255, 0.2) 100%); }
.svc-visual { position: relative; height: 196px; overflow: hidden; }
.svc.d .svc-visual, .svc.e .svc-visual { height: 216px; }
.svc.c .svc-visual { width: 280px; height: 100%; flex: none; }
.svc-body { padding: 14px 15px 16px; }
.svc.c .svc-body { padding: 24px 15px 16px 20px; }
.svc h3 { display: flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 600; font-size: 23px; line-height: 23px; letter-spacing: -0.05em; }
.svc h3 .ico { width: 26px; height: 26px; color: var(--blue); flex: none; }
.svc h3 .arr { width: 12px; height: 12px; transition: transform 0.4s var(--spring); }
.svc:hover h3 .arr { transform: rotate(45deg) scale(1.1); }
.svc p { margin-top: 16px; font-family: var(--card); font-size: 16px; line-height: 19.2px; color: rgba(0, 0, 0, 0.7); }
.svc p b { color: #000; font-weight: 600; }

/* mini-interfaces dans les cartes */
.mini-browser { position: absolute; border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 10px 30px rgba(10, 30, 80, 0.18); }
.mini-browser .bar { height: 14px; display: flex; align-items: center; gap: 3px; padding: 0 6px; background: #f1f3f7; }
.mini-browser .bar i { width: 5px; height: 5px; border-radius: 50%; background: #d3d7df; }
.mini-browser img { width: 100%; }
.focus-ring { position: absolute; border: 1.5px solid var(--blue); border-radius: 6px; box-shadow: 0 0 0 4px rgba(20, 110, 245, 0.12); animation: pulse 2.6s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(20, 110, 245, 0.04); } }
.serp { position: absolute; left: 30px; top: 22px; width: 240px; height: 160px; padding: 10px 12px; background: #fff; border-radius: 8px 8px 0 0; box-shadow: 0 10px 30px rgba(10, 30, 80, 0.14); font-family: var(--card); }
.serp .q { display: flex; align-items: center; gap: 6px; height: 22px; padding: 0 8px; border-radius: 11px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); font-size: 8px; color: #333; }
.serp .q b { color: #4285f4; font-weight: 700; }
.serp .tabs { display: flex; gap: 10px; margin: 8px 0 6px; font-size: 6px; color: #777; }
.serp .tabs span:first-child { color: #1a0dab; border-bottom: 1px solid #1a0dab; }
.serp .results { position: relative; height: 72px; margin-top: 6px; }
.serp .res { position: absolute; left: -6px; right: -6px; padding: 5px 6px; border-radius: 5px; font-size: 7px; line-height: 9px; color: #555; transition: transform 0.8s var(--spring), background-color 0.4s; }
.serp .res.other { top: 0; }
.serp .res.hit { top: 36px; }
.serp.ranked .res.hit { transform: translateY(-36px); background-color: rgba(20, 110, 245, 0.1); }
.serp.ranked .res.other { transform: translateY(36px); }
.serp .rank { position: absolute; right: 6px; top: 6px; padding: 2px 5px; border-radius: 8px; background: var(--blue); color: #fff; font-size: 7px; font-weight: 600; opacity: 0; transform: scale(0.6); transition: all 0.5s var(--spring) 0.3s; }
.serp.ranked .rank { opacity: 1; transform: none; }
.serp .caret { display: inline-block; width: 1px; height: 9px; margin-left: 1px; background: #333; animation: caret 1s steps(1) infinite; }
@keyframes caret { 50% { opacity: 0; } }
.serp .res em { display: block; font-style: normal; font-size: 9px; color: #1a0dab; }
.phone { position: absolute; left: 50%; top: 18px; width: 118px; height: 236px; margin-left: -59px; padding: 5px; border-radius: 22px; background: #0b0f1a; box-shadow: 0 16px 36px rgba(10, 30, 80, 0.3); }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 17px; }
.phone-2 { left: 26%; top: 38px; transform: rotate(-8deg); opacity: 0.85; }
.phone-3 { left: 74%; top: 38px; transform: rotate(8deg); opacity: 0.85; }
.cms { position: absolute; left: 18px; right: 18px; top: 18px; bottom: 0; padding: 10px; background: #fff; border-radius: 10px 10px 0 0; box-shadow: 0 10px 30px rgba(10, 30, 80, 0.16); font-family: var(--card); font-size: 8px; color: #444; }
.cms .row { display: flex; align-items: center; gap: 8px; padding: 6px 0; border-bottom: 1px solid #eef0f4; }
.cms .row img { width: 34px; height: 24px; object-fit: cover; border-radius: 4px; }
.cms .row b { font-weight: 600; color: #000; }
.cms .pill { margin-left: auto; padding: 2px 6px; border-radius: 10px; background: rgba(20, 110, 245, 0.12); color: var(--blue); font-weight: 600; }
.cms .pill.ok { background: #e6f6ec; color: #1d8a47; }
.cms .add { display: inline-flex; margin-top: 8px; padding: 5px 8px; border-radius: 6px; background: var(--blue); color: #fff; font-weight: 600; }

/* ---------- Méthode ---------- */
.method { position: relative; background: var(--cream-2); padding: 100px 0 75px; text-align: center; }
.method .h2 { margin-top: 18px; }
.method .lead { margin-top: 14px; }
.method .btn { margin-top: 22px; }
.steps { width: 1200px; max-width: calc(100% - 40px); margin: 60px auto 0; display: grid; grid-template-columns: 624fr 556fr; gap: 20px; text-align: left; }
.steps .step:nth-child(3) { grid-column: 1; }
.steps.row2 { grid-template-columns: 556fr 624fr; margin-top: 20px; }
.step {
  position: relative; height: 315px; border-radius: 12px; overflow: hidden;
  background: linear-gradient(20deg, #bcd2f7 0%, #d9e6fb 42%, #f3f7fe 100%);
  box-shadow: 0 14px 40px -18px rgba(11, 61, 145, 0.35); transition: transform 0.45s var(--spring);
}
.step::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 1px solid var(--blue-16); pointer-events: none; }
.step:hover { transform: scale(1.015) rotate(-0.5deg); }
.step .num { position: absolute; left: 28px; bottom: 82px; font-family: var(--num); font-weight: 700; font-size: 116px; line-height: 116px; letter-spacing: -0.01em; background: linear-gradient(180deg, var(--navy) 0%, #6d9bec 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.step h3 { position: absolute; left: 30px; bottom: 50px; font-family: var(--display); font-weight: 600; font-size: 33px; line-height: 33px; letter-spacing: -0.05em; }
.step p { position: absolute; left: 30px; bottom: 22px; right: 30px; font-size: 18px; line-height: 23.4px; letter-spacing: -0.01em; color: rgba(0, 0, 0, 0.72); }
.step .ill { position: absolute; top: 22px; right: -2px; width: 58%; height: 205px; }
.step .fade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(222, 233, 252, 0.95) 22%, transparent 55%); pointer-events: none; }
.win { position: absolute; background: #fff; border-radius: 10px; box-shadow: 0 12px 30px rgba(11, 61, 145, 0.18); padding: 12px; font-family: var(--card); font-size: 9px; color: #444; }
.win .chip { display: inline-flex; padding: 3px 8px; border-radius: 12px; font-weight: 600; font-size: 8px; background: rgba(20, 110, 245, 0.1); color: var(--blue); }
.win .t { font-size: 10px; font-weight: 600; color: #000; margin: 6px 0; }
.win .kv { display: flex; justify-content: space-between; padding: 5px 0; border-top: 1px solid #eef0f4; }
.win .kv b { color: #000; font-weight: 600; }
.win .gauge { display: flex; gap: 8px; margin-top: 8px; }
.win .gauge span { flex: 1; text-align: center; padding: 8px 0 6px; border: 1px solid #eef0f4; border-radius: 8px; font-size: 8px; }
@property --p { syntax: '<number>'; inherits: false; initial-value: 0; }
.win .gauge i { display: block; width: 26px; height: 26px; margin: 0 auto 4px; border-radius: 50%; background: conic-gradient(var(--blue) calc(var(--p) * 1%), #dfe8fb 0); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3.5px)); mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3.5px)); transition: --p 1.6s var(--ease) 0.3s; }
.step.in .win .gauge i { --p: var(--t); }
.kanban { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.kanban .col { background: #f6f8fc; border-radius: 8px; padding: 6px; }
.kanban .col > small { display: block; font-size: 8px; font-weight: 600; margin-bottom: 5px; color: var(--blue); }
.kanban .card { background: #fff; border-radius: 6px; padding: 6px; margin-bottom: 5px; font-size: 8px; color: #222; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); }
.kanban .card em { display: block; font-style: normal; font-size: 7px; color: #888; margin-top: 3px; }
.cursor { position: absolute; width: 22px; height: 22px; filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.35)); animation: cursor 5s ease-in-out infinite; }
@keyframes cursor { 0%, 100% { transform: translate(0, 0); } 40% { transform: translate(-34px, 18px); } 60% { transform: translate(-34px, 18px) scale(0.9); } }
.collage img { position: absolute; border-radius: 8px; box-shadow: 0 10px 26px rgba(11, 61, 145, 0.25); object-fit: cover; object-position: top; }
.bars { display: flex; align-items: flex-end; gap: 5px; height: 60px; margin-top: 8px; }
.bars i { flex: 1; border-radius: 3px 3px 0 0; background: linear-gradient(180deg, var(--blue), #8db6f7); transform-origin: bottom; transform: scaleY(0); transition: transform 0.9s var(--spring); }
.step.in .bars i { transform: scaleY(1); }
.step.in .bars i:nth-child(2) { transition-delay: 0.1s; } .step.in .bars i:nth-child(3) { transition-delay: 0.2s; } .step.in .bars i:nth-child(4) { transition-delay: 0.3s; } .step.in .bars i:nth-child(5) { transition-delay: 0.4s; } .step.in .bars i:nth-child(6) { transition-delay: 0.5s; }
@keyframes grow { from { transform: scaleY(0.55); } to { transform: scaleY(1); } }
.checks { list-style: none; margin: 8px 0 0; padding: 0; }
.checks li { display: flex; align-items: center; gap: 6px; padding: 4px 0; font-size: 9px; }
.checks li::before { content: '✓'; display: grid; place-items: center; width: 13px; height: 13px; border-radius: 50%; background: #e6f6ec; color: #1d8a47; font-size: 8px; font-weight: 700; }

/* ---------- Concepts (bloc noir) ---------- */
.work-wrap { padding: 50px 25px; }
.work {
  position: relative; max-width: 1390px; margin: 0 auto; border-radius: 45px; padding: 85px 0 100px; overflow: hidden; color: #fff; text-align: center;
  background: radial-gradient(46% 43% at 50% 31.7%, #0b3d91 0%, #000 100%);
  box-shadow: 0 1px 38px rgba(0, 0, 0, 0.52);
}
.work-head { position: relative; z-index: 2; }
.design-by { display: inline-flex; align-items: center; gap: 12px; }
.design-by .wreath { width: 30px; height: 50px; opacity: 0.6; color: #fff; }
.design-by .wreath.r { transform: scaleX(-1); }
.design-by .stack { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.design-by .stack small { font-family: var(--display); font-size: 21px; letter-spacing: -0.05em; color: rgba(255, 255, 255, 0.8); }
.design-by .stack small b { font-weight: 600; color: #fff; }
.work .h2 { margin-top: 10px; color: #fff; }
.work .lead { margin-top: 8px; color: rgba(255, 255, 255, 0.8); }
.work .btn { margin-top: 26px; }
.work-univers { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.wu { position: absolute; width: 480px; opacity: 0.5; transform: rotate(var(--r)); animation: wu-float 11s ease-in-out infinite; animation-delay: var(--d); }
.wu img { display: block; width: 100%; }
.wu-1 { left: -80px; top: 30px; --r: -7deg; --d: 0s; }
.wu-2 { right: -80px; top: 10px; --r: 6deg; --d: -2.8s; }
.wu-3 { left: -40px; top: 330px; --r: 5deg; --d: -5.5s; }
.wu-4 { right: -50px; top: 320px; --r: -5deg; --d: -8.2s; }
@keyframes wu-float { 50% { transform: rotate(var(--r)) translateY(-16px); } }
.work-univers::after { content: ''; position: absolute; inset: 0; background: radial-gradient(32% 24% at 50% 17%, rgba(0, 0, 0, 0.72), transparent 78%), linear-gradient(180deg, rgba(0, 0, 0, 0) 240px, rgba(0, 0, 0, 0.88) 540px, #000 680px); }
.work-univers.wu-hero .wu { width: 420px; opacity: 0.5; }
.work-univers.wu-hero .wu-1 { left: -130px; top: 24px; } .work-univers.wu-hero .wu-2 { right: -130px; top: 6px; }
.work-univers.wu-hero .wu-3 { left: -70px; top: 262px; } .work-univers.wu-hero .wu-4 { right: -90px; top: 250px; }
.work-univers.wu-hero::after { background: radial-gradient(40% 46% at 50% 50%, rgba(0, 0, 0, 0.82), transparent 80%), linear-gradient(180deg, transparent 72%, rgba(0, 0, 0, 0.55)); }
.work-hero .lead { max-width: 640px; margin-inline: auto; }
@media (prefers-reduced-motion: reduce) { .wu { animation: none; } }
.projects { position: relative; z-index: 2; width: 1100px; max-width: calc(100% - 40px); margin: 60px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; text-align: left; }
.project { position: relative; height: 547px; border-radius: 25px; padding: 15px; background: linear-gradient(180deg, var(--c) 0%, var(--c) 52%, #fff 72%); box-shadow: 0 0.6px 1.6px rgba(0, 0, 0, 0.02), 0 20px 40px -12px rgba(0, 0, 0, 0.4); color: #000; transition: transform 0.4s var(--spring); }
.project:hover { transform: scale(1.02) rotate(-0.6deg); }
.project::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 1px solid rgba(33, 33, 33, 0.09); pointer-events: none; }
.project .shotp { height: 381px; border-radius: 16px; overflow: hidden; background: #fff; -webkit-mask-image: linear-gradient(180deg, #000 55%, transparent 94%); mask-image: linear-gradient(180deg, #000 55%, transparent 94%); }
.project .shotp img { width: 100%; height: auto; transition: transform 10s cubic-bezier(0.45, 0, 0.2, 1); }
.project:hover .shotp img { transform: translateY(calc(-100% + 381px)); }
.project .meta { position: absolute; left: 30px; right: 30px; bottom: 29px; }
.chip-dash { position: relative; display: inline-flex; align-items: center; height: 29px; padding: 0 10px; border-radius: 5px; background: #fff; font-family: var(--card); font-weight: 500; font-size: 13px; letter-spacing: -0.06em; color: var(--blue-deep); }
.project .name { display: flex; align-items: baseline; gap: 10px; margin-top: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.project .name strong { font-family: var(--display); font-weight: 600; font-size: 33px; line-height: 36px; letter-spacing: -0.05em; }
.project .name .pipe { font-size: 26px; color: #000; opacity: 0.8; }
.project .name em { font-style: normal; font-family: var(--display); font-weight: 600; font-size: 22px; letter-spacing: -0.05em; color: var(--blue); }
.project .name small { font-size: 15px; letter-spacing: -0.05em; color: #111; }
.btn-mini { position: relative; display: inline-flex; align-items: center; gap: 6px; height: 29px; margin-top: 11px; padding: 0 10px; border-radius: 5px; background: #fff; font-family: var(--display); font-weight: 600; font-size: 15px; letter-spacing: -0.04em; text-transform: uppercase; box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08); }
.btn-mini::after, .chip-dash::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 1px dashed var(--dash); pointer-events: none; }
.btn-mini svg { width: 10px; height: 10px; }

/* ---------- Atelier (mosaïque) ---------- */
.studio { position: relative; padding: 100px 0 125px; text-align: center; background: radial-gradient(50% 50% at 50% 50%, rgba(20, 110, 245, 0.28) 0%, var(--cream) 100%); }
.studio .h2 { display: inline-flex; align-items: center; gap: 14px; }
.studio .h2 .logo { font-size: 50px; line-height: 55px; gap: 10px; }
.studio .h2 .logo-mark { width: 50px; height: 50px; }
.studio .lead { margin-top: 12px; }
.studio .btn { margin-top: 24px; }
.mosaic { position: relative; width: 1200px; max-width: calc(100% - 40px); margin: 40px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; text-align: left; }
.mosaic .col { display: flex; flex-direction: column; gap: 10px; }
.tile-img { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 18px 40px -14px rgba(11, 61, 145, 0.4); transition: transform 0.45s var(--spring); }
.tile-img::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 4px solid var(--blue); pointer-events: none; }
.tile-img:hover { transform: scale(1.02) rotate(-1deg); }
.tile-img img { width: 100%; height: 100%; object-fit: cover; }
.tile-note { position: relative; border-radius: 16px; background: #fff; padding: 26px 25px; box-shadow: 0 0.7px 0.7px -0.3px rgba(16, 49, 77, 0.05), 0 20px 40px -18px rgba(16, 49, 77, 0.25); }
.tile-note .qm { font-family: Georgia, serif; font-size: 40px; line-height: 20px; color: var(--blue); }
.tile-note p { margin-top: 14px; font-size: 18px; line-height: 23.4px; letter-spacing: -0.01em; color: #111; }
.tile-note .who { justify-content: flex-start; margin-top: 22px; }
.tile-black { position: relative; border-radius: 16px; background: radial-gradient(60% 60% at 50% 50%, #0d1a33 0%, #000 80%); display: grid; place-items: center; overflow: hidden; }
.tile-black::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 4px solid var(--blue); pointer-events: none; }
.tile-black .glow { width: 120px; height: 120px; filter: drop-shadow(0 0 30px rgba(20, 110, 245, 0.9)); animation: breathe 4s ease-in-out infinite; }
@keyframes breathe { 50% { transform: scale(1.06); filter: drop-shadow(0 0 45px rgba(20, 110, 245, 1)); } }
.tile-brand { border-radius: 16px; background: linear-gradient(180deg, #2a7ef7 0%, var(--blue) 100%); display: grid; place-items: center; color: #fff; font-family: var(--display); font-weight: 700; font-size: 64px; letter-spacing: -0.08em; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); }
.tile-brand span { color: #bcd6ff; }
/* Atelier : ligne métier ↔ site du même métier */
.tile-row { height: 322px; }
.tile-tag { position: absolute; left: 14px; bottom: 14px; z-index: 1; padding: 6px 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(6px); font-family: var(--card); font-size: 13px; font-weight: 600; color: #111; }
.tile-site { display: flex; flex-direction: column; background: #fff; }
.tile-site .ts-bar { display: flex; align-items: center; gap: 5px; flex: none; height: 30px; padding: 0 12px; background: #f3f5f9; }
.tile-site .ts-bar i { width: 8px; height: 8px; border-radius: 50%; background: #d8dce4; }
.tile-site .ts-bar em { margin-left: 8px; font-style: normal; font-family: var(--card); font-size: 11px; color: #8a93a3; }
.tile-site img { flex: 1; min-height: 0; object-position: top; }
.tile-fill { flex: 1; min-height: 160px; }
.tile-brand p b { display: block; font-size: 64px; line-height: 1; }
.tile-brand p span { display: block; margin-top: 10px; font-family: var(--card); font-size: 17px; font-weight: 500; letter-spacing: 0; color: rgba(255, 255, 255, 0.85); }
.tile-brand p { text-align: center; padding: 0 20px; }
.annot { position: absolute; font-family: 'Caveat', cursive; font-size: 22px; line-height: 20px; color: #111; text-align: center; }
.annot svg { position: absolute; width: 70px; height: 70px; color: #111; }
.annot.a1 { left: 60px; top: -62px; transform: rotate(-4deg); }
.annot.a1 svg { left: 140px; top: -8px; }
.annot.a2 { right: 70px; top: -58px; transform: rotate(3deg); }
.annot.a2 svg { right: -10px; top: 14px; transform: scaleX(-1) rotate(20deg); width: 40px; height: 60px; }

/* ---------- Offres ---------- */
.offers { position: relative; padding: 120px 0 110px; text-align: center; background: linear-gradient(180deg, var(--cream) 0%, #e6efff 30%, #e6efff 66%, var(--cream) 100%); }
.pill-proof { display: inline-flex; align-items: center; gap: 10px; }
.pill-proof .dots { display: flex; }
.pill-proof .dots i { width: 34px; height: 34px; border-radius: 50%; border: 2px solid #fff; margin-left: -9px; background-size: cover; background-position: center; }
.pill-proof .dots i:first-child { margin-left: 0; }
.pill-proof small { text-align: left; font-size: 14px; line-height: 17px; letter-spacing: -0.02em; color: #444; }
.pill-proof small b { display: block; color: var(--blue); font-weight: 600; }
.offers .h2 { margin-top: 10px; }
.v1-panel { position: relative; width: 1020px; max-width: calc(100% - 40px); height: 640px; margin: 40px auto 0; border-radius: 18px; overflow: hidden; background: linear-gradient(180deg, #f7faff 0%, #dde9ff 100%); box-shadow: 0 0.7px 0.7px -0.3px rgba(16, 49, 77, 0.05), 0 30px 60px -30px rgba(11, 61, 145, 0.45); }
.v1-panel h3 .tag { transform: rotate(-1.5deg); }
.v1-panel h3 { position: relative; z-index: 2; margin-top: 50px; font-family: var(--display); font-weight: 600; font-size: 56px; line-height: 64px; letter-spacing: -0.06em; color: #111; }
.v1-mock { position: absolute; left: 50%; bottom: -130px; width: 600px; margin-left: -300px; }
.v1-browser { border-radius: 14px 14px 0 0; overflow: hidden; background: #fff; box-shadow: 0 -10px 60px rgba(11, 61, 145, 0.3), 0 0 0 1px rgba(11, 61, 145, 0.08); }
.v1-browser .bar { display: flex; align-items: center; gap: 6px; height: 32px; padding: 0 14px; background: #f3f5f9; }
.v1-browser .bar i { width: 9px; height: 9px; border-radius: 50%; background: #d8dce4; }
.v1-browser .bar span { margin-left: 10px; padding: 3px 12px; border-radius: 6px; background: #fff; font-family: var(--card); font-size: 11px; color: #8a93a3; }
.v1-browser img { display: block; width: 100%; }
.v1-phone { position: absolute; right: -86px; bottom: 96px; width: 150px; height: 300px; padding: 6px; border-radius: 28px; background: #0b0f1a; box-shadow: 0 24px 50px -16px rgba(11, 30, 80, 0.55); transform: rotate(4deg); }
.v1-phone img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 22px; }
.v1-note { position: absolute; left: -200px; top: 26px; width: 170px; font-family: 'Caveat', cursive; font-size: 24px; line-height: 22px; color: #111; text-align: center; transform: rotate(-6deg); }
.v1-note svg { position: absolute; right: -58px; top: 16px; width: 64px; height: 64px; color: #111; transform: rotate(-20deg); }
.v1-panel .float { position: absolute; width: 74px; height: 74px; border-radius: 18px; display: grid; place-items: center; background: #fff; box-shadow: 0 16px 30px rgba(11, 61, 145, 0.3); animation: floaty 6s ease-in-out infinite; }
.v1-panel .float svg { width: 38px; height: 38px; }
.v1-panel .f1 { left: 64px; top: 470px; transform: rotate(-10deg); }
.v1-panel .f2 { right: 64px; top: 200px; transform: rotate(8deg); animation-delay: -3s; }
@keyframes floaty { 50% { translate: 0 -12px; } }
.plans { width: 1200px; max-width: calc(100% - 40px); margin: 30px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: left; }
.plan { position: relative; border-radius: 16px; background: #fff; padding: 26px 25px 25px; box-shadow: 0 0.7px 0.7px -0.3px rgba(16, 49, 77, 0.05), 0 20px 40px -22px rgba(16, 49, 77, 0.3); transition: transform 0.4s var(--spring); }
.plan:hover { transform: translateY(-4px); }
.plan.hot::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 2px dashed var(--blue); pointer-events: none; }
.plan .top { display: flex; align-items: center; justify-content: space-between; }
.plan .top small { font-family: var(--card); font-size: 12px; color: #888; }
.plan .badge { padding: 4px 9px; border-radius: 12px; background: var(--blue); color: #fff; font-family: var(--card); font-size: 11px; font-weight: 600; }
.plan h3 { margin-top: 18px; font-family: var(--display); font-weight: 600; font-size: 33px; line-height: 33px; letter-spacing: -0.05em; }
.plan .sub { margin-top: 8px; font-size: 18px; line-height: 23px; color: #444; }
.plan .price { margin-top: 18px; font-family: var(--display); font-weight: 600; font-size: 44px; letter-spacing: -0.06em; }
.plan .price small { font-size: 16px; font-weight: 400; letter-spacing: -0.02em; color: #666; }
.plan ul { list-style: none; margin: 16px 0 0; padding: 16px 0 0; border-top: 1px solid rgba(0, 0, 0, 0.08); }
.plan li { display: flex; gap: 8px; padding: 5px 0; font-family: var(--card); font-size: 15px; color: rgba(0, 0, 0, 0.75); }
.plan li::before { content: ''; flex: none; width: 16px; height: 16px; margin-top: 2px; border-radius: 50%; background: rgba(20, 110, 245, 0.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4.5 8.2l2.2 2.2 4.8-4.8' fill='none' stroke='%23146ef5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px no-repeat; }
.plan .btn { margin-top: 20px; width: 100%; justify-content: center; }
.offers-ctas { display: flex; justify-content: center; gap: 10px; margin-top: 40px; }
.offers-note { margin-top: 18px; font-size: 15px; color: #666; }
.offers-note b { color: #000; font-weight: 600; }

/* ---------- FAQ ---------- */
.faq { padding: 75px 0 75px; }
.faq-grid { width: 1200px; max-width: calc(100% - 40px); margin: 0 auto; display: grid; grid-template-columns: 1fr 660px; gap: 40px; }
.faq-intro .h2 { margin-top: 12px; }
.faq-intro .lead { margin-top: 12px; color: #8b8b8b; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq details { position: relative; border-radius: 12px; background: rgba(255, 255, 255, 0.6); }
.faq details::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 2px solid var(--blue-20); pointer-events: none; }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 65px; padding: 20px 20px; cursor: pointer; font-family: var(--display); font-weight: 600; font-size: 18px; line-height: 25.2px; letter-spacing: -0.05em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { width: 24px; height: 24px; flex: none; transition: transform 0.4s var(--spring); }
.faq details[open] summary svg { transform: rotate(180deg); }
.faq details p { padding: 0 60px 20px 20px; font-family: var(--card); font-size: 16px; line-height: 22px; color: rgba(0, 0, 0, 0.7); }

/* ---------- CTA final ---------- */
.final { padding: 75px 0 50px; }
.final-box { position: relative; width: 1200px; max-width: calc(100% - 40px); height: 535px; margin: 0 auto; border-radius: 45px; overflow: hidden; text-align: center; color: #fff; background: linear-gradient(100deg, #050505 30%, #0b2a66 72%, #1b5fd0 110%); }
.final-box .ghost { position: absolute; inset: 0; opacity: 0.16; }
.final-box .ghost img { position: absolute; border-radius: 16px; width: 520px; }
.final-inner { position: relative; z-index: 3; padding-top: 98px; }
.final .logo { color: #fff; }
.final .h2 { margin-top: 8px; color: #fff; }
.final .h2 .reg { font-weight: 400; display: block; }
.final .lead { margin-top: 14px; color: #fff; }
.final .btn { margin-top: 20px; }
.final-shots { position: absolute; z-index: 2; left: 0; right: 0; top: 400px; height: 500px; }
.final-shots .shot-l { left: -9px; top: 50px; }
.final-shots .shot-c { left: 197px; top: 0; width: 744px; height: 418px; }
.final-shots .shot-r { left: 580px; top: 50px; }

/* ---------- Footer ---------- */
.foot-wrap { background: linear-gradient(180deg, var(--cream) 0%, rgba(20, 110, 245, 0.35) 100%); padding-top: 50px; }
.footer { position: relative; background: var(--ink-2); color: #fff; border-radius: 60px 60px 0 0; padding: 70px 140px 0; overflow: hidden; }
.footer-top { display: grid; grid-template-columns: 493px 1fr; gap: 40px; }
.footer .brand .logo { font-size: 58px; line-height: 60px; gap: 14px; }
.footer .brand .logo-mark { width: 54px; height: 54px; }
.footer .brand p { margin-top: 14px; font-size: 15px; color: rgba(255, 255, 255, 0.6); }
.footer hr { border: 0; border-top: 1px solid rgba(255, 255, 255, 0.2); margin: 26px 0; }
.footer .contact { font-size: 14px; line-height: 22.4px; letter-spacing: -0.02em; }
.footer .contact b { font-weight: 600; }
.footer .copy { margin-top: 20px; font-size: 14px; line-height: 17px; color: #999; }
.footer-nav { display: flex; justify-content: flex-end; gap: 70px; text-align: right; }
.footer-nav h4, .footer-nav .fn-title { font-family: var(--display); font-weight: 400; font-size: 28px; line-height: 39px; letter-spacing: -0.06em; }
.footer-nav a { display: block; margin-top: 8px; font-size: 14px; line-height: 22.4px; color: rgba(255, 255, 255, 0.6); transition: color 0.2s; }
.footer-nav a:hover { color: #fff; }
.footer-legal { margin-top: 36px; text-align: right; }
.footer-legal a { display: block; font-size: 14px; line-height: 25px; color: #999; }
.wordmark { position: relative; margin: 30px 0 -20px; text-align: center; font-family: var(--display); font-weight: 600; font-size: 330px; line-height: 330px; letter-spacing: -0.08em; color: #f6f2e6; }
.wordmark svg { position: absolute; width: 110px; height: 110px; left: calc(50% + 250px); top: -10px; color: var(--blue); }

/* ---------- Scènes animées des services ---------- */
.hero-gl { position: absolute; inset: 0; width: 100%; height: 100%; }
.bands.gl-on i { display: none; }
.h1 .w { display: inline-block; will-change: transform; }
.nav { transition: background-color 0.3s, box-shadow 0.3s; }
.nav.scrolled { background: rgba(255, 255, 255, 0.78); box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12); }

.svc-visual .mini-browser { transition: transform 0.6s var(--spring); }
.mb-back { left: 18px; top: 20px; width: 170px; animation: bob 6s ease-in-out infinite; }
.mb-front { left: 96px; top: 44px; width: 170px; }
.cta-hit { position: absolute; left: 4px; top: 100px; width: 76px; height: 18px; border: 1.5px solid var(--blue); border-radius: 5px; animation: hit 5s ease-in-out infinite; }
.sc-cursor { position: absolute; left: 0; top: 0; width: 22px; height: 22px; animation: lp-cursor 5s ease-in-out infinite; filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.35)); }
.toast { position: absolute; left: 50%; top: 8px; z-index: 3; padding: 6px 10px; border-radius: 20px; background: #0b0f1a; color: #fff; font-family: var(--card); font-size: 9px; font-weight: 500; white-space: nowrap; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); transform: translateX(-50%); animation: toast 5s ease-in-out infinite; }
@keyframes lp-cursor {
  0% { transform: translate(236px, 186px); opacity: 0; }
  12% { opacity: 1; }
  40% { transform: translate(138px, 153px) scale(1); }
  45% { transform: translate(138px, 153px) scale(0.8); }
  50% { transform: translate(138px, 153px) scale(1); }
  88% { transform: translate(152px, 167px); opacity: 1; }
  100% { transform: translate(236px, 186px); opacity: 0; }
}
@keyframes hit { 0%, 44% { box-shadow: 0 0 0 0 rgba(20, 110, 245, 0); background: transparent; } 50% { box-shadow: 0 0 0 7px rgba(20, 110, 245, 0.18); background: rgba(20, 110, 245, 0.12); } 70%, 100% { box-shadow: 0 0 0 0 rgba(20, 110, 245, 0); background: transparent; } }
@keyframes toast { 0%, 50% { opacity: 0; transform: translate(-50%, 10px) scale(0.9); } 56%, 86% { opacity: 1; transform: translate(-50%, 0) scale(1); } 94%, 100% { opacity: 0; transform: translate(-50%, 6px); } }
@keyframes bob { 50% { transform: translateY(-5px); } }

.mb-left { left: 16px; top: 18px; width: 120px; transform: rotate(-4deg); animation: sway-l 7s ease-in-out infinite; }
.mb-right { left: 150px; top: 18px; width: 120px; transform: rotate(3deg); animation: sway-r 7s ease-in-out infinite; }
.mb-main { left: 58px; top: 70px; width: 170px; }
.scrollview { height: 105px; overflow: hidden; }
.scrollview img { width: 100%; animation: page-scroll 9s ease-in-out infinite alternate; }
@keyframes page-scroll { 0%, 12% { transform: translateY(0); } 88%, 100% { transform: translateY(calc(-100% + 105px)); } }
@keyframes sway-l { 50% { transform: rotate(-6deg) translateY(4px); } }
@keyframes sway-r { 50% { transform: rotate(5deg) translateY(4px); } }

.phone-main .scrollview { height: 100%; border-radius: 17px; }
.phone-main .scrollview img { height: auto; border-radius: 0; object-fit: initial; animation-duration: 8s; }
.phone-main .scrollview img { animation-name: phone-scroll; }
@keyframes phone-scroll { 0%, 10% { transform: translateY(0); } 90%, 100% { transform: translateY(calc(-100% + 226px)); } }
.phone-2 { animation: ph-l 6s ease-in-out infinite; }
.phone-3 { animation: ph-r 6s ease-in-out infinite; }
@keyframes ph-l { 0%, 100% { transform: rotate(-8deg); } 50% { transform: rotate(-11deg) translateY(6px); } }
@keyframes ph-r { 0%, 100% { transform: rotate(8deg); } 50% { transform: rotate(11deg) translateY(6px); } }

.cms .list { height: 111px; overflow: hidden; }
.cms .row.new { animation: row-in 0.7s var(--spring); }
@keyframes row-in { from { opacity: 0; transform: translateY(-14px); } }
.cms .pill { transition: background-color 0.4s, color 0.4s; }
.cms .add { transition: transform 0.25s var(--spring), box-shadow 0.25s; }
.cms .add.press { transform: scale(0.9); box-shadow: 0 0 0 6px rgba(20, 110, 245, 0.18); }

/* ---------- Méthode : animations internes ---------- */
.step .win { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.8s var(--spring); }
.step.in .win { opacity: 1; transform: none; }
.step.in .win + .win { transition-delay: 0.25s; }
.step .num { transform: translateY(30px); opacity: 0; transition: all 0.9s var(--spring) 0.1s; }
.step.in .num { transform: none; opacity: 1; }
.kanban .card.slot { animation: slot 5s ease-in-out infinite; }
@keyframes slot { 0%, 18% { opacity: 1; outline: 0 dashed transparent; } 22%, 92% { opacity: 0.35; outline: 1px dashed rgba(20, 110, 245, 0.5); } 100% { opacity: 1; } }
.drag-card { position: absolute; left: 122px; top: 101px; width: 85px; padding: 6px; border-radius: 6px; background: #fff; font-family: var(--card); font-size: 8px; color: #222; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); animation: drag 5s ease-in-out infinite; z-index: 3; }
.drag-card em { display: block; font-style: normal; font-size: 7px; color: #888; margin-top: 3px; }
.drag-card .dc-cursor { position: absolute; left: 62px; top: 20px; animation: none; }
@keyframes drag {
  0%, 15% { transform: translate(0, 0); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); opacity: 1; }
  22% { transform: translate(0, -4px) rotate(-4deg) scale(1.06); box-shadow: 0 14px 26px rgba(11, 61, 145, 0.25); }
  60% { transform: translate(104px, 26px) rotate(-3deg) scale(1.06); box-shadow: 0 14px 26px rgba(11, 61, 145, 0.25); }
  68%, 90% { transform: translate(104px, 30px) rotate(0) scale(1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); opacity: 1; }
  96%, 100% { transform: translate(104px, 30px); opacity: 0; }
}
.collage .fan { opacity: 0; transform: translate(var(--dx), var(--dy)) rotate(0) scale(0.85); transition: opacity 0.6s, transform 1s var(--spring); }
.step.in .collage .fan { opacity: 1; transform: rotate(var(--r)); }
.step.in .collage .fan:nth-child(2) { transition-delay: 0.15s; }
.step.in .collage .fan:nth-child(3) { transition-delay: 0.3s; }

/* ---------- Pied de page ---------- */
.wordmark .wm { display: inline-block; }
.wordmark .wm span { display: inline-block; transform: translateY(70%); opacity: 0; transition: transform 1s var(--spring), opacity 0.6s; }
.wordmark.in .wm span { transform: none; opacity: 1; }
.wordmark.in .wm span:nth-child(2) { transition-delay: 0.08s; } .wordmark.in .wm span:nth-child(3) { transition-delay: 0.16s; } .wordmark.in .wm span:nth-child(4) { transition-delay: 0.24s; }
.wordmark svg { animation: spin 18s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Offres : panneau maquette ---------- */
.v1-panel .v1-sub { position: relative; z-index: 2; margin-top: 14px; font-size: 18px; line-height: 23px; color: #555; }

/* ---------- Apparitions ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Tablette ---------- */
@media (max-width: 1180px) {
  .services-grid { grid-template-columns: minmax(0, 1fr); }
  .services-intro { position: static; text-align: center; }
  .services-intro .quote { margin-left: auto; margin-right: auto; }
  .svc-groups { width: 100%; max-width: 613px; margin: 0 auto; }
  .work-wrap { padding: 40px 12px; }
  .work-univers .wu, .work-univers.wu-hero .wu { width: 230px; opacity: 0.26; }
  .work-univers .wu-1, .work-univers.wu-hero .wu-1 { left: -110px; top: 16px; }
  .work-univers .wu-2, .work-univers.wu-hero .wu-2 { right: -110px; top: 40px; }
  .work-univers .wu-3, .work-univers .wu-4 { display: none; }
  .projects, .steps, .steps.row2 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .faq-grid { grid-template-columns: minmax(0, 1fr); }
  .footer { padding: 60px 40px 0; }
}

/* ---------- Mobile ---------- */
@media (max-width: 820px) {
  .nav { gap: 10px; }
  .nav-links, .nav .btn { display: none; }
  .nav .logo { margin-right: auto; }
  .nav-burger { display: grid; }
  .nav-menu.open { display: flex; flex-direction: column; gap: 4px; position: fixed; z-index: 49; top: 86px; left: 12px; right: 12px; padding: 14px; border-radius: 15px; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(12px); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12); }
  .nav-menu a { padding: 12px 8px; font-size: 16px; text-transform: uppercase; }
  .nav-menu .btn { margin-top: 6px; justify-content: center; }
  .h1 { font-size: 40px; line-height: 44px; }
  .h2 { font-size: 34px; line-height: 38px; }
  .lead { font-size: 18px; line-height: 23px; }
  .hero { height: auto; padding: 110px 16px 0; }
  .badges { transform: scale(0.8); }
  .hero-ctas, .offers-ctas { flex-direction: column; align-items: center; }
  .hero-shots { position: relative; top: auto; left: auto; width: auto; height: 170px; margin: 34px -16px 0; }
  .hero-shots .shot-l { left: -12%; top: 44px; width: 52%; height: 170px; }
  .hero-shots .shot-c { left: 12%; top: 12px; width: 70%; height: 210px; }
  .hero-shots .shot-r { left: 44%; top: 30px; width: 62%; height: 200px; }
  .services { padding-top: 60px; }
  .services-grid { max-width: calc(100% - 32px); }
  .svc-cards { grid-template-columns: minmax(0, 1fr); }
  .svc.a, .svc.b, .svc.d, .svc.e { height: auto; }
  .svc.c { flex-direction: column; height: auto; }
  .svc.c .svc-visual { width: 100%; height: 190px; }
  .svc-body { padding-bottom: 20px; }
  .svc-group { margin-top: 60px; padding: 12px; }
  .steps, .steps.row2 { grid-template-columns: minmax(0, 1fr); max-width: calc(100% - 32px); }
  .step { height: 410px; }
  .step .ill { width: 362px; height: 205px; top: 18px; right: auto; left: 50%; margin-left: -181px; transform: scale(var(--ill-s, 0.86)); transform-origin: top center; }
  .step .num { font-size: 84px; line-height: 84px; bottom: 112px; }
  .step h3 { font-size: 26px; line-height: 30px; bottom: 76px; }
  .step p { font-size: 16px; line-height: 22px; bottom: 22px; }
  .work { border-radius: 30px; padding: 60px 0 40px; }
  .projects { grid-template-columns: minmax(0, 1fr); max-width: calc(100% - 24px); }
  .project { height: auto; }
  .project .shotp { height: 240px; }
  .project .meta { position: static; padding: 14px 10px 6px; }
  .project .name { flex-wrap: wrap; row-gap: 2px; }
  .project .name .pipe { display: none; }
  .project .name strong { flex-basis: 100%; }
  .project .name em { font-size: 20px; }
  .mosaic { grid-template-columns: minmax(0, 1fr); max-width: calc(100% - 32px); }
  .mosaic .col { display: contents; }
  .mosaic .col > * { order: var(--o, 10); }
  .mosaic .tile-row { height: 240px; }
  .mosaic .tile-black { display: none; }
  .mosaic .tile-fill { min-height: 170px; }
  .annot { display: none; }
  .studio .h2 .logo { font-size: 34px; }
  .studio .h2 .logo-mark { width: 34px; height: 34px; }
  .v1-panel { height: 470px; }
  .v1-panel h3 { font-size: 40px; line-height: 44px; margin-top: 40px; }
  .v1-mock { width: 88%; margin-left: -44%; bottom: -90px; }
  .v1-panel .v1-sub { font-size: 16px; line-height: 22px; padding: 0 22px; }
  .v1-phone, .v1-note { display: none; }
  .v1-panel .float { display: none; }
  .plans { grid-template-columns: minmax(0, 1fr); max-width: calc(100% - 32px); }
  .faq-grid { max-width: calc(100% - 32px); }
  .final-box { height: 520px; border-radius: 30px; max-width: calc(100% - 32px); }
  .final-inner { padding: 60px 16px 0; }
  .final-shots { top: 380px; }
  .final-shots .shot-l, .final-shots .shot-r { display: none; }
  .final-shots .shot-c { left: 8%; width: 84%; height: 200px; }
  .footer { padding: 50px 20px 0; border-radius: 36px 36px 0 0; }
  .footer-top { grid-template-columns: minmax(0, 1fr); }
  .footer-nav { justify-content: flex-start; text-align: left; gap: 40px; }
  .footer-legal { text-align: left; }
  .footer .brand .logo { font-size: 40px; }
  .wordmark { font-size: 120px; line-height: 150px; margin-bottom: 0; }
  .wordmark svg { width: 44px; height: 44px; left: calc(50% + 90px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 350px) { .step .ill { --ill-s: 0.76; } }
