/* dentigo.cloud — page produit. Blanc, gris clair, noir ; accent sarcelle → menthe.
   Inter pour le texte, Caveat pour les petites annotations manuscrites. */
:root {
  --teal: #0E7C86; --teal-d: #0A5F67; --mint: #7DE3D1; --ink: #10202B;
  --black: #121416; --text: #1A1D1F; --muted: #5E6468; --soft: #F1F2F2; --line: #E4E6E7;
  --grad: radial-gradient(120% 120% at 100% 100%, #2FD3BC 0%, #0E7C86 45%, #0A2A33 100%);
  --r: 22px; --r-sm: 12px;
  --sh-card: 0 1px 2px rgba(16,32,43,.06), 0 10px 30px -12px rgba(16,32,43,.18);
  --sh-btn: 0 1px 1px rgba(0,0,0,.25), 0 6px 14px -6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; font-family: Inter, "Segoe UI", system-ui, sans-serif; color: var(--text); background: #fff; line-height: 1.55; -webkit-font-smoothing: antialiased; letter-spacing: -.01em; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, p, ul { margin: 0; }
ul { padding: 0; list-style: none; }
.wrap { width: min(1200px, 100%); margin-inline: auto; padding-inline: 28px; }
.hand { font-family: Caveat, cursive; font-size: 19px; color: var(--muted); letter-spacing: 0; line-height: 1.2; }
.center { text-align: center; }

h1 { font-size: clamp(40px, 5.2vw, 66px); line-height: 1.04; letter-spacing: -.045em; font-weight: 500; color: var(--black); }
h2 { font-size: clamp(30px, 3.7vw, 48px); line-height: 1.08; letter-spacing: -.04em; font-weight: 500; color: var(--black); }
h3 { font-size: clamp(26px, 3vw, 40px); line-height: 1.08; letter-spacing: -.04em; font-weight: 500; }
h4 { font-size: 21px; letter-spacing: -.03em; font-weight: 500; color: var(--black); }
.sub { color: var(--muted); font-size: 15.5px; max-width: 56ch; }

/* ── boutons : pastille sombre, reflet, fond qui glisse au survol ── */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; padding: 11px 20px; border-radius: var(--r-sm); font-weight: 600; font-size: 14px; overflow: hidden; isolation: isolate; transition: transform .2s; white-space: nowrap; }
.btn span { position: relative; z-index: 1; }
.btn::before { content: ""; position: absolute; inset: 0; z-index: 0; transform: translateY(101%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.btn:hover::before { transform: none; }
.btn:active { transform: scale(.98); }
.btn-lg { padding: 15px 30px; font-size: 15px; min-width: 190px; }
.btn-dark { background: var(--black); color: #fff; box-shadow: var(--sh-btn); }
.btn-dark::before { background: var(--teal); }
.btn-light { background: #fff; color: var(--black); box-shadow: inset 0 0 0 1px var(--line), 0 1px 2px rgba(0,0,0,.05); }
.btn-light::before { background: var(--soft); }

/* ── en-tête ── */
.hdr { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background .3s, box-shadow .3s, backdrop-filter .3s; }
.hdr.stuck { background: rgba(255,255,255,.82); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.hdr-in { display: flex; align-items: center; height: 74px; }
.logo { display: flex; align-items: center; gap: 8px; font-family: Poppins, sans-serif; font-weight: 700; font-size: 24px; letter-spacing: -.03em; color: var(--ink); }
.logo b { color: var(--teal); font-weight: 700; }
.logo.light { color: #fff; } .logo.light b { color: var(--mint); } .logo.light img { filter: brightness(0) invert(1); }
.nav { display: flex; gap: 34px; margin-inline: auto; font-size: 14px; font-weight: 500; }
.nav a { opacity: .85; transition: opacity .2s, color .2s; } .nav a:hover { opacity: 1; color: var(--teal); }

/* ── héros ── */
.hero { padding: 130px 0 40px; }
.hero-in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); gap: 56px; align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; padding-block: 18px; min-width: 0; }
.pill { display: inline-flex; gap: 8px; align-items: center; padding: 5px 12px; border-radius: 999px; font-size: 12px; font-weight: 600; color: var(--teal); box-shadow: inset 0 0 0 1.5px var(--teal); margin-bottom: 18px; transition: background .2s; }
.pill:hover { background: rgba(14,124,134,.08); } .pill i { font-style: normal; }
.lead { margin-top: 22px; color: var(--muted); font-size: 16px; max-width: 46ch; }
.ticks { display: grid; gap: 12px; margin-top: auto; padding-top: 40px; font-size: 15px; }
.ticks li { position: relative; padding-left: 30px; }
.ticks li::before { content: ""; position: absolute; left: 2px; top: .42em; width: 12px; height: 6px; border-left: 1.6px solid var(--muted); border-bottom: 1.6px solid var(--muted); transform: rotate(-45deg); }
.ticks.light li::before { border-color: rgba(255,255,255,.75); }
.cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.note { display: flex; align-items: center; gap: 6px; margin-top: 12px; }
.note svg { transform: scaleY(-1) rotate(8deg); }

.hero-art { position: relative; border-radius: 30px; background: var(--soft); overflow: hidden; min-height: 590px; }
.hero-art > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; position: absolute; inset: 0; }
.glass { position: absolute; top: 14px; left: 14px; width: 200px; aspect-ratio: 1; border-radius: 22px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; color: rgba(255,255,255,.78);
  background: linear-gradient(160deg, rgba(47,211,188,.82), rgba(14,124,134,.92)); backdrop-filter: blur(10px); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.5), inset 0 -18px 40px rgba(255,255,255,.22), 0 20px 40px -18px rgba(10,95,103,.7); }
.glass img { filter: brightness(0) invert(1); opacity: .9; }
.glass p { font-size: 19px; line-height: 1.2; font-weight: 500; letter-spacing: -.03em; }
.glass b { display: block; color: #fff; font-weight: 500; font-size: 22px; }
.snip { position: absolute; right: 22px; bottom: 26px; display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: #fff; border-radius: 14px; font-size: 13.5px; font-weight: 500; box-shadow: var(--sh-card); animation: bob 5s ease-in-out infinite; }
.snip .ok { width: 20px; height: 20px; border-radius: 6px; background: #DDF6EF; position: relative; flex: none; }
.snip .ok::after { content: ""; position: absolute; left: 6px; top: 6px; width: 8px; height: 4px; border-left: 2px solid #17957F; border-bottom: 2px solid #17957F; transform: rotate(-45deg); }
@keyframes bob { 50% { transform: translateY(-7px); } }

/* ── conçu pour ── */
.trust { padding: 56px 0 30px; }
.chips { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 14px; }
.chips div { background: var(--soft); border-radius: 12px; height: 108px; display: grid; place-items: center; font-weight: 600; font-size: 19px; letter-spacing: -.03em; color: #4A5054; transition: background .25s, color .25s; }
.chips div:hover { background: #E7F5F3; color: var(--teal); }

/* ── avant / après, épinglé ── */
.shift { height: 210vh; }
.shift-pin { position: sticky; top: 0; min-height: 100vh; display: flex; align-items: center; padding: 90px 0 40px; overflow: hidden; }
.head-2 { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: end; margin-bottom: 44px; }
.head-2 h2 { margin-top: 4px; max-width: 16ch; } .head-2 .sub { padding-bottom: 6px; }
.head-c { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; margin-bottom: 40px; }
.head-c h2 { max-width: 20ch; }
.shift-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.tile-stage { position: relative; height: 380px; display: grid; place-items: center; }
.wire { position: absolute; height: 1.5px; background: linear-gradient(90deg, transparent, var(--line) 30%, var(--line)); opacity: .9; transition: background .6s; }
.w1 { left: 0; right: 50%; top: 36%; } .w2 { left: 0; right: 50%; top: 58%; } .w3 { left: 50%; right: 0; top: 36%; transform: scaleX(-1); } .w4 { left: 50%; right: 0; top: 58%; transform: scaleX(-1); }
.shift.done .wire { background: linear-gradient(90deg, transparent, var(--teal) 40%, var(--mint)); }
.tile3d { position: relative; z-index: 1; width: 150px; height: 150px; border-radius: 34px; display: grid; place-items: center; transform: rotate(var(--rot, -18deg)) translateY(var(--ty, -30px)); transition: transform .15s linear;
  background: linear-gradient(145deg, #5FE6D2 0%, #12909A 48%, #0A5F67 100%);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.55), inset 0 0 0 9px rgba(14,124,134,.55), inset 0 14px 22px rgba(255,255,255,.45), inset 0 -16px 26px rgba(6,60,68,.55), 0 34px 40px -18px rgba(10,60,68,.55), 0 8px 0 #CFD6D8, 0 9px 0 1px #B7C0C3; }
.tile3d img { filter: brightness(0) invert(1) drop-shadow(0 3px 3px rgba(6,60,68,.45)); }
.tile3d.small { width: 104px; height: 104px; border-radius: 26px; --rot: 16deg; --ty: 0px; }
.shift-cards { position: relative; height: 380px; }
.sc { position: absolute; inset: 0; border-radius: var(--r); padding: 30px 32px; color: #fff; display: flex; flex-direction: column; transition: opacity .6s, transform .6s cubic-bezier(.2,.7,.2,1); }
.sc .hand { color: rgba(255,255,255,.7); } .sc h3 { margin-top: 4px; } .sc .ticks { font-size: 14.5px; font-weight: 500; gap: 9px; }
.before { background: radial-gradient(120% 120% at 0% 100%, #8E9497 0%, #55595C 45%, #2B2E30 100%); }
.after { background: var(--grad); opacity: 0; transform: translateY(40px) scale(.98); }
.shift.done .before { opacity: 0; transform: translateY(-40px) scale(.98); }
.shift.done .after { opacity: 1; transform: none; }

/* ── sections, cartes ── */
.sec { padding: 110px 0; }
.card { background: var(--soft); border-radius: var(--r); box-shadow: inset 0 0 0 1px rgba(16,32,43,.05); }
.bento { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.bento .card { grid-column: span 2; padding: 28px 28px 0; overflow: hidden; display: flex; flex-direction: column; min-height: 430px; }
.bento .b-wide { grid-column: span 3; }
.bento p { color: var(--muted); font-size: 14.5px; margin-top: 4px; }
.art { position: relative; flex: 1; margin-top: 26px; min-height: 260px; }

.flow .node { position: absolute; background: #fff; border-radius: 14px; box-shadow: var(--sh-card); font-size: 13px; padding: 12px 14px; display: flex; gap: 10px; align-items: center; z-index: 1; }
.flow .root { left: 3%; top: 38%; padding: 12px; } .flow .n1 { left: 30%; top: 6%; max-width: 210px; } .flow .n2 { left: 22%; top: 72%; color: var(--muted); }
.flow .list { right: 2%; top: 26%; display: grid; gap: 12px; padding: 16px 18px; align-items: stretch; }
.flow .list div { border-left: 3px solid var(--teal); padding-left: 10px; } .flow .list b { display: block; font-weight: 600; font-size: 14px; } .flow small { color: var(--muted); font-size: 11.5px; }
.flow .links { position: absolute; inset: 0; width: 100%; height: 100%; } .flow .links path { fill: none; stroke: #C9CED1; stroke-width: 1.4; }

.win { position: absolute; left: 12%; right: -8%; top: 0; bottom: -10px; background: #fff; border-radius: 16px 16px 0 0; box-shadow: var(--sh-card), 0 0 0 6px rgba(255,255,255,.55); overflow: hidden; }
.win-top { display: flex; align-items: center; gap: 8px; padding: 14px 16px; font-size: 13px; } .win-top b { font-weight: 600; margin-right: auto; } .win-top i { width: 44px; height: 8px; border-radius: 9px; background: var(--soft); }
.chart svg { position: absolute; inset: auto 0 0 0; width: 100%; height: 62%; }
.float-stat { position: absolute; left: 0; top: 22%; background: #fff; border-radius: 16px; padding: 16px 18px; box-shadow: var(--sh-card); display: grid; gap: 4px; z-index: 2; }
.float-stat small { font-size: 11.5px; color: var(--muted); } .float-stat b { font-size: 26px; font-weight: 600; letter-spacing: -.04em; } .float-stat em { font-style: normal; font-size: 11px; font-weight: 600; color: #11806D; background: #DDF6EF; padding: 3px 8px; border-radius: 6px; justify-self: start; }
.arch { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; padding: 10px 18px; }
.arch span { aspect-ratio: .8; border-radius: 40% 40% 46% 46%; background: var(--soft); box-shadow: inset 0 0 0 1px var(--line); } .arch .on { background: var(--teal); box-shadow: none; }
.tagline { display: flex; gap: 8px; padding: 8px 18px; } .tagline em { font-style: normal; font-size: 11.5px; font-weight: 600; color: var(--teal); background: #E3F3F3; padding: 4px 10px; border-radius: 999px; }

.chat .bubble { position: absolute; left: 4%; top: 8%; background: #fff; border-radius: 14px; box-shadow: var(--sh-card); padding: 14px 16px; font-size: 13.5px; display: flex; gap: 10px; align-items: center; max-width: 46%; }
.chat .bubble + .bubble { left: 12%; top: 50%; } .chat .bubble i { width: 26px; height: 26px; border-radius: 50%; background: #C9CED1; flex: none; } .chat .bubble i.m { background: var(--teal); }
.members { position: absolute; right: 3%; top: 4%; width: 44%; background: #fff; border-radius: 16px; box-shadow: var(--sh-card); padding: 16px 18px; display: grid; gap: 12px; font-size: 13.5px; font-weight: 500; }
.members small { color: var(--muted); font-weight: 400; } .members div { display: flex; align-items: center; gap: 10px; } .members i { width: 22px; height: 22px; border-radius: 50%; background: #DDF6EF; } .members em { margin-left: auto; font-style: normal; color: var(--muted); }

/* ── onglets par rôle ── */
.tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.tabs button { font: inherit; font-size: 13px; font-weight: 600; padding: 8px 15px; border-radius: 999px; border: 0; background: #fff; box-shadow: inset 0 0 0 1px var(--line); cursor: pointer; transition: background .2s, color .2s; }
.tabs button.on { background: var(--teal); color: #fff; box-shadow: none; }
.role { display: none; grid-template-columns: minmax(0, .64fr) minmax(0, 1fr); gap: 18px; max-width: 1000px; margin-inline: auto; }
.role.on { display: grid; animation: rise .5s cubic-bezier(.2,.7,.2,1); }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } }
.role-copy { padding: 26px; display: flex; flex-direction: column; min-height: 460px; } .role-copy h3 { margin-top: 6px; } .role-copy p:last-child { margin-top: auto; color: var(--muted); font-size: 14.5px; }
.role-art { position: relative; overflow: hidden; min-height: 460px; }
.role-art > img { position: absolute; right: 8%; bottom: 0; height: 92%; width: 56%; object-fit: cover; object-position: 50% 10%; border-radius: 200px 200px 0 0; }
.stat { position: absolute; left: 5%; background: #fff; border-radius: 14px; box-shadow: var(--sh-card); padding: 12px 18px 12px 12px; display: flex; gap: 12px; align-items: center; }
.stat i { width: 38px; height: 38px; border-radius: 50%; background: #DDF1F1; flex: none; } .s2 i { background: var(--teal); }
.stat small { display: block; font-size: 11.5px; color: var(--muted); } .stat b { font-size: 19px; font-weight: 600; letter-spacing: -.03em; }
.s1 { top: 8%; } .s2 { top: 30%; left: 10%; }
.quote { position: absolute; left: 7%; top: 56%; max-width: 150px; font-size: 22px; }
.role-art .snip { animation: none; right: 5%; bottom: 7%; }

/* ── bloc sombre ── */
.engine { padding: 10px 14px; }
.engine-in { border-radius: 30px; background: radial-gradient(90% 120% at 100% 30%, #2FD3BC 0%, #0E7C86 30%, #0A2A33 62%, #071A20 100%); color: #fff; padding: 84px 0 0; overflow: hidden; }
.engine-head { display: flex; justify-content: space-between; gap: 40px; align-items: flex-start; margin-bottom: 50px; }
.engine h2 { color: #fff; max-width: 15ch; margin: 4px 0 18px; } .engine .hand { color: rgba(255,255,255,.7); } .engine .sub { color: rgba(255,255,255,.82); max-width: 46ch; }
.demo-card { display: flex; gap: 14px; background: #fff; color: var(--text); border-radius: 18px; padding: 10px; width: 350px; flex: none; box-shadow: 0 30px 50px -24px rgba(0,0,0,.6); margin-top: 26px; }
.demo-card img { width: 104px; height: 134px; object-fit: cover; object-position: 50% 12%; border-radius: 12px; } .demo-card div { display: flex; flex-direction: column; gap: 4px; padding: 6px 6px 4px 0; min-width: 0; } .demo-card .hand { color: var(--black); font-size: 21px; } .demo-card small { color: var(--muted); font-size: 12.5px; } .demo-card .btn { margin-top: auto; padding: 10px; }
.app { position: relative; background: #ECEEEF; border-radius: 26px 26px 0 0; padding: 120px 0 0 0; overflow: hidden; }
.wm { position: absolute; left: -1%; top: -52px; font-family: Poppins, sans-serif; font-weight: 700; font-size: clamp(120px, 23vw, 330px); letter-spacing: -.06em; line-height: 1; color: transparent; background: linear-gradient(180deg, #D5D9DB, #ECEEEF 80%); -webkit-background-clip: text; background-clip: text; user-select: none; }
.app-win { position: relative; display: grid; grid-template-columns: 210px minmax(0, 1fr); background: #F4F5F6; border-radius: 22px 22px 0 0; box-shadow: 0 -20px 60px -30px rgba(16,32,43,.4); overflow: hidden; color: var(--text); }
.app-win aside { background: #fff; padding: 26px 18px; display: grid; gap: 6px; align-content: start; font-size: 13.5px; color: var(--muted); }
.app-logo { display: flex; gap: 8px; align-items: center; margin-bottom: 22px; color: var(--ink); } .app-logo b { font-family: Poppins, sans-serif; font-size: 19px; letter-spacing: -.03em; } .app-logo em { font-style: normal; color: var(--teal); }
.app-win aside span { padding: 10px 12px; border-radius: 8px; } .app-win aside .on { background: var(--teal); color: #fff; font-weight: 600; }
.app-main { padding: 26px 30px 0; min-width: 0; } .app-main .hand { color: var(--muted); } .app-main h5 { font-size: 24px; font-weight: 500; letter-spacing: -.04em; margin-bottom: 20px; }
.kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; } .kpis div, .panel { background: #fff; border-radius: 14px; padding: 14px 16px; box-shadow: 0 1px 2px rgba(16,32,43,.05); }
.kpis small, .panel small { display: block; font-size: 11.5px; color: var(--muted); } .kpis b { font-size: 20px; font-weight: 600; letter-spacing: -.03em; } .kpis .hl { background: var(--teal); color: #fff; } .kpis .hl small { color: rgba(255,255,255,.8); }
.panels { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr); gap: 12px; margin-top: 12px; } .panel { border-radius: 14px 14px 0 0; padding-bottom: 0; } .panel b { font-size: 26px; font-weight: 600; letter-spacing: -.04em; }
.bars { display: flex; align-items: flex-end; gap: 5%; height: 120px; margin-top: 12px; } .bars i { flex: 1; height: var(--h); background: #E3E9F0; border-radius: 6px 6px 0 0; } .bars .hl { background: var(--teal); } .panel svg { width: 100%; height: 100px; margin-top: 22px; }

/* ── chiffres ── */
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.fact { position: relative; border-radius: var(--r); min-height: 330px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; overflow: hidden; isolation: isolate; }
.fact b { font-size: 50px; font-weight: 500; letter-spacing: -.05em; line-height: 1; } .fact small { font-size: 13px; opacity: .95; margin-top: 6px; }
.fact .fl { position: absolute; top: 24px; left: 26px; display: flex; gap: 8px; align-items: center; font-family: Poppins, sans-serif; font-weight: 700; font-size: 22px; letter-spacing: -.03em; } .fact .fl img { filter: brightness(0) invert(1); }
.grad { background: radial-gradient(110% 110% at 0% 0%, #A9EFE3 0%, #2FB9A3 38%, #0E7C86 100%); }
.night { background: radial-gradient(110% 110% at 100% 100%, #12909A 0%, #0A2A33 55%, #071A20 100%); }
.photo { background: var(--img) 50% 15% / cover; } .photo::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7,26,32,0) 35%, rgba(7,26,32,.78)); }
.fact.wide { grid-column: span 2; color: var(--text); padding: 40px; justify-content: space-between; }
.big { font-size: clamp(19px, 2vw, 25px); line-height: 1.3; letter-spacing: -.03em; color: #4A5054; max-width: 30ch; margin-left: auto; } .big b { color: var(--black); font-weight: 600; font-size: inherit; letter-spacing: inherit; line-height: inherit; }
.who { margin-left: auto; width: min(100%, 30ch * 1.4); } .who b { display: block; font-size: 14px; font-weight: 600; letter-spacing: -.01em; line-height: 1.4; } .who small { color: var(--muted); opacity: 1; margin: 0; }

/* ── offres ── */
.plans { position: relative; margin: 10px 14px; border-radius: 30px; background: var(--soft); padding: 84px 0 70px; }
.plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; max-width: 1000px; margin-inline: auto; align-items: center; }
.plan { position: relative; background: #fff; border-radius: 18px; padding: 24px; box-shadow: var(--sh-card); display: flex; flex-direction: column; }
.plan small { color: var(--muted); font-size: 12.5px; } .price { font-size: 38px; font-weight: 500; letter-spacing: -.05em; margin: 8px 0 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--black); }
.plan .ticks { margin: 0 0 24px; padding: 0; font-size: 13.5px; color: #3E4448; gap: 11px; } .plan .btn { width: 100%; padding: 13px; }
.pop { padding-block: 34px; box-shadow: 0 0 0 5px #fff, 0 0 0 9px var(--teal), 0 0 0 10px var(--mint), 0 26px 50px -18px rgba(14,124,134,.55); }
.popular { position: absolute; top: 22px; right: 22px; color: var(--teal); transform: rotate(-4deg); }
.gem { position: absolute; width: 110px; height: 110px; background: linear-gradient(135deg, #A9EFE3, #12909A 55%, #0A5F67); clip-path: polygon(50% 0, 100% 38%, 78% 100%, 22% 100%, 0 38%); filter: drop-shadow(0 18px 18px rgba(10,95,103,.35)); animation: bob 7s ease-in-out infinite; z-index: 2; }
.g1 { right: -18px; top: -30px; transform: rotate(18deg); } .g2 { left: -30px; bottom: -40px; width: 130px; height: 130px; animation-delay: -3s; } .g3 { left: -24px; top: 30px; width: 120px; height: 120px; }

/* ── à propos ── */
.about { display: grid; grid-template-columns: minmax(0, .58fr) minmax(0, 1fr); gap: 18px; }
.about-copy { padding: 30px; display: flex; flex-direction: column; justify-content: space-between; gap: 40px; min-height: 560px; } .about-copy h2 { font-size: clamp(28px, 3vw, 40px); margin-top: 4px; } .about-copy p { color: var(--muted); font-size: 14.5px; }
.link { display: inline-block; margin-top: 18px; font-weight: 600; font-size: 14px; color: var(--teal); } .link:hover { text-decoration: underline; }
.about-art { border-radius: var(--r); overflow: hidden; } .about-art img { width: 100%; height: 100%; max-height: 620px; object-fit: cover; object-position: 50% 22%; }

/* ── questions ── */
.faq { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; } .faq h2 { margin-top: 4px; max-width: 12ch; }
.qa { display: grid; gap: 12px; }
details { background: var(--soft); border-radius: 14px; padding: 0 22px; } summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 24px 0; font-weight: 500; font-size: 15.5px; }
summary::-webkit-details-marker { display: none; }
summary i { position: relative; width: 28px; height: 28px; border-radius: 8px; background: #E2E4E5; flex: none; transition: transform .3s, background .3s; } summary i::before, summary i::after { content: ""; position: absolute; left: 9px; right: 9px; top: 13.2px; height: 1.6px; background: var(--black); } summary i::after { transform: rotate(90deg); }
details[open] summary i { transform: rotate(45deg); background: var(--mint); } details p { padding: 0 44px 24px 0; color: var(--muted); font-size: 14.5px; }

/* ── appel final et pied ── */
.final { position: relative; padding: 110px 0 40px; } .final .head-c { margin: 0 auto; } .final .btn { margin-top: 14px; }
.ftr { position: relative; padding: 70px 0 0; overflow: hidden; }
.ftr-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .48fr) minmax(0, 1fr); gap: 18px; }
.ftr-brand { border-radius: var(--r); background: radial-gradient(120% 110% at 100% 100%, #A9EFE3 0%, #2FB9A3 30%, #0E7C86 62%, #0A3A44 100%); color: #fff; padding: 26px; min-height: 440px; display: flex; flex-direction: column; }
.ftr-brand > p:first-of-type { margin-top: auto; font-size: 21px; font-weight: 500; letter-spacing: -.03em; line-height: 1.25; } .ftr-brand em { font-style: normal; opacity: .65; } .ftr-brand .hand { color: #fff; margin-top: 20px; }
.ftr-main { position: relative; padding: 30px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 30px; align-content: space-between; }
.ftr-main .tile3d { position: absolute; right: 36px; top: -44px; }
.cols { display: flex; gap: 60px; font-size: 14.5px; font-weight: 500; } .cols div { display: grid; gap: 14px; align-content: start; } .cols a:hover { color: var(--teal); }
.cols { grid-column: 1; grid-row: 1; }
.ftr-cta { grid-column: 2; grid-row: 2; align-self: end; font-size: 21px; font-weight: 500; letter-spacing: -.03em; line-height: 1.25; } .ftr-cta span { color: #9AA0A4; } .ftr-cta .btn { margin-top: 16px; }
.copy { grid-column: 1; grid-row: 2; align-self: end; color: var(--muted); font-size: 12px; }
.wm-foot { font-family: Poppins, sans-serif; font-weight: 700; font-size: clamp(110px, 25vw, 380px); letter-spacing: -.06em; line-height: .8; text-align: center; margin-top: -30px; color: transparent; background: linear-gradient(180deg, #E8EAEB, #fff 85%); -webkit-background-clip: text; background-clip: text; user-select: none; }

/* ── lien d'en-tête, fenêtre de démonstration ── */
.hdr-link { font-size: 14px; font-weight: 500; margin-right: 18px; opacity: .85; } .hdr-link:hover { opacity: 1; color: var(--teal); }
.demo { border: 0; border-radius: 24px; padding: 34px; width: min(560px, calc(100vw - 28px)); max-height: calc(100vh - 28px); box-shadow: 0 40px 100px -30px rgba(16,32,43,.6); color: var(--text); }
.demo::backdrop { background: rgba(16,32,43,.5); backdrop-filter: blur(4px); }
.demo[open] { animation: rise .35s cubic-bezier(.2,.7,.2,1); }
.demo h2 { font-size: 30px; margin: 2px 0 8px; } .demo .sub { margin-bottom: 20px; }
.demo-close { position: absolute; top: 16px; right: 16px; } .demo .x { all: unset; cursor: pointer; width: 34px; height: 34px; border-radius: 10px; background: var(--soft); display: grid; place-items: center; font-size: 20px; line-height: 1; }
#demo-form { display: grid; gap: 12px; } .f2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
#demo-form label { display: grid; gap: 5px; font-size: 12.5px; font-weight: 600; color: #3E474C; }
#demo-form input, #demo-form textarea { font: inherit; font-size: 15px; font-weight: 400; padding: 11px 13px; border-radius: 12px; border: 1px solid var(--line); outline: none; width: 100%; resize: vertical; transition: border-color .15s, box-shadow .15s; }
#demo-form input:focus, #demo-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(14,124,134,.15); }
.trap { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.demo-msg { padding: 11px 14px; border-radius: 12px; font-size: 14px; background: #DDF6EF; color: #11806D; } .demo-msg.bad { background: #FCE4E2; color: #B3261E; }
#demo-form .btn { justify-self: start; margin-top: 4px; }
@media (max-width: 640px) { .hdr-link { display: none; } .demo { padding: 26px 20px; } .f2 { grid-template-columns: minmax(0, 1fr); } #demo-form .btn { width: 100%; } }

/* ── apparition au défilement ── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ── tablette ── */
@media (max-width: 980px) {
  .nav { display: none; } .hdr-in { justify-content: space-between; }
  .hero-in, .head-2, .shift-grid, .about, .faq, .ftr-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-art { min-height: 480px; } .ticks { margin-top: 0; }
  .shift { height: auto; } .shift-pin { position: static; min-height: 0; padding: 70px 0 20px; }
  .tile-stage { height: 220px; } .tile3d { --rot: -10deg; --ty: 0px; }
  .shift-cards { height: auto; display: grid; gap: 14px; } .sc { position: static; min-height: 300px; } .after, .shift.done .before { opacity: 1; transform: none; }
  .bento { grid-template-columns: minmax(0, 1fr); } .bento .card, .bento .b-wide { grid-column: auto; }
  .role { grid-template-columns: minmax(0, 1fr); } .role-copy { min-height: 0; gap: 18px; }
  .engine-head { flex-direction: column; } .demo-card { margin-top: 0; }
  .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); } .fact.wide { grid-column: span 2; }
  .plan-grid { grid-template-columns: minmax(0, 1fr); max-width: 440px; }
  .about-copy { min-height: 0; } .faq h2 { max-width: none; }
}
/* ── téléphone ── */
@media (max-width: 640px) {
  .wrap { padding-inline: 18px; } .sec { padding: 70px 0; } .hero { padding-top: 100px; }
  .btn-lg { min-width: 0; flex: 1; } .cta { width: 100%; }
  .hero-art { min-height: 420px; border-radius: 24px; } .glass { width: 150px; padding: 14px; } .glass p { font-size: 15px; } .glass b { font-size: 18px; } .snip { right: 12px; left: 12px; bottom: 14px; font-size: 12.5px; }
  .chips { grid-template-columns: repeat(2, minmax(0, 1fr)); } .chips div { height: 78px; font-size: 16px; }
  .bento .card { min-height: 0; padding: 22px 22px 0; } .art { min-height: 250px; }
  .flow .n1 { left: 24%; max-width: 170px; } .flow .list { right: 0; top: 40%; padding: 12px; } .flow .n2 { left: 6%; top: 78%; } .flow .links { display: none; }
  .chat .bubble { max-width: 70%; } .members { top: auto; bottom: 0; right: 0; width: 62%; border-radius: 16px 16px 0 0; } .chat .bubble + .bubble { top: 30%; left: 4%; }
  .role-art { min-height: 400px; } .role-art > img { width: 70%; right: 2%; } .quote { display: none; } .stat { padding: 9px 12px 9px 9px; } .stat b { font-size: 16px; }
  .engine, .plans { margin-inline: 8px; padding-inline: 0; } .engine { padding: 0; margin: 8px; } .engine-in { padding-top: 56px; border-radius: 24px; } .demo-card { width: 100%; }
  .app { padding-top: 70px; } .app-win { grid-template-columns: minmax(0, 1fr); } .app-win aside { display: none; } .app-main { padding: 20px 16px 0; } .kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); } .panels { grid-template-columns: minmax(0, 1fr); }
  .facts { grid-template-columns: minmax(0, 1fr); } .fact.wide { grid-column: auto; padding: 26px; } .fact { min-height: 260px; }
  .gem { display: none; } .plans { padding: 60px 0 50px; }
  .ftr-main { grid-template-columns: minmax(0, 1fr); } .ftr-cta, .copy { grid-column: auto; grid-row: auto; } .ftr-main .tile3d { right: 18px; top: -52px; transform: rotate(16deg) scale(.8); } .ftr-brand { min-height: 300px; } .cols { gap: 40px; }
  details p { padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) { *, *::before { animation: none !important; transition: none !important; scroll-behavior: auto !important; } .reveal { opacity: 1; transform: none; } }
