/* Loudoo — site public, version A « Atelier ». Identité 4.0 : papier, encre, tomate, soleil, et les nains. */

@font-face { font-family: "Figtree"; src: url("/fonts/figtree-latin-wght-normal.woff2") format("woff2"); font-weight: 300 900; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Figtree"; src: url("/fonts/figtree-latin-ext-wght-normal.woff2") format("woff2"); font-weight: 300 900; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "JetBrains Mono"; src: url("/fonts/jetbrains-mono-latin-wght-normal.woff2") format("woff2"); font-weight: 100 800; font-display: swap; }

:root {
  color-scheme: light;
  --paper: #f7f6f2; --paper-2: #efece6; --white: #ffffff;
  --ink: #1a1917; --ink-2: #45423c; --muted: #6b675f; --faint: #8a857c; --quiet: #8f8a80;
  --line: #e8e5de; --line-2: #d9d5cc;
  --tomato: #f4532e; --sun: #ffdc5e; --sun-soft: #fff3c4;
  --win: #157a43; --win-soft: #dcf5e5; --night: #141311; --night-2: #1f1d1a; --on-dark: #c9c4ba;
  --error: #b42318; --focus: #3c6cf2;
  --font: "Figtree", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --gutter: clamp(20px, 6vw, 120px);
  --section: clamp(96px, 11vw, 150px);
  --sh-sm: 0 1px 2px rgba(26,25,23,.06), 0 2px 8px rgba(26,25,23,.05);
  --sh-md: 0 1px 2px rgba(26,25,23,.05), 0 12px 32px -10px rgba(26,25,23,.2);
  --sh-win: 0 0 0 1px rgba(26,25,23,.07), 0 2px 6px rgba(26,25,23,.05), 0 40px 90px -24px rgba(26,25,23,.3);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; border-radius: 6px; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
p { margin: 0; }
.wrap { width: 100%; max-width: calc(1200px + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--paper); padding: 10px 14px; border-radius: 10px; z-index: 20; }
.skip:focus { left: 8px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Éléments ---------- */
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.logo svg { width: 32px; height: 32px; }
.logo span { font-weight: 800; font-size: 26px; letter-spacing: -.045em; line-height: 1; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 58px; padding: 0 27px; border-radius: 15px; border: 0;
  font: 700 17px/1 var(--font); text-decoration: none; white-space: nowrap; cursor: pointer; transition: transform .15s ease, background-color .15s ease; }
.btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--tomato); color: var(--ink); box-shadow: inset 0 -3px 0 rgba(0,0,0,.16), 0 8px 20px -8px rgba(244,83,46,.55); }
.btn-primary:hover { background: #e4431f; }
.btn-ink { background: var(--ink); color: var(--paper); }
.btn-ghost { background: var(--white); color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line-2); }
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn-sun { background: var(--sun); color: var(--ink); box-shadow: inset 0 -3px 0 rgba(0,0,0,.12); }
.btn-sm { min-height: 44px; padding: 0 20px; font-size: 15px; border-radius: 12px; }
.btn-block { width: 100%; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 14px 0 12px; border-radius: 999px; background: var(--white);
  font-size: 13px; font-weight: 700; letter-spacing: .02em; color: var(--ink-2); align-self: flex-start; }
.eyebrow i { width: 8px; height: 8px; border-radius: 4px; }
.center .eyebrow { align-self: center; }
.h2 { font-size: clamp(34px, 4.6vw, 58px); font-weight: 800; line-height: 1.02; letter-spacing: -.045em; }
.lead { font-size: clamp(17px, 1.5vw, 19px); line-height: 1.55; color: var(--ink-2); text-wrap: pretty; }
.section { padding-top: var(--section); }
.head { display: flex; flex-direction: column; gap: 22px; }
.head.center { align-items: center; text-align: center; }
.head.center .h2 { max-width: 960px; }
.head.center .lead { max-width: 720px; }
.head-split { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.head-split .lead { max-width: 380px; font-size: 17px; }
.trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; font-size: 14px; color: var(--muted); padding: 0; margin: 0; list-style: none; }
.trust li { display: inline-flex; align-items: center; gap: 8px; }
.trust svg { width: 16px; height: 16px; color: var(--win); }
.illus { max-width: 100%; }

/* ---------- En-tête ---------- */
.nav { height: 84px; display: flex; align-items: center; position: relative; z-index: 10; }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-links { display: flex; gap: 30px; }
.nav-links a { font-size: 15px; font-weight: 600; color: var(--ink-2); text-decoration: none; padding: 10px 2px; }
.nav-links a:hover { color: var(--ink); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.lang { display: inline-flex; align-items: center; height: 36px; padding: 3px; border-radius: 10px; background: var(--white); box-shadow: var(--sh-sm); }
.lang a { height: 30px; min-width: 38px; padding: 0 8px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--muted); text-decoration: none; }
.lang a[aria-current="true"] { background: var(--ink); color: var(--paper); }

/* ---------- Accueil ---------- */
.hero { position: relative; text-align: center; padding-top: clamp(24px, 4vw, 56px); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(26,25,23,.11) 1.1px, transparent 1.4px); background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(ellipse 62% 55% at 50% 32%, #000 30%, transparent 100%); mask-image: radial-gradient(ellipse 62% 55% at 50% 32%, #000 30%, transparent 100%); }
.hero .wrap { position: relative; display: flex; flex-direction: column; align-items: center; }
.chip { height: 36px; padding: 0 12px 0 8px; border-radius: 999px; background: var(--white); box-shadow: var(--sh-sm); display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 600; color: var(--ink); text-decoration: none; }
.chip b { height: 24px; padding: 0 10px; border-radius: 999px; background: var(--sun); font-size: 12px; font-weight: 800; display: inline-flex; align-items: center; }
.chip svg { width: 16px; height: 16px; color: var(--muted); }
.hero h1 { margin-top: 30px; font-size: clamp(44px, 6vw, 84px); font-weight: 800; line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: var(--quiet); }
.hero .lead { margin-top: 28px; max-width: 700px; font-size: clamp(17px, 1.7vw, 21px); }
.hero .ctas { margin-top: 36px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.hero .trust { margin-top: 24px; }
.stage { position: relative; margin-top: 108px; width: 100%; max-width: 1200px; text-align: left; }
.win { position: relative; z-index: 1; border-radius: 16px; overflow: hidden; background: var(--white); box-shadow: var(--sh-win); }
.win-bar { height: 40px; background: #f1efea; display: flex; align-items: center; gap: 8px; padding: 0 16px; border-bottom: 1px solid var(--line); }
.win-bar i { width: 11px; height: 11px; border-radius: 6px; background: var(--line-2); }
.win-bar span { margin: 0 auto; transform: translateX(-24px); height: 24px; padding: 0 14px; border-radius: 8px; background: var(--white); display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); }
.win-bar span svg { width: 11px; height: 11px; }
.win img { width: 100%; height: auto; }
.perch { position: absolute; z-index: 0; }
.perch-loudy { left: 10%; top: -115px; width: 98px; }
.float { position: absolute; z-index: 3; }
.float-left { left: -76px; top: 30%; transform: rotate(-2.5deg); }
.float-right { right: -64px; top: 56%; transform: rotate(2deg); }
.float .perch { z-index: -1; }
.float-left .perch { left: 34px; top: -88px; width: 76px; }
.float-right .perch { right: 36px; top: -86px; width: 74px; }
.stage-fade { position: absolute; left: -120px; right: -120px; bottom: -2px; height: 45%; z-index: 2; pointer-events: none; background: linear-gradient(rgba(247,246,242,0), var(--paper) 72%); }
.phone { display: none; position: relative; margin-top: 112px; }
.phone img { width: 318px; height: auto; }
.phone .perch { left: 30px; top: -96px; width: 82px; }

.strip { position: relative; z-index: 3; margin-top: -40px; }
.strip-box { display: flex; align-items: center; justify-content: space-between; gap: 24px 32px; flex-wrap: wrap; padding: 26px 36px; border-radius: 22px; background: var(--white); box-shadow: var(--sh-sm); }
.strip-box > span { display: flex; align-items: center; gap: 12px 28px; flex-wrap: wrap; }
.strip small { font-size: 15px; color: var(--muted); }
.strip b { font-size: 22px; font-weight: 800; letter-spacing: -.03em; color: #9c978d; }
.strip strong { display: inline-flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 600; }
.strip strong svg { width: 18px; height: 18px; color: #c4901a; }

.argent .wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 80px); align-items: center; }
.facts { display: flex; flex-direction: column; gap: 16px; margin: 8px 0 0; padding: 0; list-style: none; }
.facts li { display: flex; gap: 16px; align-items: flex-start; font-size: 17px; line-height: 1.5; color: var(--ink-2); }
.facts li > span:first-child { width: 44px; height: 44px; border-radius: 13px; background: var(--white); box-shadow: var(--sh-sm); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.facts li > span:first-child svg { width: 21px; height: 21px; }
.facts li > span:last-child { padding-top: 10px; }
.ticket { position: relative; display: flex; justify-content: center; padding: 40px 0 20px; }
.ticket::before { content: ""; position: absolute; inset: 0 30px; border-radius: 32px; background: var(--paper-2); }
.ticket > .illus { position: relative; }
.ticket .perch { position: absolute; left: -6px; bottom: -6px; width: 92px; z-index: 2; }

.tri-cols { margin-top: 56px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.tri-col { background: var(--paper-2); border-radius: 26px; padding: 18px; display: flex; flex-direction: column; gap: 14px; }
.tri-col header { display: flex; align-items: center; justify-content: space-between; padding: 4px 6px 2px; }
.tri-col header b { height: 32px; padding: 0 14px; border-radius: 999px; font-size: 14px; display: inline-flex; align-items: center; }
.tri-col header span { font-size: 13px; font-weight: 600; color: var(--muted); }

.steps { margin: 48px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.steps li { display: flex; flex-direction: column; gap: 22px; }
.step-ui { height: 260px; border-radius: 24px; display: flex; align-items: center; justify-content: center; padding: 0 20px; }
.steps li > div:last-child { display: flex; flex-direction: column; gap: 8px; padding: 0 6px; }
.steps small { font-family: var(--mono); font-size: 13px; font-weight: 700; color: var(--muted); }
.steps h3 { font-size: 23px; font-weight: 800; letter-spacing: -.03em; }
.steps p { color: var(--ink-2); line-height: 1.55; }

.bento { margin-top: 48px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.tile { border-radius: 28px; box-shadow: inset 0 0 0 1px var(--line); background: var(--white); padding: 30px; display: flex; flex-direction: column; gap: 22px; overflow: hidden; }
.tile.wide { grid-column: span 2; background: var(--paper-2); }
.tile.sun { background: var(--sun-soft); }
.tile h3 { font-size: 23px; font-weight: 800; letter-spacing: -.03em; }
.tile p { color: var(--ink-2); max-width: 460px; margin-top: 8px; }
.tile .tile-ui { flex-grow: 1; display: flex; align-items: flex-end; justify-content: center; }

.secu { margin-top: var(--section); padding-inline: clamp(12px, 3.3vw, 48px); }
.secu-box { border-radius: 40px; background: var(--night); padding: clamp(48px, 7vw, 96px) clamp(24px, 5vw, 72px); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(48px, 5vw, 72px); align-items: center; }
.secu .eyebrow { background: var(--night-2); color: var(--on-dark); }
.secu .h2 { color: var(--sun); }
.secu .lead { color: var(--on-dark); max-width: 520px; }
.secu-grid { margin: 16px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 36px; }
.secu-grid li { display: flex; flex-direction: column; gap: 10px; }
.secu-grid li > span { width: 44px; height: 44px; border-radius: 13px; background: rgba(255,220,94,.12); display: inline-flex; align-items: center; justify-content: center; color: var(--sun); }
.secu-grid svg { width: 21px; height: 21px; }
.secu-grid b { font-size: 18px; color: var(--paper); }
.secu-grid p { font-size: 15px; line-height: 1.5; color: var(--on-dark); }
.secu-panel { position: relative; }
.secu-panel .perch { right: 26px; top: -104px; width: 88px; }

.compare-box { margin-top: 44px; background: var(--white); border-radius: 28px; box-shadow: var(--sh-sm); padding: 12px 32px 20px; overflow-x: auto; }
.compare table { width: 100%; min-width: 820px; border-collapse: collapse; }
.compare th, .compare td { height: 72px; padding: 0 12px; border-top: 1px solid var(--line); text-align: center; font-size: 14px; color: var(--ink-2); }
.compare thead th { height: 88px; border-top: 0; font-size: 15px; font-weight: 700; }
.compare tbody th { text-align: left; font-size: 16px; font-weight: 600; color: var(--ink); width: 300px; padding-left: 0; }
.compare .us { background: var(--sun-soft); color: var(--ink); font-weight: 800; }
.compare thead .us { border-radius: 22px 22px 0 0; }
.compare tbody tr:last-child .us { border-radius: 0 0 22px 22px; }
.compare .us .logo svg { width: 24px; height: 24px; } .compare .us .logo span { font-size: 20px; }
.compare .us .logo { justify-content: center; }
.yes, .no { width: 28px; height: 28px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; }
.yes { background: var(--win-soft); color: var(--win); } .us .yes { background: #1fa35b; color: var(--white); }
.no { background: var(--paper-2); color: var(--faint); }
.yes svg, .no svg { width: 16px; height: 16px; }

.budgets { margin-top: 40px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.budget { position: relative; background: var(--white); border-radius: 26px; box-shadow: inset 0 0 0 1px var(--line); padding: 32px 32px 30px; display: flex; flex-direction: column; gap: 12px; overflow: hidden; }
.budget > span { display: flex; align-items: baseline; gap: 10px; white-space: nowrap; }
.budget b { font-size: clamp(48px, 5vw, 60px); font-weight: 800; letter-spacing: -.05em; line-height: 1; }
.budget small { font-size: 16px; color: var(--muted); }
.budget p { font-size: 17px; color: var(--ink-2); padding-right: 96px; }
.budget .perch { right: 22px; bottom: -8px; width: 80px; }

.founder-box { background: var(--white); border-radius: 36px; box-shadow: var(--sh-sm); padding: clamp(28px, 4vw, 56px); display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: clamp(32px, 5vw, 64px); align-items: center; }
.founder-art { position: relative; height: 320px; border-radius: 26px; background: var(--sun); display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.founder-art svg { width: 190px; height: auto; margin-bottom: -10px; }
.founder-box blockquote { margin: 0; font-size: clamp(24px, 2.6vw, 32px); font-weight: 700; line-height: 1.25; letter-spacing: -.03em; text-wrap: balance; }
.founder-box .lead { margin-top: 20px; max-width: 560px; }
.sign { margin-top: 26px; display: flex; flex-direction: column; gap: 2px; }
.sign b { font-size: 18px; } .sign span { font-size: 14px; color: var(--muted); }

.offers { margin: 48px auto 0; max-width: 1040px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.offer { position: relative; border-radius: 30px; padding: clamp(28px, 3vw, 38px); display: flex; flex-direction: column; gap: 24px; overflow: hidden; }
.offer-free { background: var(--white); box-shadow: inset 0 0 0 2px var(--ink); }
.offer-paid { background: var(--night); color: var(--paper); }
.offer-paid::before { content: ""; position: absolute; right: -80px; top: -80px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(255,220,94,.28), rgba(255,220,94,0) 70%); }
.offer > * { position: relative; }
.offer header { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.offer h3 { font-size: 22px; font-weight: 800; }
.tag { height: 30px; padding: 0 13px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.tag svg { width: 14px; height: 14px; }
.tag-win { background: var(--win-soft); color: var(--win); } .tag-sun { background: var(--sun); color: var(--ink); }
.price { display: flex; align-items: baseline; gap: 10px 12px; flex-wrap: wrap; }
.price b { font-size: clamp(56px, 6vw, 72px); font-weight: 800; letter-spacing: -.055em; line-height: 1; }
.price span { color: var(--muted); }
.offer-paid .price b { color: var(--sun); }
.offer-paid .price span { display: flex; flex-direction: column; gap: 2px; color: var(--on-dark); }
.offer-paid .price s { font-size: 14px; color: var(--quiet); }
.offer ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 13px; flex-grow: 1; }
.offer li { display: flex; gap: 12px; align-items: flex-start; line-height: 1.45; }
.offer li svg { width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; color: var(--win); }
.offer-paid li svg { color: var(--sun); }
.offer .note { text-align: center; font-size: 14px; color: var(--muted); }
.offer-paid .note { color: var(--on-dark); }

.faq .wrap { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr); gap: clamp(40px, 5vw, 72px); align-items: start; }
.faq .mail { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; color: var(--ink-2); }
.faq .mail svg { width: 20px; height: 20px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq details { border-radius: 20px; box-shadow: inset 0 0 0 1px var(--line-2); }
.faq details[open] { background: var(--white); box-shadow: var(--sh-sm); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 18px; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { width: 20px; height: 20px; flex-shrink: 0; transition: transform .2s ease; }
.faq details[open] summary { font-weight: 700; }
.faq details[open] summary svg { transform: rotate(45deg); }
.faq details p { padding: 0 26px 24px; max-width: 660px; color: var(--ink-2); line-height: 1.6; }
.faq details a { color: var(--ink); }

.final { margin-top: var(--section); padding-inline: clamp(12px, 3.3vw, 48px); }
.final-box { border-radius: 40px; background: var(--sun); padding: clamp(48px, 6vw, 80px) clamp(20px, 5vw, 72px) 0; display: flex; flex-direction: column; gap: 48px; overflow: hidden; }
.final-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(40px, 5vw, 64px); align-items: center; }
.final-box h2 { font-size: clamp(40px, 5.6vw, 72px); font-weight: 800; line-height: 1.02; letter-spacing: -.045em; }
.final-box .lead { margin-top: 22px; max-width: 520px; }
.final-form { margin-top: 30px; display: flex; gap: 10px; flex-wrap: wrap; }
.final-form input { width: 330px; max-width: 100%; min-height: 60px; border: 0; border-radius: 16px; box-shadow: inset 0 0 0 1.5px var(--ink); font-size: 17px; padding: 0 20px; }
.final-form .btn { min-height: 60px; }
.final .trust { justify-content: flex-start; margin-top: 18px; color: var(--ink-2); }
.final .trust svg { color: var(--ink); }
.timeline { background: var(--white); border-radius: 26px; padding: 28px 28px 14px; box-shadow: var(--sh-md); }
.timeline h3 { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.timeline ol { margin: 0; padding: 0; list-style: none; }
.timeline li { position: relative; display: flex; gap: 16px; align-items: flex-start; padding-bottom: 14px; }
.timeline li:not(:last-child)::after { content: ""; position: absolute; left: 17px; top: 40px; bottom: -2px; width: 2px; background: var(--line); }
.timeline li > span:first-child { width: 36px; height: 36px; border-radius: 18px; background: var(--white); box-shadow: inset 0 0 0 2px var(--ink); font-family: var(--mono); font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.timeline li:first-child > span:first-child { background: var(--ink); color: var(--paper); }
.timeline li > span:last-child { display: flex; flex-direction: column; gap: 2px; padding-top: 6px; }
.timeline b { font-size: 16px; } .timeline small { font-size: 14px; color: var(--muted); }
.parade { display: flex; justify-content: center; align-items: flex-end; gap: clamp(6px, 2.2vw, 30px); margin-bottom: -8px; }
.parade svg { width: clamp(38px, 5.6vw, 80px); height: auto; }

/* ---------- Pied de page ---------- */
.foot { padding: 88px 0 44px; }
.foot-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)); gap: 40px; }
.foot-grid > div { display: flex; flex-direction: column; gap: 12px; }
.foot-grid p { font-size: 15px; line-height: 1.5; color: var(--muted); max-width: 280px; }
.foot-grid h3 { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.foot-grid a, .foot-grid span { font-size: 15px; color: var(--muted); text-decoration: none; }
.foot-grid a:hover { color: var(--ink); text-decoration: underline; }
.foot-bottom { margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--muted); }

/* ---------- Champs et page audit ---------- */
.field { display: flex; flex-direction: column; gap: 8px; }
.field label, .field legend { font-size: 15px; font-weight: 700; padding: 0; }
.field .opt { font-weight: 500; color: var(--muted); }
.input { width: 100%; min-height: 52px; padding: 0 16px; border: 1.5px solid var(--line-2); border-radius: 12px; background: var(--white); color: var(--ink); font: 400 16px/1.4 var(--font); }
textarea.input { padding: 14px 16px; min-height: 104px; resize: vertical; line-height: 1.5; }
.input::placeholder { color: var(--faint); }
.input:hover { border-color: #bdb7ab; }
.input:focus-visible { border-color: var(--focus); outline-offset: 0; }
.audit .wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(40px, 6vw, 80px); align-items: start; padding-top: 24px; padding-bottom: 80px; }
.audit-copy { display: flex; flex-direction: column; gap: 28px; padding-top: 16px; }
.audit-copy h1 { font-size: clamp(40px, 5vw, 64px); font-weight: 800; line-height: 1; letter-spacing: -.05em; }
.recu { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.recu li { display: flex; gap: 12px; align-items: flex-start; font-size: 17px; line-height: 1.45; }
.recu svg { width: 20px; height: 20px; margin-top: 2px; flex-shrink: 0; color: var(--win); }
.audit .trust { justify-content: flex-start; }
.audit-team { display: flex; align-items: flex-end; gap: 14px; border-bottom: 2px solid var(--ink); align-self: flex-start; }
.audit-team svg { width: 58px; height: auto; }
.form-card { background: var(--white); border-radius: 28px; padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; gap: 22px; box-shadow: var(--sh-md); }
.form-card h2 { font-size: 28px; font-weight: 800; letter-spacing: -.03em; }
.form-card .sub { color: var(--muted); margin-top: 6px; font-size: 15px; }
.row-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
fieldset.field { border: 0; margin: 0; padding: 0; }
fieldset.field legend { margin-bottom: 10px; }
.choices { display: flex; flex-wrap: wrap; gap: 8px; }
.choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice span { display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; border-radius: 999px; border: 1.5px solid var(--line-2); background: var(--white); font-size: 15px; font-weight: 600; cursor: pointer; }
.choice input:checked + span { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.choice input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 2px; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.45; cursor: pointer; }
.check input { width: 22px; height: 22px; margin: 0; accent-color: var(--ink); flex-shrink: 0; }
.form-error { font-size: 14px; font-weight: 600; color: var(--error); }
.form-note { font-size: 13px; line-height: 1.5; color: var(--muted); }
.form-note a { color: var(--ink-2); }
.hp { position: absolute; left: -5000px; width: 1px; height: 1px; overflow: hidden; }
.merci { position: relative; background: var(--sun); border-radius: 28px; padding: 56px 32px; display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.merci svg.nain { width: 150px; height: auto; }
.merci h2 { font-size: clamp(30px, 3.4vw, 40px); font-weight: 800; letter-spacing: -.04em; }
.merci p { max-width: 440px; font-size: 18px; color: var(--ink-2); }
.confetti { position: absolute; left: 50%; top: 38%; width: 10px; height: 14px; border-radius: 3px; animation: cf 1.2s cubic-bezier(.15,.7,.3,1) forwards; }

/* ---------- Pages légales ---------- */
.legal .wrap { max-width: calc(760px + 2 * var(--gutter)); padding-top: 32px; padding-bottom: 80px; }
.legal h1 { font-size: clamp(36px, 4.4vw, 52px); font-weight: 800; letter-spacing: -.04em; line-height: 1.05; }
.legal .maj { color: var(--muted); margin-top: 12px; font-size: 14px; }
.legal h2 { font-size: 22px; letter-spacing: -.02em; margin-top: 40px; margin-bottom: 12px; }
.legal p, .legal li { font-size: 17px; line-height: 1.65; color: var(--ink-2); }
.legal p + p { margin-top: 12px; }
.legal ul { padding-left: 22px; margin: 12px 0; }
.legal a { color: var(--ink); }
.a-remplir { background: var(--sun-soft); color: #7a4a0e; border-radius: 6px; padding: 1px 6px; font-weight: 600; }

/* ---------- Mouvement ---------- */
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes hop { 0% { transform: translateY(0) scale(1); } 30% { transform: translateY(-16px) scale(1.04,.97); } 55% { transform: translateY(0) scale(1.05,.94); } 75% { transform: translateY(-5px); } 100% { transform: translateY(0); } }
@keyframes cf { 0% { transform: translate(0,0) rotate(0); opacity: 1; } 80% { opacity: 1; } 100% { transform: translate(var(--x), var(--y)) rotate(var(--r)); opacity: 0; } }
.bob { animation: bob 3.4s ease-in-out infinite; transform-origin: 50% 100%; }
.d1 { animation-delay: -.3s; } .d2 { animation-delay: -.8s; } .d3 { animation-delay: -1.3s; } .d4 { animation-delay: -1.8s; } .d5 { animation-delay: -2.3s; } .d6 { animation-delay: -2.8s; } .d7 { animation-delay: -3.1s; }
.hop { animation: hop .8s cubic-bezier(.3,.7,.4,1) 2; transform-origin: 50% 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .bob, .hop, .confetti, .btn { animation: none; transition: none; } .confetti { display: none; } }

/* ---------- Écrans moyens ---------- */
@media (max-width: 1240px) {
  .float-left { left: -24px; } .float-right { right: -24px; }
}
@media (max-width: 1080px) {
  .nav-links { display: none; }
  .float { display: none; }
  .argent .wrap, .secu-box, .faq .wrap, .audit .wrap, .final-grid { grid-template-columns: minmax(0, 1fr); }
  .head-split { flex-direction: column; align-items: flex-start; gap: 20px; }
  .tri-cols, .steps, .budgets { grid-template-columns: minmax(0, 1fr); }
  .tri-cols, .steps { max-width: 640px; margin-inline: auto; }
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .founder-box { grid-template-columns: minmax(0, 1fr); }
  .founder-art { height: 240px; }
}

/* ---------- Téléphone ---------- */
@media (max-width: 720px) {
  .nav { height: 68px; }
  .logo svg { width: 28px; height: 28px; } .logo span { font-size: 23px; }
  .nav-right .btn { display: none; }
  .hero { text-align: left; }
  .hero .wrap { align-items: flex-start; }
  .hero h1 { font-size: clamp(40px, 11.5vw, 52px); }
  .hero h1 br { display: none; }
  .hero .ctas, .hero .ctas .btn { width: 100%; }
  .hero .trust { flex-direction: column; align-items: flex-start; gap: 8px; }
  .stage { display: none; }
  .phone { display: flex; justify-content: center; width: 100%; }
  .strip { margin-top: 64px; }
  .strip-box { padding: 22px; }
  .strip b { font-size: 19px; }
  .ticket::before { inset: 0; }
  .ticket .illus { zoom: .8; }
  .ticket .perch { width: 64px; left: 6px; top: -34px; bottom: auto; }
  .step-ui { height: auto; padding: 32px 16px; }
  .bento { grid-template-columns: minmax(0, 1fr); }
  .tile.wide { grid-column: auto; }
  .tile { padding: 24px; }
  .tile .illus-report { zoom: .62; }
  .secu-grid { grid-template-columns: minmax(0, 1fr); }
  .secu-box, .final-box { border-radius: 28px; }
  .compare-box { padding: 8px 20px 16px; }
  .budget p { padding-right: 88px; }
  .offers { grid-template-columns: minmax(0, 1fr); }
  .final-form input, .final-form .btn { width: 100%; }
  .row-2 { grid-template-columns: minmax(0, 1fr); }
  .foot-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
}
.phone img { filter: drop-shadow(0 30px 40px rgba(26,25,23,.22)) drop-shadow(0 2px 4px rgba(26,25,23,.06)); }
