/* ==========================================================================
   Pages de vente v2 (Reels/Shorts et VSL) : maquette à valider
   Principes (docs/10) : texte visible tout de suite, le mouvement sert à montrer le travail,
   un seul appel à l'action répété, prix et preuves vérifiables dès le premier écran.
   ========================================================================== */
.vp { --bg: #120d1c; --s1: #1b1429; --s2: #261d3a; --line: #3a2e55; --ink: #f4f0fa; --muted: #b3a8c7; --violet: #9b7bff; --vs: #6d42f5; --head: #ffb23f; --green: #4fd18b;
	--j-bg: #f8f6fb; --j-line: #dcd3ea; --j-ink: #191224; --j-muted: #5c5170; --j-v: #5b2ee0; --j-soft: #e9e2fd; --ease: cubic-bezier(.16, 1, .3, 1);
	color: var(--ink); background: var(--bg); overflow-x: clip; font-family: "Bricolage Grotesque", "Inter", system-ui, sans-serif; }
.vp *, .vp *::before, .vp *::after { box-sizing: border-box; }
.vp a { color: inherit; }
.vp h1, .vp h2, .vp h3, .vp p { margin: 0; }
.vp-w { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.vp-sec { padding: 110px 0 0; }
.vp-k { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 6px 14px; border: 1px solid var(--line); border-radius: 99px; font-size: 14px; font-weight: 600; color: var(--violet); }
.vp-k::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }
.vp h2 { font-size: clamp(34px, 4.4vw, 62px); line-height: .98; letter-spacing: -.04em; max-width: 17ch; margin-bottom: 18px; }
.vp-lead2 { color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 60ch; }
.vp-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 26px; border-radius: 12px; background: var(--vs); color: #fff !important; font-weight: 700; font-size: 16px; text-decoration: none; box-shadow: 0 14px 30px -14px rgba(109, 66, 245, .9); transition: background-color .2s, transform .3s var(--ease), box-shadow .3s; }
.vp-btn:hover { background: #7d56ff; transform: translateY(-2px); box-shadow: 0 20px 40px -16px rgba(109, 66, 245, 1); }
.vp-btn svg { width: 18px; height: 18px; transition: transform .3s var(--ease); } .vp-btn:hover svg { transform: translateX(4px); }
.vp-btn--ghost { background: transparent; border: 1px solid var(--line); box-shadow: none; } .vp-btn--ghost:hover { background: var(--s2); box-shadow: none; }
.vp-micro { margin-top: 12px; font-size: 14px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.vp-micro::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.vp-todo { display: inline-block; padding: 1px 7px; border-radius: 6px; background: rgba(255, 178, 63, .16); color: var(--head); font-size: .85em; font-weight: 600; }

/* ---------- 1. Héros ---------- */
.vp-hero { position: relative; padding: 70px 0 30px; }
.vp-hero::before { content: ""; position: absolute; right: 4%; top: 0; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(109, 66, 245, .38), transparent 65%); filter: blur(12px); pointer-events: none; }
.vp-hero__g { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 56px; align-items: center; }
.vp-hero h1 { font-size: clamp(38px, 4.9vw, 72px); line-height: .98; letter-spacing: -.045em; font-weight: 780; margin-bottom: 22px; }
.vp-hero h1 em { font-style: normal; background: linear-gradient(90deg, #b39bff, var(--head)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.vp-sub { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.6; color: #ddd4ee; max-width: 56ch; margin-bottom: 22px; }
.vp-proofline { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-bottom: 26px; font-size: 15px; color: var(--muted); }
.vp-proofline a { color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.vp-proofline a:hover { text-decoration: underline; }
.vp-stars { color: var(--head); letter-spacing: 1px; }
.vp-pricechip { display: inline-flex; align-items: baseline; gap: 6px; padding: 6px 12px; border-radius: 10px; background: var(--s1); border: 1px solid var(--line); }
.vp-pricechip b { color: var(--ink); font-size: 18px; }
.vp-cta { display: flex; flex-wrap: wrap; gap: 12px; }
/* rangée de téléphones : le seul élément qui bouge dans le premier écran */
.vp-phones { position: relative; height: 520px; }
.vp-phone { position: absolute; top: 50%; left: 50%; width: 230px; aspect-ratio: 9/16; border-radius: 32px; border: 6px solid #0b0812; background: #0b0812; overflow: hidden; box-shadow: 0 0 0 1px rgba(155, 123, 255, .35), 0 40px 80px -30px rgba(0, 0, 0, .9); }
.vp-phone video, .vp-phone img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vp-phone--c { transform: translate(-50%, -50%); z-index: 3; box-shadow: 0 0 0 1px rgba(155, 123, 255, .5), 0 50px 90px -30px rgba(109, 66, 245, .9); }
.vp-phone--l { transform: translate(-128%, -46%) rotate(-8deg) scale(.86); z-index: 2; filter: brightness(.7); }
.vp-phone--r { transform: translate(28%, -46%) rotate(8deg) scale(.86); z-index: 2; filter: brightness(.7); }
.vp-phone__sub { position: absolute; left: 8%; right: 8%; top: 60%; text-align: center; font-weight: 800; font-size: 19px; line-height: 1.15; text-shadow: 0 2px 10px rgba(0, 0, 0, .75); }
.vp-phone__sub span { display: inline-block; opacity: 0; animation: vp-word 3.6s ease-in-out infinite; }
.vp-phone__sub span:nth-child(2) { animation-delay: .3s; } .vp-phone__sub span:nth-child(3) { animation-delay: .6s; } .vp-phone__sub span:nth-child(4) { animation-delay: .9s; }
.vp-phone__sub .k { color: var(--head); }
@keyframes vp-word { 0%, 4% { opacity: 0; transform: translateY(8px) scale(.85); } 10%, 82% { opacity: 1; transform: none; } 92%, 100% { opacity: 0; } }
.vp-phone__hook { position: absolute; left: 10px; top: 12px; display: flex; align-items: center; gap: 6px; padding: 4px 9px; border-radius: 99px; background: rgba(0, 0, 0, .55); font-size: 11px; font-weight: 700; }
.vp-phone__hook i { width: 7px; height: 7px; border-radius: 50%; background: #ff5c5c; animation: vp-rec 1.2s steps(2) infinite; }
@keyframes vp-rec { 50% { opacity: .2; } }
.vp-phone__bar { position: absolute; left: 10px; right: 10px; bottom: 10px; height: 3px; border-radius: 99px; background: rgba(255, 255, 255, .25); overflow: hidden; }
.vp-phone__bar i { display: block; height: 100%; width: 0; background: #fff; animation: vp-prog 7s linear infinite; }
@keyframes vp-prog { to { width: 100%; } }
.vp-float { position: absolute; z-index: 4; padding: 9px 14px; border-radius: 12px; font-size: 13.5px; font-weight: 700; background: rgba(27, 20, 41, .9); border: 1px solid rgba(155, 123, 255, .35); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 18px 40px -20px rgba(0, 0, 0, .9); }
.vp-float small { display: block; font-weight: 500; color: var(--muted); font-size: 11.5px; }
.vp-float--1 { left: 0; top: 14%; } .vp-float--2 { right: 0; bottom: 16%; color: var(--head); }
/* bouton pause (WCAG 2.2.2 : tout mouvement de plus de 5 s peut être arrêté) */
.vp-pause { position: absolute; z-index: 5; left: 50%; bottom: 0; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 99px; border: 1px solid var(--line); background: rgba(27, 20, 41, .85); color: var(--muted); font: inherit; font-size: 12.5px; cursor: pointer; }
.vp-pause:hover { color: var(--ink); }

/* ---------- 2. Bande de preuve ---------- */
.vp-band { margin-top: 56px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vp-band .vp-w { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.vp-band p { color: var(--muted); font-size: 14px; flex: none; }
.vp-band ul { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 0; padding: 0; list-style: none; }
.vp-band li { font-weight: 700; font-size: 17px; color: #d8cfe9; letter-spacing: -.01em; }
.vp-band li small { color: var(--muted); font-weight: 500; font-size: 13px; margin-left: 4px; }

/* ---------- 3. Transformation (vidéo longue -> Short) ---------- */
.vp-trans { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 56px; align-items: center; }
.vp-trans__stage { position: relative; display: grid; place-items: center; height: 520px; border-radius: 28px; background: radial-gradient(90% 90% at 50% 40%, rgba(109, 66, 245, .25), transparent 70%), var(--s1); border: 1px solid var(--line); overflow: hidden; }
.vp-trans__frame { position: relative; width: 88%; aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; background: #000; box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .9); transition: width .9s var(--ease), aspect-ratio .9s var(--ease), border-radius .9s var(--ease); }
.vp-trans__frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.vp-trans.is-short .vp-trans__frame { width: 250px; aspect-ratio: 9/16; border-radius: 26px; }
.vp-trans__frame .vp-phone__sub { opacity: 0; transition: opacity .4s .5s; }
.vp-trans.is-short .vp-trans__frame .vp-phone__sub { opacity: 1; }
.vp-trans__tag { position: absolute; left: 14px; top: 14px; padding: 5px 10px; border-radius: 99px; background: rgba(0, 0, 0, .6); font-size: 12px; font-weight: 700; }
.vp-toggle { display: inline-flex; padding: 5px; margin: 26px 0 18px; border-radius: 99px; background: var(--s1); border: 1px solid var(--line); }
.vp-toggle button { padding: 10px 18px; border: 0; border-radius: 99px; background: transparent; color: var(--muted); font: inherit; font-weight: 700; font-size: 14.5px; cursor: pointer; transition: background-color .3s, color .3s; }
.vp-toggle button[aria-pressed="true"] { background: var(--vs); color: #fff; }
.vp-checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.vp-checks li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; color: #ddd4ee; }
.vp-checks li::before { content: ""; flex: none; width: 20px; height: 20px; margin-top: 2px; border-radius: 50%; background: var(--vs) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12 4 4 8-8'/%3E%3C/svg%3E") center / 13px no-repeat; }
.vp-note { margin-top: 14px; font-size: 13px; color: var(--muted); }

/* ---------- 4. Bénéfices ---------- */
.vp-feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.vp-feat { position: relative; padding: 26px; border-radius: 22px; background: var(--s1); border: 1px solid var(--line); transition: border-color .3s, transform .4s var(--ease); }
.vp-feat:hover { border-color: var(--violet); transform: translateY(-4px); }
.vp-feat__ic { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 16px; background: rgba(155, 123, 255, .14); color: var(--violet); }
.vp-feat__ic svg { width: 24px; height: 24px; }
.vp-feat:hover .vp-feat__ic { animation: vp-nudge .6s var(--ease); }
@keyframes vp-nudge { 40% { transform: translateY(-4px) rotate(-6deg); } }
.vp-feat h3 { font-size: 20px; letter-spacing: -.02em; margin-bottom: 8px; }
.vp-feat p { color: var(--muted); line-height: 1.55; font-size: 15.5px; }
.vp-feat a { color: var(--violet); font-weight: 600; font-size: 14px; text-decoration: none; display: inline-block; margin-top: 10px; }

/* ---------- 5. Galerie ---------- */
.vp-gal { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 2px 20px; margin-top: 30px; scrollbar-width: thin; }
.vp-gal__item { flex: none; width: 230px; scroll-snap-align: start; padding: 0; border: 0; background: none; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.vp-gal__ph { position: relative; aspect-ratio: 9/16; border-radius: 26px; overflow: hidden; border: 5px solid #0b0812; box-shadow: 0 0 0 1px var(--line); transition: transform .5s var(--ease), box-shadow .3s; }
.vp-gal__ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .3s; }
.vp-gal__item:hover .vp-gal__ph { transform: translateY(-6px) rotate(-1deg); box-shadow: 0 0 0 1px var(--violet), 0 30px 60px -30px rgba(109, 66, 245, .9); }
.vp-gal__item:hover img { transform: scale(1.06); filter: brightness(.8); }
.vp-gal__play { position: absolute; inset: 0; margin: auto; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(145deg, #9b7bff, #6d42f5); box-shadow: 0 0 0 8px rgba(155, 123, 255, .2); transition: transform .4s cubic-bezier(.34, 1.56, .64, 1); }
.vp-gal__play svg { width: 18px; height: 18px; margin-left: 3px; color: #fff; }
.vp-gal__item:hover .vp-gal__play { transform: scale(1.12); }
.vp-gal__item b { display: block; margin-top: 12px; font-size: 16px; } .vp-gal__item small { color: var(--muted); font-size: 13.5px; }

/* ---------- 6. Étapes ---------- */
.vp-steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; counter-reset: s; }
.vp-steps::before { content: ""; position: absolute; left: 6%; right: 6%; top: 34px; height: 2px; background: linear-gradient(90deg, var(--violet), var(--head)); transform-origin: left; transform: scaleX(var(--draw, 1)); transition: transform 1.2s var(--ease); }
.vp-step { position: relative; padding: 0 6px; }
.vp-step__n { position: relative; z-index: 1; width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 18px; background: var(--bg); border: 2px solid var(--violet); font-size: 24px; font-weight: 800; }
.vp-step h3 { font-size: 21px; margin-bottom: 8px; } .vp-step p { color: var(--muted); line-height: 1.55; }

/* ---------- Bande claire (rappel de l'accueil), qui s'ouvre au défilement ---------- */
.vp-light { position: relative; isolation: isolate; color: var(--j-ink); margin-top: 110px; padding: 100px 0; }
.vp-light::before { content: ""; position: absolute; z-index: -1; inset: 0; background: var(--j-bg); clip-path: inset(0 calc((1 - var(--open, 1)) * 9vw) round calc(12px + (1 - var(--open, 1)) * 52px)); }
.vp-light .vp-k { border-color: var(--j-line); color: var(--j-v); }
.vp-light h2, .vp-light h3 { color: var(--j-ink); }
.vp-light .vp-lead2 { color: var(--j-muted); }

/* ---------- 7. Avis ---------- */
.vp-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.vp-rev { display: grid; gap: 16px; align-content: start; padding: 26px; border-radius: 22px; background: #fff; border: 1px solid var(--j-line); box-shadow: 0 24px 50px -36px rgba(91, 46, 224, .55); }
.vp-rev__top { display: flex; justify-content: space-between; align-items: center; }
.vp-rev .vp-stars { font-size: 15px; }
.vp-rev__src { font-size: 12px; font-weight: 700; color: var(--j-v); text-decoration: none; padding: 4px 9px; border-radius: 99px; background: var(--j-soft); }
.vp-rev blockquote { margin: 0; font-size: 16.5px; line-height: 1.6; color: var(--j-ink); }
.vp-rev figcaption { display: flex; align-items: center; gap: 12px; }
.vp-rev__av { flex: none; object-fit: cover; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; background: linear-gradient(145deg, #9b7bff, #6d42f5); }
.vp-rev figcaption b { display: block; } .vp-rev figcaption small { color: var(--j-muted); font-size: 13px; }
.vp-revmore { margin-top: 24px; font-weight: 600; } .vp-revmore a { color: var(--j-v); }

/* ---------- 8. Tarifs ---------- */
.vp-price { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; margin-top: 34px; }
.vp-pcard { padding: 30px; border-radius: 24px; background: #fff; border: 1px solid var(--j-line); }
.vp-pcard--main { background: linear-gradient(160deg, #2a1f4d, #1b1429); color: var(--ink); border-color: transparent; box-shadow: 0 40px 80px -40px rgba(91, 46, 224, .9); }
.vp-pcard h3 { font-size: 22px; margin-bottom: 10px; }
.vp-pcard--main h3 { color: var(--ink); }
.vp-pbig { display: flex; align-items: baseline; gap: 8px; margin: 10px 0 18px; }
.vp-pbig small { color: var(--muted); } .vp-pbig b { font-size: 54px; letter-spacing: -.04em; line-height: 1; } .vp-pbig span { color: var(--muted); font-weight: 700; }
.vp-pcard .vp-checks li { color: inherit; }
.vp-pcard:not(.vp-pcard--main) .vp-checks li::before { background-color: var(--j-v); }
.vp-factors { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 12px; }
.vp-factors li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: start; }
.vp-factors i { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: var(--j-soft); color: var(--j-v); font-style: normal; font-weight: 800; }
.vp-factors b { display: block; } .vp-factors span { color: var(--j-muted); font-size: 15px; }
.vp-tva { margin-top: 18px; font-size: 13.5px; color: var(--j-muted); }

/* ---------- 9. Engagements ---------- */
.vp-promises { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 30px; }
.vp-promise { padding: 22px; border-radius: 20px; background: var(--s1); border: 1px solid var(--line); }
.vp-promise b { display: block; font-size: 17px; margin: 10px 0 6px; } .vp-promise span { color: var(--muted); font-size: 14.5px; line-height: 1.5; }
.vp-promise svg { width: 26px; height: 26px; color: var(--green); }

/* ---------- 10. FAQ ---------- */
.vp-faq { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 50px; align-items: start; }
.vp-faq details { border-bottom: 1px solid var(--line); }
.vp-faq summary { list-style: none; display: flex; justify-content: space-between; gap: 16px; padding: 20px 0; cursor: pointer; font-size: 18px; font-weight: 600; }
.vp-faq summary::-webkit-details-marker { display: none; }
.vp-faq summary::after { content: "+"; color: var(--violet); font-size: 24px; line-height: 1; transition: transform .3s var(--ease); }
.vp-faq details[open] summary::after { transform: rotate(45deg); }
.vp-faq details p { padding-bottom: 20px; color: var(--muted); line-height: 1.65; }
.vp-faq a { color: var(--violet); }

/* ---------- 11. Mot du monteur + formulaire ---------- */
.vp-me { display: grid; grid-template-columns: 180px 1fr; gap: 30px; align-items: center; padding: 34px; border-radius: 26px; background: var(--s1); border: 1px solid var(--line); }
.vp-me img { width: 180px; height: 180px; border-radius: 22px; object-fit: cover; }
.vp-me p { color: #ddd4ee; line-height: 1.65; font-size: 17px; } .vp-me p + p { margin-top: 10px; }
.vp-me b { color: var(--ink); } .vp-me a { color: var(--violet); }
.vp-final { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 50px; align-items: start; margin-top: 30px; padding: clamp(28px, 4vw, 54px); border-radius: 30px; background: linear-gradient(135deg, #2a1f4d, #1b1429); border: 1px solid var(--line); }
.vp-final > * { min-width: 0; }
.vp-final p { color: var(--muted); line-height: 1.6; margin-top: 12px; }
.vp-formmock { padding: 24px; border-radius: 20px; background: #fff; color: var(--j-ink); }
.vp-formmock b { display: block; margin-bottom: 12px; } .vp-formmock .vp-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.vp-formmock .vp-chips span { padding: 9px 14px; border-radius: 8px; border: 1px solid var(--j-line); background: var(--j-bg); font-weight: 600; font-size: 14px; }
.vp-formmock small { display: block; margin-top: 16px; color: var(--j-muted); }
.vp-legal { margin-top: 14px; font-size: 12.5px; color: var(--j-muted); line-height: 1.5; }

/* ---------- Méthode VSL (structure narrative interactive) ---------- */
.vp-arc { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 40px; margin-top: 36px; align-items: start; }
.vp-arc__list { display: grid; gap: 8px; }
.vp-arc__list button { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; padding: 14px 16px; border-radius: 16px; border: 1px solid var(--line); background: var(--s1); color: var(--ink); font: inherit; text-align: left; cursor: pointer; transition: border-color .3s, background-color .3s; }
.vp-arc__list button i { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font-style: normal; font-weight: 800; background: rgba(155, 123, 255, .14); color: var(--violet); transition: background-color .3s, color .3s; }
.vp-arc__list button b { font-size: 17px; }
.vp-arc__list button[aria-selected="true"] { border-color: var(--violet); background: var(--s2); }
.vp-arc__list button[aria-selected="true"] i { background: var(--vs); color: #fff; }
.vp-arc__panel { position: sticky; top: 100px; padding: 30px; border-radius: 24px; background: var(--s1); border: 1px solid var(--line); min-height: 320px; }
.vp-arc__panel h3 { font-size: 24px; margin-bottom: 12px; }
.vp-arc__panel p { color: #ddd4ee; line-height: 1.65; }
.vp-arc__panel .vp-arc__cut { margin-top: 18px; padding: 16px; border-radius: 16px; background: rgba(0, 0, 0, .25); }
.vp-arc__panel .vp-arc__cut small { display: block; color: var(--head); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: 11.5px; margin-bottom: 6px; }
.vp-arc__panel [hidden] { display: none; }
.vp-arc__panel > div { animation: vp-fade .35s var(--ease); }
@keyframes vp-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.vp-demo { position: relative; display: block; width: 100%; padding: 0; border: 0; border-radius: 20px; overflow: hidden; aspect-ratio: 16/9; cursor: pointer; background: #000; box-shadow: 0 40px 80px -30px rgba(109, 66, 245, .9), 0 0 0 1px rgba(155, 123, 255, .4); }
.vp-demo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .3s; }
.vp-demo:hover img { transform: scale(1.04); filter: brightness(.8); }
.vp-demo__play { position: absolute; inset: 0; margin: auto; width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #9b7bff, #6d42f5); box-shadow: 0 0 0 12px rgba(155, 123, 255, .25); animation: vp-pulse 2.4s ease-in-out infinite; }
.vp-demo__play svg { width: 28px; height: 28px; margin-left: 4px; }
@keyframes vp-pulse { 50% { box-shadow: 0 0 0 22px rgba(155, 123, 255, 0); } }
.vp-demo__cap { position: absolute; left: 16px; bottom: 14px; display: flex; gap: 8px; }
.vp-demo__cap span { padding: 6px 11px; border-radius: 99px; background: rgba(0, 0, 0, .65); font-size: 13px; font-weight: 700; color: #fff; }
.vp-cal { margin-top: 30px; padding: 28px; border-radius: 24px; background: #fff; border: 1px solid var(--j-line); }
.vp-cal label { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-weight: 700; }
.vp-cal input { padding: 10px 14px; border-radius: 10px; border: 1px solid var(--j-line); font: inherit; }
.vp-cal ol { list-style: none; margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; position: relative; }
.vp-cal li { padding: 18px; border-radius: 16px; background: var(--j-bg); border: 1px solid var(--j-line); }
.vp-cal li small { display: block; color: var(--j-v); font-weight: 800; font-size: 13px; margin-bottom: 6px; }
.vp-cal li b { display: block; font-size: 16px; } .vp-cal li span { color: var(--j-muted); font-size: 14px; }
.vp-eco { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.vp-eco div { padding: 22px; border-radius: 20px; background: var(--s1); border: 1px solid var(--line); }
.vp-eco b { display: block; font-size: 18px; margin-bottom: 6px; } .vp-eco span { color: var(--muted); font-size: 15px; line-height: 1.5; } .vp-eco a { color: var(--violet); }

/* ---------- Lecteur vidéo + bouton collant mobile ---------- */
.vp-lb { position: fixed; inset: 0; z-index: 200; display: none; place-items: center; background: rgba(8, 5, 14, .9); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.vp-lb.on { display: grid; }
.vp-lb__box { width: min(1100px, 92vw); aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; background: #000; }
.vp-lb__box.is-v { width: auto; height: min(86vh, 900px); aspect-ratio: 9/16; }
.vp-lb__box iframe { width: 100%; height: 100%; border: 0; }
.vp-lb button { position: absolute; top: 18px; right: 18px; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .3); background: rgba(27, 20, 41, .9); color: #fff; font-size: 22px; cursor: pointer; }
.vp-sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90; display: none; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 10px 10px 16px; border-radius: 16px; background: rgba(27, 20, 41, .95); border: 1px solid rgba(155, 123, 255, .35); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 20px 40px -18px rgba(0, 0, 0, .9); transform: translateY(140%); transition: transform .3s var(--ease); }
.vp-sticky.on { transform: none; }
.vp-sticky span { font-size: 14px; } .vp-sticky span b { display: block; font-size: 15px; }
.vp-sticky .vp-btn { padding: 12px 16px; font-size: 14.5px; }

/* ---------- apparitions : uniquement les éléments secondaires, une seule fois, 300 ms ---------- */
.vp [data-in] { transition: opacity .3s ease-out, transform .3s ease-out; }
.vp.js [data-in]:not(.is-in) { opacity: 0; transform: translateY(12px); }

@media (max-width: 900px) {
	.vp-hero__g, .vp-trans, .vp-faq, .vp-final, .vp-price, .vp-arc { grid-template-columns: 1fr; gap: 34px; }
	.vp-feats, .vp-reviews, .vp-eco { grid-template-columns: 1fr; }
	.vp-promises, .vp-cal ol { grid-template-columns: 1fr 1fr; }
	.vp-steps { grid-template-columns: 1fr; } .vp-steps::before { display: none; }
	.vp-phones { height: 430px; } .vp-phone { width: 190px; }
	.vp-trans__stage { height: 440px; }
	.vp-me { grid-template-columns: 1fr; } .vp-me img { width: 120px; height: 120px; }
	.vp-sec { padding-top: 80px; } .vp-light { margin-top: 80px; padding: 70px 0; }
	.vp-sticky { display: flex; }
	.vp-arc__panel { position: static; }
}
@media (max-width: 560px) { .vp-promises, .vp-cal ol { grid-template-columns: 1fr; } .vp-float { display: none; } }
@media (prefers-reduced-motion: reduce) {
	.vp *, .vp *::before { animation: none !important; transition: none !important; }
	.vp.js [data-in]:not(.is-in) { opacity: 1; transform: none; }
	.vp-light::before { clip-path: none; }
}
.vp.is-paused *, .vp.is-paused *::before, .vp.is-paused *::after { animation-play-state: paused !important; }

/* ==== Version WordPress ==== */
.vp { padding-top: 0; }
.vp > .vp-hero:first-child, .vp-hero { padding-top: 34px; }
.vp-form { min-width: 0; padding: 10px; border-radius: 22px; background: var(--j-bg, #f6f3fb); }
.vp-final .vp-form p { margin: 0; color: var(--j-ink); line-height: 1.4; }
.vp-final .vp-form .qf-note { color: var(--j-muted); margin-top: 10px; }
.vp-final .vp-form .vp-legal { margin: 12px 6px 4px; color: var(--j-muted); font-size: 12.5px; line-height: 1.5; }
.vp .wpcf7 h2, .vp .wpcf7 h3 { color: var(--j-ink); }
/* ---- Formulaire de devis (même rendu que sur l'accueil) ---- */
.wpcf7 label { display: grid; gap: 8px; font-size: 14px; font-weight: 600; margin-bottom: 14px; color: var(--j-ink); }
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea { width: 100%; font: inherit; font-size: 16px; padding: 14px 16px; border-radius: 8px; border: 1px solid #8d80a6; background: #fff; color: var(--j-ink); box-sizing: border-box; }
.wpcf7 [type=submit] { font: inherit; font-weight: 700; font-size: 18px; padding: 18px 32px; border: 0; border-radius: 8px; background: var(--j-v); color: #fff; cursor: pointer; width: 100%; }
.wpcf7 p { margin: 0; } .wpcf7-response-output { margin: 12px 0 0 !important; border-radius: 8px; }
.wpcf7 form { display: grid; gap: 6px; }
.wpcf7 .qf-step { padding: 18px 20px; border-radius: 16px; background: #fff; border: 1px solid var(--j-line); }
.qf-q { display: flex; align-items: center; gap: 10px; margin: 0 0 12px !important; font-size: 16px; font-weight: 650; color: var(--j-ink); }
.qf-q b { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 99px; background: var(--j-soft); color: var(--j-v); font-size: 13px; }
.wpcf7 .wpcf7-radio { display: flex; flex-wrap: wrap; gap: 8px; }
.wpcf7 .wpcf7-list-item { margin: 0; }
.wpcf7 .wpcf7-list-item label { position: relative; display: block; margin: 0; cursor: pointer; }
.wpcf7 .wpcf7-list-item input { position: absolute; left: 0; top: 0; width: 1px; height: 1px; margin: 0; opacity: 0; pointer-events: none; }
.wpcf7 .wpcf7-list-item-label { display: inline-block; padding: 9px 14px; border-radius: 8px; border: 1px solid var(--j-line); background: var(--j-bg); font-size: 14px; font-weight: 600; color: var(--j-ink); transition: background-color .2s, border-color .2s, color .2s, transform .2s; }
.wpcf7 .wpcf7-list-item label:hover .wpcf7-list-item-label { border-color: var(--j-v); }
.wpcf7 .wpcf7-list-item input:checked + .wpcf7-list-item-label { background: var(--j-v); border-color: var(--j-v); color: #fff; }
.wpcf7 .wpcf7-list-item input:focus-visible + .wpcf7-list-item-label { box-shadow: 0 0 0 3px #b39bff; }
.qf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 8px; }
.wpcf7 .qf-row input, .wpcf7 .qf-more input, .wpcf7 .qf-more textarea { padding: 11px 14px; font-size: 15px; border-radius: 8px; }
.wpcf7 .qf-step label { margin: 0; }
.qf-more { margin: 0 0 12px; } .qf-more summary { cursor: pointer; font-size: 14px; font-weight: 600; color: var(--j-v); list-style: none; } .qf-more summary::-webkit-details-marker { display: none; }
.qf-more[open] summary { margin-bottom: 8px; } .qf-more .wpcf7-form-control-wrap { display: block; margin-bottom: 8px; }
.wpcf7 .qf-step [type=submit] { padding: 14px 24px; font-size: 16px; }
.qf-note { margin: 10px 0 0 !important; text-align: center; font-size: 13px; color: var(--j-muted); }
.wpcf7-not-valid-tip { font-size: 13px; margin-top: 4px; color: #b3261e; }
/* Déploiement progressif (seulement si le script tourne ; sinon tout reste visible) */
.qf-js .qf-step--2, .qf-js .qf-step--3 { display: grid; grid-template-rows: 0fr; opacity: 0; padding-top: 0; padding-bottom: 0; border-width: 0; transition: grid-template-rows .5s var(--ease), opacity .4s ease, padding .5s var(--ease); }
.qf-js .qf-step--2 > *, .qf-js .qf-step--3 > * { min-height: 0; overflow: hidden; }
.qf-js .qf-step--2 { grid-template-rows: 0fr; } 
.qf-js .qf-step.is-open { grid-template-rows: auto 1fr; opacity: 1; padding-top: 18px; padding-bottom: 18px; border-width: 1px; }
.qf-js .qf-step--2.is-open, .qf-js .qf-step--3.is-open { grid-template-rows: auto; }
.qf-js :is(.qf-step--2, .qf-step--3):not(.is-open) > * { max-height: 0; }
.qf-js .qf-step.is-open > * { max-height: 600px; transition: max-height .6s var(--ease); }
@media (max-width: 560px) { .vp .qf-row { grid-template-columns: 1fr; } }
.vp-final p.vp-pro { font-size: 13.5px; line-height: 1.5; }
.vp-pro a { white-space: nowrap; }
/* étapes du formulaire : fermées = retirées du flux, ouvertes = apparition douce */
.vp .qf-js .qf-step--2:not(.is-open), .vp .qf-js .qf-step--3:not(.is-open) { display: none; }
.vp .qf-js .qf-step.is-open { display: block; opacity: 1; padding: 18px 20px; border-width: 1px; animation: vp-step-in .5s var(--ease, ease) both; }
.vp .qf-js .qf-step.is-open > * { max-height: none; overflow: visible; }
@keyframes vp-step-in { from { opacity: 0; transform: translateY(-8px); } }
@media (prefers-reduced-motion: reduce) { .vp .qf-js .qf-step.is-open { animation: none; } }
/* ==== Galerie : affichage WordPress et défilement ==== */
.vp-gal { overflow-y: hidden; overscroll-behavior-x: contain; padding-top: 14px; }
.vp-gal__item { display: block; }
.vp-gal__ph { display: block; }
.vp-gal__item b, .vp-gal__item small { display: block; }
/* ==== Boutons de lecture « liquid glass » (mêmes que l'accueil) ==== */
.vp-gal__play { inset: 12px 12px auto auto; margin: 0; width: 52px; height: 52px; border-radius: 99px; color: #fff;
	background: linear-gradient(135deg, rgba(155, 123, 255, .42), rgba(109, 66, 245, .16) 55%, rgba(255, 255, 255, .08)); border: 1px solid rgba(255, 255, 255, .28);
	-webkit-backdrop-filter: blur(12px) saturate(170%); backdrop-filter: blur(12px) saturate(170%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 12px 26px -12px rgba(20, 8, 50, .8);
	scale: .7; opacity: 0; transform: none; transition: scale .55s cubic-bezier(.34, 1.56, .64, 1), opacity .3s; }
.vp-gal__play::before { content: ""; position: absolute; inset: 6px; border-radius: inherit; background: linear-gradient(145deg, #9b7bff, #6d42f5); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5); }
.vp-gal__play::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; border: 1.5px solid rgba(180, 155, 255, .7); opacity: 0; pointer-events: none; }
.vp-gal__play svg { position: relative; width: 15px; height: 15px; margin-left: 2px; }
.vp-gal__item:hover .vp-gal__play, .vp-gal__item:focus-visible .vp-gal__play { scale: 1; opacity: 1; transform: none; }
.vp-gal__item:hover .vp-gal__play::after, .vp-gal__item:focus-visible .vp-gal__play::after { animation: vp-ring 1.4s ease-out .15s infinite; }
@keyframes vp-ring { 0% { transform: scale(1); opacity: .9; } 100% { transform: scale(1.6); opacity: 0; } }
@media (hover: none) { .vp-gal__play { scale: .85; opacity: 1; } }
.vp-demo__play { inset: auto auto 18px 18px; margin: 0; width: auto; height: auto; display: inline-flex; align-items: center; gap: 0; padding: 7px; border-radius: 999px; color: #fff; font-size: 15px; font-weight: 600; line-height: 1;
	background: linear-gradient(135deg, rgba(155, 123, 255, .42), rgba(109, 66, 245, .16) 55%, rgba(255, 255, 255, .08));
	border: 1px solid rgba(255, 255, 255, .28); -webkit-backdrop-filter: blur(14px) saturate(170%); backdrop-filter: blur(14px) saturate(170%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), inset 0 -8px 18px rgba(109, 66, 245, .25), 0 14px 30px -14px rgba(20, 8, 50, .8);
	animation: vp-glass-bounce 3.6s var(--ease) infinite; transition: scale .5s var(--ease), translate .5s var(--ease), padding .5s var(--ease), gap .5s var(--ease), background .4s; }
.vp-demo__play::before, .vp-demo__play::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; border: 1.5px solid rgba(180, 155, 255, .6); pointer-events: none; animation: vp-glass-wave 3.6s ease-out infinite; opacity: 0; }
.vp-demo__play::after { animation-delay: .45s; }
.vp-demo__ico { position: relative; width: 38px; height: 38px; border-radius: 99px; display: grid; place-items: center; background: linear-gradient(145deg, #9b7bff, #6d42f5); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 4px 12px -2px rgba(109, 66, 245, .7); }
.vp-demo__play .vp-demo__ico svg { width: 15px; height: 15px; margin-left: 2px; }
.vp-demo__txt { display: block; max-width: 0; overflow: hidden; opacity: 0; white-space: nowrap; text-shadow: 0 1px 8px rgba(0, 0, 0, .35); transition: max-width .55s var(--ease), opacity .3s; }
.vp-demo:hover .vp-demo__play, .vp-demo:focus-visible .vp-demo__play { scale: 1.05; translate: 0 -3px; gap: 12px; padding-right: 20px; background: linear-gradient(135deg, rgba(155, 123, 255, .6), rgba(109, 66, 245, .3) 55%, rgba(255, 255, 255, .12)); }
.vp-demo:hover .vp-demo__txt, .vp-demo:focus-visible .vp-demo__txt { max-width: 260px; opacity: 1; transition: max-width .55s var(--ease), opacity .4s .12s; }
@keyframes vp-glass-bounce { 0%, 62%, 100% { transform: none; } 70% { transform: translateY(-5px) scale(1.03, .97); } 78% { transform: translateY(0) scale(.98, 1.02); } 86% { transform: translateY(-2px); } }
@keyframes vp-glass-wave { 0%, 60% { transform: scale(1); opacity: 0; } 64% { opacity: .9; } 100% { transform: scale(1.18, 1.6); opacity: 0; } }
@media (hover: none) { .vp-demo__play { gap: 12px; padding-right: 20px; } .vp-demo__txt { max-width: 260px; opacity: 1; } }
@media (max-width: 600px) { .vp-demo__play { inset: auto auto 12px 12px; } .vp-demo__ico { width: 32px; height: 32px; } .vp-demo__txt { font-size: 13px; } }
@media (prefers-reduced-motion: reduce) { .vp-demo__play, .vp-demo__play::before, .vp-demo__play::after, .vp-gal__play::after { animation: none; } }
/* ==== Galerie : grille sur ordinateur (rien de coupé), défilement fléché sur mobile ==== */
@media (min-width: 761px) {
	.vp-gal { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); overflow: visible; scroll-snap-type: none; }
	.vp-gal:has(.vp-gal__item[data-vertical]) { grid-template-columns: repeat(auto-fill, minmax(200px, 250px)); }
	.vp-gal__item { width: auto !important; }
	.vp-gal__nav { display: none; }
}
.vp-gal__nav { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
.vp-gal__nav + .vp-gal { margin-top: 10px; }
.vp-gal__nav button { width: 44px; height: 44px; border-radius: 99px; display: grid; place-items: center; cursor: pointer; color: #fff;
	background: linear-gradient(135deg, rgba(155, 123, 255, .42), rgba(109, 66, 245, .16) 55%, rgba(255, 255, 255, .08)); border: 1px solid rgba(255, 255, 255, .28);
	-webkit-backdrop-filter: blur(12px) saturate(170%); backdrop-filter: blur(12px) saturate(170%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45); transition: opacity .3s, scale .3s; }
.vp-gal__nav button:disabled { opacity: .35; cursor: default; }
.vp-gal__nav button:not(:disabled):active { scale: .92; }
.vp-gal__nav svg { width: 18px; height: 18px; }
@media (max-width: 760px) { .vp-gal { margin-right: -16px; padding-right: 16px; } }
.vp-gal__nav[hidden] { display: none; }
/* le bouton WhatsApp passe au-dessus de la barre « Mon devis » sur mobile */
@media (max-width: 900px) { .ce-wa-fab { bottom: 86px; } }
/* deux bandes claires qui se suivent (avis puis tarifs) : une seule carte continue */
.vp-light:has(+ .vp-light) { padding-bottom: 70px; }
.vp-light:has(+ .vp-light)::before { clip-path: inset(0 calc((1 - var(--open, 1)) * 9vw) -1px round calc(12px + (1 - var(--open, 1)) * 52px) calc(12px + (1 - var(--open, 1)) * 52px) 0 0); }
.vp-light + .vp-light { margin-top: 0; }
.vp-light + .vp-light::before { clip-path: inset(0 0 0 round 0 0 12px 12px); }
@media (max-width: 900px) { .vp-light:has(+ .vp-light)::before, .vp-light + .vp-light::before { clip-path: none; } }
/* ==== Engagements : icône dédiée, textes équilibrés ==== */
.vp-promise { display: flex; flex-direction: column; gap: 8px; padding: 24px; transition: border-color .3s, transform .4s var(--ease); }
.vp-promise:hover { border-color: rgba(155, 123, 255, .55); transform: translateY(-3px); }
.vp-promise__ic { position: relative; width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 8px; color: #fff;
	background: linear-gradient(135deg, rgba(155, 123, 255, .55), rgba(109, 66, 245, .2) 60%, rgba(255, 255, 255, .06)); border: 1px solid rgba(255, 255, 255, .22);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 10px 24px -12px rgba(109, 66, 245, .9); }
.vp-promise .vp-promise__ic svg { width: 24px; height: 24px; color: #fff; }
.vp-promise:hover .vp-promise__ic { animation: vp-nudge .6s var(--ease); }
.vp-promise b { margin: 0; font-size: 17px; line-height: 1.3; text-wrap: balance; }
.vp-promise span:not(.vp-promise__ic) { text-wrap: pretty; }
/* avis et tarifs dans la même bande claire */
.vp-tarifs { padding-top: 90px; scroll-margin-top: 20px; }
@media (max-width: 900px) { .vp-tarifs { padding-top: 60px; } }

/* Études de cas (inséré par inc/portfolio.php) */
.vp-cases__sub { color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 60ch; }
.vp-cases .pf-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 28px; }
.vp-cases .pf-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.vp-cases .pf-card__img { position: relative; display: block; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); background: var(--s1); }
.vp-cases .pf-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.vp-cases .pf-card:hover .pf-card__img img { transform: scale(1.05); }
.vp-cases .pf-card__play { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: rgba(255, 255, 255, .16); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, .35); }
.vp-cases .pf-card__play svg { width: 18px; height: 18px; margin-left: 2px; }
.vp-cases .pf-card__k { margin-top: 14px; font-size: 13px; font-weight: 700; color: var(--head); }
.vp-cases .pf-card b { margin-top: 4px; font-size: 22px; letter-spacing: -.02em; }
.vp-cases .pf-card__t { margin-top: 6px; color: var(--muted); font-size: 15px; line-height: 1.5; }
.vp-cases__all { margin-top: 22px !important; } .vp-cases__all a { color: var(--violet); font-weight: 700; text-decoration: none; }
.vp [id] { scroll-margin-top: 96px; }
