/* ZELY V5 — blocs des pages intérieures (même grammaire que l'accueil) */

/* ---------- Navigation : état actif et sous-menu ---------- */
.nav-links a.on { color: #000; }
.page-accueil .nav-links .dd > a { color: #000; }
.dd { position: relative; }
.dd-panel { position: absolute; top: calc(100% + 16px); left: -10px; width: 330px; padding: 8px; border-radius: 14px; background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(12px); box-shadow: 0 20px 50px rgba(12, 30, 70, 0.18); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity 0.25s, transform 0.35s var(--spring), visibility 0.25s; }
.dd::after { content: ''; position: absolute; left: 0; right: 0; top: 100%; height: 18px; }
.dd:hover .dd-panel, .dd:focus-within .dd-panel { opacity: 1; visibility: visible; transform: none; }
.dd-panel a { display: flex !important; align-items: center; gap: 12px; padding: 10px !important; border-radius: 10px; text-transform: none !important; color: #000 !important; }
.dd-panel a:hover { background: rgba(20, 110, 245, 0.07); }
.dd-ico { width: 38px; height: 38px; flex: none; display: grid; place-items: center; border-radius: 10px; background: rgba(20, 110, 245, 0.1); color: var(--blue); }
.dd-ico svg { width: 20px !important; height: 20px !important; }
.dd-panel b { display: block; font-family: var(--display); font-weight: 600; font-size: 16px; letter-spacing: -0.04em; }
.dd-panel small { display: block; font-size: 13px; color: #666; letter-spacing: -0.02em; }
.dd-panel .dd-all { justify-content: space-between; margin-top: 4px; border-top: 1px solid rgba(0, 0, 0, 0.06); border-radius: 0 0 8px 8px; font-size: 14px; color: var(--blue) !important; }

/* ---------- Titres de section ---------- */
.section-head { text-align: center; max-width: 820px; margin: 0 auto; padding: 0 20px; }
.section-head .h2 { margin-top: 16px; }
.section-head .lead { margin-top: 14px; }
.section-head .btn { margin-top: 22px; }
.eyebrow { display: inline-block; font-family: var(--card); font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue); }

/* ---------- Hero des pages ---------- */
.hero-page .h1 { margin-top: 18px; }
.hero-page .pills { margin-bottom: 4px; }
.pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.pills span { position: relative; display: inline-flex; align-items: center; height: 30px; padding: 0 12px; border-radius: 15px; background: rgba(255, 255, 255, 0.8); font-family: var(--card); font-size: 13px; font-weight: 500; color: #111; box-shadow: 0 2px 10px rgba(12, 30, 70, 0.06); }
.pills span:first-child { color: var(--blue); }
.hero-compact { height: 600px; }
.hero-compact .hero-inner { padding-top: 40px; }
.no-shots .bands::after { height: 60%; }

/* ---------- Services : deux formats + Web Care ---------- */
.formats { padding: 110px 0 60px; }
.format-grid { width: 1200px; max-width: calc(100% - 40px); margin: 50px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.format-card { position: relative; display: block; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 1px 40px rgba(0, 0, 0, 0.08); transition: transform 0.45s var(--spring), box-shadow 0.45s; }
.format-card::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 1px solid rgba(33, 33, 33, 0.06); pointer-events: none; }
.format-card:hover { transform: translateY(-4px) rotate(-0.5deg); box-shadow: 0 20px 60px rgba(20, 110, 245, 0.18); }
.fc-visual { position: relative; height: 300px; overflow: hidden; background: linear-gradient(200deg, #dbe8ff 0%, #f4f8ff 70%); }
.fc-visual.dark { background: radial-gradient(70% 90% at 50% 20%, #0b3d91 0%, #000 100%); }
.fc-browser { left: 50%; top: 40px; width: 420px; margin-left: -210px; }
.fc-browser .scrollview { height: 300px; }
.fc-body { padding: 26px 30px 30px; }
.fc-body h3 { display: flex; align-items: center; gap: 10px; margin-top: 14px; font-family: var(--display); font-weight: 600; font-size: 33px; letter-spacing: -0.05em; }
.fc-body h3 svg { width: 16px; height: 16px; transition: transform 0.4s var(--spring); }
.format-card:hover h3 svg { transform: rotate(45deg); }
.fc-body > p { margin-top: 10px; font-family: var(--card); font-size: 16px; line-height: 22px; color: rgba(0, 0, 0, 0.7); }
.fc-body ul { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.fc-body li { padding: 6px 10px; border-radius: 8px; background: rgba(20, 110, 245, 0.08); font-family: var(--card); font-size: 13px; color: var(--blue-deep); }
.fc-price { margin-top: 18px; font-size: 15px; color: #666; }
.fc-price b { font-family: var(--display); font-size: 28px; color: #000; letter-spacing: -0.05em; }
.care { width: 1200px; max-width: calc(100% - 40px); margin: 20px auto 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px 40px; border-radius: 18px; color: #fff; background: radial-gradient(60% 140% at 90% 50%, #1b5fd0 0%, #0b2a66 45%, #050505 100%); box-shadow: 0 20px 50px -20px rgba(11, 61, 145, 0.6); }
.care .logo { color: #fff; }
.care .logo b { margin-left: 6px; padding: 3px 8px; border-radius: 6px; background: rgba(255, 255, 255, 0.14); font-weight: 600; font-size: 14px; letter-spacing: 0; }
.care h3 { margin-top: 12px; font-family: var(--display); font-weight: 600; font-size: 33px; letter-spacing: -0.05em; }
.care p { margin-top: 8px; max-width: 620px; font-size: 16px; line-height: 22px; color: rgba(255, 255, 255, 0.72); }
.care-price { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; flex: none; }
.care-price b { font-family: var(--display); font-weight: 600; font-size: 50px; line-height: 50px; letter-spacing: -0.06em; }
.care-price > span { font-size: 14px; color: rgba(255, 255, 255, 0.65); }
.care-price .btn { margin-top: 12px; }

/* ---------- Problème + grande maquette ---------- */
.problem { padding: 110px 0 60px; }
.big-browser { position: relative; width: 1000px; max-width: calc(100% - 40px); margin: 56px auto 0; border-radius: 16px; background: #fff; box-shadow: 0 40px 90px -30px rgba(12, 30, 70, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.05); }
.big-browser .bar { display: flex; align-items: center; gap: 6px; height: 38px; padding: 0 16px; border-radius: 16px 16px 0 0; background: #f3f5f9; }
.big-browser .bar i, .case-shot .bar i, .pv-laptop .bar i { width: 10px; height: 10px; border-radius: 50%; background: #d8dce4; }
.big-browser .url, .case-shot .url { margin-left: 14px; padding: 4px 14px; border-radius: 8px; background: #fff; font-family: var(--card); font-size: 12px; color: #777; }
.bb-view { height: 540px; overflow: hidden; border-radius: 0 0 16px 16px; }
.bb-view img { width: 100%; animation: bb-scroll 16s ease-in-out infinite alternate; }
@keyframes bb-scroll { 0%, 8% { transform: translateY(0); } 92%, 100% { transform: translateY(calc(-100% + 540px)); } }
.note { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 12px; background: #fff; font-family: var(--display); font-weight: 600; font-size: 16px; letter-spacing: -0.03em; box-shadow: 0 16px 36px rgba(12, 30, 70, 0.18); animation: floaty 6s ease-in-out infinite; }
.note::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(20, 110, 245, 0.15); }
.note-1 { left: -70px; top: 120px; transform: rotate(-3deg); }
.note-2 { right: -80px; top: 250px; transform: rotate(2deg); animation-delay: -2s; }
.note-3 { left: 60px; bottom: -22px; transform: rotate(1deg); animation-delay: -4s; }
.feats { width: 1000px; max-width: calc(100% - 40px); margin: 64px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.feat svg { width: 30px; height: 30px; color: var(--blue); }
.feat h3 { margin-top: 12px; font-family: var(--display); font-weight: 600; font-size: 21px; letter-spacing: -0.05em; }
.feat p { margin-top: 6px; font-family: var(--card); font-size: 15px; line-height: 21px; color: rgba(0, 0, 0, 0.65); }

/* ---------- Trois principes ---------- */
.principles { padding: 100px 0 70px; }
.pr-grid { width: 1200px; max-width: calc(100% - 40px); margin: 50px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pr { position: relative; border-radius: 18px; padding: 16px 16px 26px; overflow: hidden; transition: transform 0.45s var(--spring); }
.pr:hover { transform: scale(1.02) rotate(-1deg); }
.pr h3 { margin: 22px 10px 0; font-family: var(--display); font-weight: 600; font-size: 26px; letter-spacing: -0.05em; }
.pr p { margin: 8px 10px 0; font-family: var(--card); font-size: 15px; line-height: 21px; opacity: 0.72; }
.pr-1 { background: #fff; box-shadow: 0 1px 40px rgba(0, 0, 0, 0.08); }
.pr-2 { background: linear-gradient(160deg, #cfe0ff 0%, #eaf1ff 70%); }
.pr-3 { background: radial-gradient(80% 60% at 50% 20%, #10214a 0%, #000 90%); color: #fff; }
.pr-visual { position: relative; height: 230px; border-radius: 12px; overflow: hidden; display: grid; place-items: center; }
.pr-1 .pr-visual { background: linear-gradient(180deg, #f3f6fc, #e6edf9); }
.pr-page { width: 78%; padding: 18px; border-radius: 10px; background: #fff; box-shadow: 0 16px 36px rgba(12, 30, 70, 0.14); }
.pr-page small { font-family: var(--card); font-size: 9px; letter-spacing: 0.12em; color: #888; }
.pr-page strong { display: block; margin-top: 8px; font-family: var(--display); font-size: 22px; line-height: 24px; letter-spacing: -0.05em; }
.pr-page mark { background: linear-gradient(transparent 55%, rgba(20, 110, 245, 0.28) 55%); background-size: 0 100%; background-repeat: no-repeat; color: inherit; transition: background-size 1s var(--ease) 0.4s; }
.pr.in .pr-page mark { background-size: 100% 100%; }
.pr-page i { display: block; height: 7px; margin-top: 10px; border-radius: 4px; background: #eef1f6; }
.pr-page i + i { width: 70%; }
.pr-page span { display: inline-block; margin-top: 14px; padding: 7px 12px; border-radius: 7px; background: #000; color: #fff; font-family: var(--card); font-size: 10px; font-weight: 600; }
.pr-swatches { display: flex; gap: 10px; }
.pr-swatches span { width: 46px; height: 92px; border-radius: 12px; background: var(--s); box-shadow: 0 10px 24px rgba(12, 30, 70, 0.18); transform: translateY(20px); opacity: 0; transition: all 0.8s var(--spring); }
.pr.in .pr-swatches span { transform: none; opacity: 1; }
.pr.in .pr-swatches span:nth-child(2) { transition-delay: 0.1s; } .pr.in .pr-swatches span:nth-child(3) { transition-delay: 0.2s; } .pr.in .pr-swatches span:nth-child(4) { transition-delay: 0.3s; }
.pr-2 .pr-visual { grid-template-columns: auto auto; gap: 26px; justify-content: center; align-content: center; }
.pr-type b { font-family: var(--display); font-weight: 600; font-size: 72px; line-height: 70px; letter-spacing: -0.06em; }
.pr-type small { display: block; margin-top: 6px; font-family: var(--card); font-size: 11px; line-height: 14px; color: #3a4a6a; }
.pr-phone { width: 140px; height: 210px; padding: 16px 12px; border-radius: 26px; background: #fff; display: flex; flex-direction: column; gap: 10px; box-shadow: 0 20px 44px rgba(20, 110, 245, 0.35); transform: translateY(30px); }
.pp-top { font-family: var(--display); font-weight: 600; font-size: 13px; color: #000; }
.pp-call { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 10px; border-radius: 10px; background: var(--blue); color: #fff; font-family: var(--card); font-size: 12px; font-weight: 600; animation: ring 2.4s ease-in-out infinite; }
.pp-call svg { width: 14px; height: 14px; }
.pp-quote { padding: 10px; border-radius: 10px; border: 1px solid #dfe5ef; font-family: var(--card); font-size: 11px; color: #333; text-align: center; }
@keyframes ring { 0%, 70%, 100% { box-shadow: 0 0 0 0 rgba(20, 110, 245, 0.5); } 85% { box-shadow: 0 0 0 10px rgba(20, 110, 245, 0); } }
.pr-cta { margin-top: 36px; text-align: center; }

/* ---------- Offre détaillée ---------- */
.offer { padding: 100px 0 60px; background: linear-gradient(180deg, var(--cream) 0%, #e6efff 45%, var(--cream) 100%); }
.offer-card { width: 1100px; max-width: calc(100% - 40px); margin: 50px auto 0; display: grid; grid-template-columns: 480px 1fr; gap: 20px; }
.offer-main { position: relative; padding: 30px; border-radius: 20px; background: #fff; box-shadow: 0 30px 60px -30px rgba(12, 30, 70, 0.4); }
.offer-main::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 2px dashed var(--blue-50); pointer-events: none; }
.offer-top { display: flex; align-items: flex-start; justify-content: space-between; }
.from { text-align: right; font-size: 13px; color: #777; }
.from b { display: block; font-family: var(--display); font-weight: 600; font-size: 40px; line-height: 44px; letter-spacing: -0.06em; color: #000; }
.from small { font-size: 13px; }
.offer-main h3 { margin-top: 20px; font-family: var(--display); font-weight: 600; font-size: 33px; letter-spacing: -0.05em; }
.offer-main .sub { margin-top: 6px; font-size: 17px; color: #555; }
.offer-main ul { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 8px; }
.offer-main li { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-radius: 10px; background: #f5f8fe; font-family: var(--card); font-size: 15px; }
.offer-main li::before { content: ''; flex: none; width: 18px; height: 18px; border-radius: 50%; background: rgba(20, 110, 245, 0.14) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4.5 8.2l2.2 2.2 4.8-4.8' fill='none' stroke='%23146ef5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18px no-repeat; }
.offer-main li b { font-weight: 500; }
.offer-note { margin-top: 18px; font-family: var(--card); font-size: 13px; color: var(--blue-deep); }
.offer-main .btn { margin-top: 20px; }
.offer-visual { position: relative; min-height: 520px; }
.ov { position: absolute; border-radius: 16px; overflow: hidden; box-shadow: 0 24px 50px -16px rgba(12, 30, 70, 0.45); border: 4px solid #fff; }
.ov img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.ov-1 { left: 20px; top: 10px; width: 300px; height: 360px; transform: rotate(-3deg); }
.ov-2 { right: 10px; top: 60px; width: 280px; height: 330px; transform: rotate(4deg); }
.ov-3 { left: 150px; top: 390px; width: 300px; height: 190px; transform: rotate(-1deg); }

/* ---------- Page Concepts ---------- */
.work-top { padding-top: 100px; }
.work-hero { padding: 110px 0 120px; }
.work-hero .hero-title { color: #fff; margin-top: 10px; font-size: 70px; line-height: 77px; }
.concepts-list { padding: 60px 0 40px; }
.filters { display: flex; align-items: center; justify-content: center; gap: 8px; }
.filters-label { margin-right: 6px; font-family: var(--card); font-size: 13px; color: #888; }
.chip { position: relative; height: 36px; padding: 0 16px; border-radius: 18px; background: #fff; font-family: var(--display); font-weight: 500; font-size: 15px; letter-spacing: -0.03em; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); transition: background 0.25s, color 0.25s; }
.chip.on { background: #000; color: #fff; }
.projects-light { margin-top: 36px; }
.project.hide { display: none; }
.disclaimer { width: 1100px; max-width: calc(100% - 40px); margin: 36px auto 0; padding: 16px 20px; border-radius: 12px; background: rgba(20, 110, 245, 0.06); font-family: var(--card); font-size: 14px; line-height: 20px; color: #444; text-align: center; }
.disclaimer b { color: #000; }
.missing { padding: 60px 0 20px; }
.missing-box { width: 1200px; max-width: calc(100% - 40px); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 50px; border-radius: 24px; background: linear-gradient(160deg, #dde9ff 0%, #f5f8ff 70%); }
.missing-box .h2 { margin-top: 14px; }
.missing-box .lead { margin-top: 12px; }
.missing-box .btn { margin-top: 22px; }
.missing-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.missing-tags span { padding: 10px 16px; border-radius: 12px; background: #fff; font-family: var(--display); font-weight: 600; font-size: 18px; letter-spacing: -0.04em; box-shadow: 0 8px 20px rgba(12, 30, 70, 0.08); animation: floaty 7s ease-in-out infinite; }
.missing-tags span:nth-child(odd) { animation-delay: -3s; transform: rotate(-2deg); }
.missing-tags span:nth-child(3n) { background: var(--blue); color: #fff; }

/* ---------- Fiche concept ---------- */
.case-hero { position: relative; padding: 150px 0 0; background: linear-gradient(180deg, color-mix(in srgb, var(--c) 55%, #fff) 0%, color-mix(in srgb, var(--c) 18%, var(--cream)) 45%, var(--cream) 100%); text-align: center; overflow: hidden; }
.case-inner { position: relative; z-index: 2; }
.back { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 16px; font-family: var(--card); font-size: 14px; color: #222; }
.back svg { width: 12px; height: 12px; transform: rotate(-135deg); }
.case-hero .chip-dash { display: table; margin: 0 auto; }
.case-title { margin-top: 18px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.case-title .x { font-weight: 400; opacity: 0.5; }
.case-title .logo { font-size: 70px; line-height: 77px; gap: 12px; }
.case-title .logo-mark { width: 62px; height: 62px; }
.case-hero .lead { margin-top: 14px; color: #333; }
.case-hero .hero-ctas { margin-top: 26px; }
.case-shot { position: relative; width: 1100px; max-width: calc(100% - 40px); margin: 60px auto 0; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 50px 100px -40px rgba(12, 30, 70, 0.55); }
.case-shot .bar { display: flex; align-items: center; gap: 6px; height: 40px; padding: 0 16px; background: #f3f5f9; }
.case-shot img { display: block; width: 100%; }
.case-shot .cs-view { height: 700px; overflow: hidden; }
.case-shot .cs-view img { transition: transform 9s cubic-bezier(0.45, 0, 0.2, 1); }
.case-shot:hover .cs-view img { transform: translateY(calc(-100% + 700px)); }
.case-shot .cs-hint { margin-left: auto; font-family: var(--card); font-size: 12px; color: #8a93a3; }
.case-feats { list-style: none; counter-reset: f; display: grid; gap: 14px; margin: 18px 0 22px; padding: 0; }
.case-feats li { counter-increment: f; display: grid; grid-template-columns: 34px 1fr; column-gap: 14px; row-gap: 2px; }
.case-feats li::before { content: counter(f, decimal-leading-zero); grid-row: span 2; width: 34px; height: 34px; border-radius: 10px; background: color-mix(in srgb, var(--c, #146ef5) 14%, #fff); color: var(--c, #146ef5); display: grid; place-items: center; font-family: var(--card); font-size: 12px; font-weight: 600; }
.case-feats b { font-weight: 600; }
.case-feats span { color: #5d6472; font-size: 15px; line-height: 1.5; }
.case-try { margin: 6px 0 26px; }
.case-body { padding: 90px 0 40px; }
.case-grid { width: 1100px; max-width: calc(100% - 40px); margin: 0 auto; display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: start; }
.case-text .h2 { margin: 10px 0 18px; }
.case-text p { margin-top: 12px; font-size: 18px; line-height: 27px; color: #333; }
.case-text .eyebrow { margin-top: 34px; }
.case-text h3 { margin-top: 8px; font-family: var(--display); font-weight: 600; font-size: 28px; letter-spacing: -0.05em; }
.case-text blockquote { margin: 34px 0 0; padding: 26px 30px; border-radius: 16px; background: #fff; font-family: var(--display); font-weight: 600; font-size: 30px; line-height: 34px; letter-spacing: -0.05em; box-shadow: 0 20px 40px -24px rgba(12, 30, 70, 0.3); }
.case-text cite { display: block; margin-top: 10px; font-family: var(--card); font-style: normal; font-weight: 400; font-size: 13px; letter-spacing: 0; color: #888; }
.case-side { position: sticky; top: 110px; padding: 26px; border-radius: 18px; background: #fff; box-shadow: 0 1px 40px rgba(0, 0, 0, 0.08); }
.case-side dl { margin: 0; }
.case-side dl div { padding: 12px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
.case-side dt { font-family: var(--card); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #888; }
.case-side dd { margin: 4px 0 0; font-family: var(--display); font-weight: 500; font-size: 17px; letter-spacing: -0.03em; }
.swatches { display: flex; gap: 8px; }
.swatches span { width: 34px; height: 34px; border-radius: 10px; background: var(--s); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08); }
.case-side .btn { margin-top: 20px; width: 100%; justify-content: center; }
.case-mobile { padding: 80px 0 40px; }
.phones { position: relative; width: 600px; max-width: 100%; height: 520px; margin: 40px auto 0; }
.phones .phone { top: 20px; width: 230px; height: 470px; margin-left: -115px; padding: 8px; border-radius: 38px; }
.phones .phone img { border-radius: 30px; }
.phones .phone-main .scrollview { border-radius: 30px; }
.phones .phone-main .scrollview img { animation-name: phone-scroll-lg; }
@keyframes phone-scroll-lg { 0%, 10% { transform: translateY(0); } 90%, 100% { transform: translateY(calc(-100% + 454px)); } }
.phones .phone-2 { left: 22%; top: 60px; }
.phones .phone-3 { left: 78%; top: 60px; }
.similar { padding: 60px 0 40px; }
.similar-grid { width: 1100px; max-width: calc(100% - 40px); margin: 30px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sim { display: block; padding: 12px 12px 18px; border-radius: 18px; background: linear-gradient(180deg, var(--c) 0%, var(--c) 45%, #fff 70%); box-shadow: 0 20px 40px -20px rgba(12, 30, 70, 0.4); transition: transform 0.45s var(--spring); }
.sim:hover { transform: translateY(-4px) rotate(-1deg); }
.sim-shot { height: 200px; border-radius: 12px; overflow: hidden; }
.sim-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.sim strong { display: block; margin: 14px 6px 0; font-family: var(--display); font-weight: 600; font-size: 24px; letter-spacing: -0.05em; }
.sim span { display: block; margin: 2px 6px 0; font-family: var(--card); font-size: 14px; color: #666; }

/* ---------- Méthode : aperçu + frise ---------- */
.preview { padding: 90px 0 60px; }
.preview-grid { width: 1200px; max-width: calc(100% - 40px); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; padding: 60px; border-radius: 28px; background: linear-gradient(160deg, #dbe8ff 0%, #f6f9ff 70%); }
.preview-text .h2 { margin-top: 12px; }
.preview-text .lead { margin-top: 14px; }
.ticks { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 8px; }
.ticks li { display: flex; gap: 10px; font-family: var(--card); font-size: 15px; color: #222; }
.ticks li::before { content: '✓'; flex: none; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 11px; font-weight: 700; }
.preview-text .btn { margin-top: 24px; }
.preview-visual { position: relative; height: 380px; }
.pv-laptop { position: absolute; left: 0; top: 20px; width: 440px; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 30px 60px -20px rgba(12, 30, 70, 0.45); }
.pv-laptop .bar { display: flex; gap: 5px; align-items: center; height: 26px; padding: 0 12px; background: #f3f5f9; }
.pv-laptop .scrollview { height: 290px; }
.pv-phone { left: auto; right: 0; top: 90px; margin: 0; width: 130px; height: 262px; }
.pv-note { position: absolute; left: 250px; top: -24px; font-size: 22px; transform: rotate(-3deg); }
.timeline { padding: 80px 0 60px; }
.tl { position: relative; list-style: none; width: 1200px; max-width: calc(100% - 40px); margin: 50px auto 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tl::before { content: ''; position: absolute; left: 30px; right: 30px; top: 30px; height: 2px; background: linear-gradient(90deg, var(--blue), #8db6f7); transform-origin: left; transform: scaleX(0); transition: transform 1.6s var(--ease) 0.2s; }
.tl.in::before { transform: scaleX(1); }
.tl li { position: relative; padding: 76px 22px 24px; border-radius: 18px; background: #fff; box-shadow: 0 1px 40px rgba(0, 0, 0, 0.07); }
.tl-num { position: absolute; left: 22px; top: 12px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-family: var(--num); font-weight: 700; font-size: 14px; box-shadow: 0 0 0 6px var(--cream); }
.tl h3 { font-family: var(--display); font-weight: 600; font-size: 22px; letter-spacing: -0.05em; }
.tl p { margin-top: 8px; font-family: var(--card); font-size: 14px; line-height: 20px; color: rgba(0, 0, 0, 0.68); }
.tl-out { display: inline-block; margin-top: 14px; padding: 6px 10px; border-radius: 8px; background: rgba(20, 110, 245, 0.08); font-family: var(--card); font-size: 12px; font-weight: 600; color: var(--blue-deep); }

/* ---------- Studio ---------- */
.studio-hero { position: relative; min-height: 780px; padding: 150px 0 60px; text-align: center; overflow: hidden; }
.sh-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9); }
.studio-hero::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(255, 253, 247, 0.55) 0%, rgba(255, 253, 247, 0.82) 45%, var(--cream) 100%); }
.sh-inner, .founder { position: relative; z-index: 2; }
.sh-kicker .logo { padding: 6px 14px 6px 6px; border-radius: 30px; background: rgba(255, 255, 255, 0.85); font-size: 18px; }
.sh-kicker .logo-mark { width: 26px; height: 26px; }
.studio-hero .h1 { margin-top: 20px; }
.studio-hero .line { display: block; }
.studio-hero .lead { max-width: 640px; margin: 22px auto 0; color: #333; }
.studio-hero .hero-ctas { margin-top: 26px; }
.founder { width: 360px; margin: 60px auto 0; }
.founder .annot { position: static; display: block; margin-bottom: 8px; font-size: 24px; transform: rotate(-3deg); }
.fd-card { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-radius: 16px; background: #fff; text-align: left; box-shadow: 0 20px 40px -20px rgba(12, 30, 70, 0.35); border: 4px solid var(--blue); }
.avatar.big { width: 58px; height: 58px; font-size: 20px; }
.fd-card strong { display: block; font-family: var(--display); font-weight: 600; font-size: 19px; letter-spacing: -0.04em; }
.fd-card small { display: block; font-size: 14px; color: #555; }
.story { padding: 60px 0; }
.story-grid { width: 1200px; max-width: calc(100% - 40px); margin: 0 auto; display: grid; grid-template-columns: 1fr 480px; gap: 60px; align-items: center; }
.story-text p { margin-top: 16px; font-size: 18px; line-height: 27px; color: #333; }
.story-img { margin: 0; position: relative; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 60px -24px rgba(12, 30, 70, 0.45); border: 4px solid var(--blue); transform: rotate(2deg); }
.story-img img { width: 100%; height: 400px; object-fit: cover; }
.story-img figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 12px; border-radius: 10px; background: rgba(255, 255, 255, 0.92); font-family: var(--card); font-size: 13px; }
.facts { padding: 40px 0; }
.facts-band { width: 1200px; max-width: calc(100% - 40px); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-radius: 24px; background: radial-gradient(60% 120% at 50% 0%, #0b3d91 0%, #000 90%); color: #fff; }
.facts-band div { padding: 44px 36px; text-align: center; }
.facts-band div + div { border-left: 1px solid rgba(255, 255, 255, 0.12); }
.facts-band b { display: block; font-family: var(--display); font-weight: 600; font-size: 56px; line-height: 60px; letter-spacing: -0.06em; }
.facts-band span { display: block; margin-top: 8px; font-size: 16px; line-height: 22px; color: rgba(255, 255, 255, 0.72); }
.refuse { padding: 90px 0 50px; }
.refuse-grid { width: 1100px; max-width: calc(100% - 40px); margin: 44px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.rf { position: relative; padding: 26px 26px 26px 76px; border-radius: 18px; background: #fff; box-shadow: 0 1px 40px rgba(0, 0, 0, 0.07); }
.rf-x { position: absolute; left: 24px; top: 26px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(20, 110, 245, 0.1); color: var(--blue); font-weight: 700; }
.rf h3 { font-family: var(--display); font-weight: 600; font-size: 21px; line-height: 25px; letter-spacing: -0.05em; }
.rf p { margin-top: 8px; font-family: var(--card); font-size: 15px; line-height: 21px; color: rgba(0, 0, 0, 0.68); }
.commit { padding: 70px 0 30px; }
.commit-grid { width: 1100px; max-width: calc(100% - 40px); margin: 44px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cm { padding: 28px; border-radius: 18px; background: linear-gradient(160deg, #d6e4fb 0%, #f3f7fe 80%); }
.cm-num { font-family: var(--num); font-weight: 700; font-size: 60px; line-height: 60px; background: linear-gradient(180deg, var(--navy), #6d9bec); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cm h3 { margin-top: 20px; font-family: var(--display); font-weight: 600; font-size: 24px; letter-spacing: -0.05em; }
.cm p { margin-top: 8px; font-family: var(--card); font-size: 15px; line-height: 21px; color: rgba(0, 0, 0, 0.68); }

/* ---------- Offres (page) ---------- */
.offers-page { padding: 20px 0 80px; }
.offers-page .plans { margin-top: 0; }
.plan-note { margin-top: 12px; font-family: var(--card); font-size: 13px; color: #888; }
.offers-page .care { margin-top: 20px; }
.compare { padding: 80px 0 40px; }
.table-wrap { width: 1100px; max-width: calc(100% - 40px); margin: 40px auto 0; overflow-x: auto; border-radius: 18px; background: #fff; box-shadow: 0 1px 40px rgba(0, 0, 0, 0.07); }
.compare table { width: 100%; min-width: 720px; border-collapse: collapse; font-family: var(--card); font-size: 15px; }
.compare th, .compare td { padding: 16px 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.06); text-align: left; }
.compare thead th { font-family: var(--display); font-weight: 600; font-size: 18px; letter-spacing: -0.04em; background: #f7f9fd; }
.compare tbody th { font-weight: 500; color: #333; }
.compare td { color: #444; }
.compare .hot { background: rgba(20, 110, 245, 0.06); color: #000; }
.compare thead .hot { background: var(--blue); color: #fff; }

/* ---------- Contact ---------- */
.contact-hero { position: relative; padding: 140px 0 70px; text-align: center; overflow: hidden; }
.ct-inner { position: relative; z-index: 2; }
.ct-who { display: inline-flex; align-items: center; gap: 10px; padding: 6px 16px 6px 6px; border-radius: 30px; background: rgba(255, 255, 255, 0.85); text-align: left; }
.ct-who strong { display: block; font-size: 15px; font-weight: 600; letter-spacing: -0.03em; }
.ct-who small { display: block; font-size: 12px; color: #555; }
.contact-hero .h1 { margin-top: 18px; }
.contact-hero .line { display: block; }
.contact-hero .lead { max-width: 620px; margin: 20px auto 0; }
.contact-hero .pills { margin-top: 20px; }
.booking { padding: 0 0 60px; scroll-margin-top: 96px; }
.booking-card { width: 1200px; max-width: calc(100% - 40px); margin: 0 auto; display: grid; grid-template-columns: 340px 1fr; gap: 20px; padding: 20px; border-radius: 24px; background: #fff; box-shadow: 0 40px 90px -40px rgba(12, 30, 70, 0.5); }
.booking-steps { list-style: none; margin: 0; padding: 20px 10px; display: grid; align-content: start; gap: 22px; }
.booking-steps li { display: flex; gap: 14px; }
.booking-steps li > span { flex: none; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-family: var(--num); font-weight: 700; font-size: 14px; }
.booking-steps h3 { font-family: var(--display); font-weight: 600; font-size: 19px; letter-spacing: -0.04em; }
.booking-steps p { margin-top: 4px; font-family: var(--card); font-size: 14px; line-height: 20px; color: rgba(0, 0, 0, 0.68); }
.booking-alt { display: block !important; margin-top: 10px; padding: 16px; border-radius: 14px; background: #f5f8fe; }
.booking-alt a { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-weight: 600; color: var(--blue); }
.booking-alt a svg { width: 12px; height: 12px; }
.booking-embed { min-height: 720px; border-radius: 16px; overflow: hidden; background: #f7f9fd; }
.booking-embed iframe { width: 100%; height: 720px; border: 0; }
.contact-more { padding: 10px 0 70px; }
.cm-grid { width: 1200px; max-width: calc(100% - 40px); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cm-link { position: relative; display: block; padding: 24px 26px; border-radius: 18px; background: #fff; box-shadow: 0 1px 40px rgba(0, 0, 0, 0.07); transition: transform 0.4s var(--spring); }
.cm-link:hover { transform: translateY(-3px); }
.cm-link span { font-family: var(--card); font-size: 13px; color: #888; }
.cm-link strong { display: block; margin-top: 4px; font-family: var(--display); font-weight: 600; font-size: 22px; letter-spacing: -0.05em; }
.cm-link svg { position: absolute; right: 24px; top: 50%; width: 14px; height: 14px; margin-top: -7px; transition: transform 0.4s var(--spring); }
.cm-link:hover svg { transform: rotate(45deg); }

/* ---------- Tablette ---------- */
@media (max-width: 1180px) {
  .note-1 { left: -10px; } .note-2 { right: -10px; }
  .offer-card { grid-template-columns: minmax(0, 1fr); }
  .offer-visual { min-height: 440px; }
  .case-grid, .story-grid, .preview-grid { grid-template-columns: minmax(0, 1fr); }
  .case-side { position: static; }
  .tl { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .tl::before { display: none; }
}

/* ---------- Mobile ---------- */
@media (max-width: 820px) {
  .dd-panel { display: none; }
  .hero-compact { height: auto; padding-bottom: 60px; }
  .format-grid, .pr-grid, .feats, .refuse-grid, .commit-grid, .similar-grid, .cm-grid, .facts-band, .missing-box, .booking-card { grid-template-columns: minmax(0, 1fr); }
  .fc-browser { width: 300px; margin-left: -150px; }
  .care { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
  .care-price { align-items: flex-start; }
  .big-browser { margin-top: 36px; }
  .bb-view { height: 360px; }
  .case-shot .cs-view { height: 420px; }
  .case-shot:hover .cs-view img { transform: translateY(calc(-100% + 420px)); }
  .case-shot .cs-hint { display: none; }
  @keyframes bb-scroll { 0%, 8% { transform: translateY(0); } 92%, 100% { transform: translateY(calc(-100% + 360px)); } }
  .big-browser .note { display: none; }
  .offer-main { padding: 22px; }
  .offer-visual { min-height: 340px; }
  .ov-1 { width: 55%; height: 240px; } .ov-2 { width: 50%; height: 220px; } .ov-3 { left: 20%; width: 60%; height: 140px; }
  .work-top { padding-top: 90px; }
  .work-hero { padding: 70px 20px 70px; }
  .work-hero .hero-title { font-size: 40px; line-height: 44px; }
  .missing-box { padding: 28px 22px; }
  .case-hero { padding-top: 120px; }
  .case-title { flex-wrap: wrap; gap: 8px; }
  .case-title .logo { font-size: 40px; } .case-title .logo-mark { width: 36px; height: 36px; }
  .case-text p { font-size: 16px; line-height: 24px; }
  .case-text blockquote { font-size: 22px; line-height: 26px; }
  .phones { height: 420px; }
  .phones .phone { width: 180px; height: 370px; margin-left: -90px; }
  @keyframes phone-scroll-lg { 0%, 10% { transform: translateY(0); } 90%, 100% { transform: translateY(calc(-100% + 354px)); } }
  .phones .phone-2, .phones .phone-3 { display: none; }
  .preview-grid { padding: 28px 22px; }
  .preview-visual { height: 300px; }
  .pv-laptop { width: 90%; }
  .pv-note { left: 40%; }
  .tl { grid-template-columns: minmax(0, 1fr); }
  .studio-hero { padding-top: 120px; }
  .facts-band div + div { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.12); }
  .story-img img { height: 280px; }
  .booking-card { padding: 12px; }
  .booking-embed, .booking-embed iframe { min-height: 680px; height: 680px; }
}

/* Défilement des aperçus : amplitude calée sur la hauteur de chaque fenêtre */
.fc-browser .scrollview img { animation-name: fc-scroll; animation-duration: 12s; }
@keyframes fc-scroll { 0%, 10% { transform: translateY(0); } 90%, 100% { transform: translateY(calc(-100% + 300px)); } }
.pv-laptop .scrollview img { animation-name: pv-scroll; animation-duration: 12s; }
@keyframes pv-scroll { 0%, 10% { transform: translateY(0); } 90%, 100% { transform: translateY(calc(-100% + 290px)); } }

/* ---------- Écrans mobiles des concepts (dessinés en HTML à 390 px) ---------- */
.phone { overflow: hidden; }
.phone .mscreen { position: absolute; left: 5px; top: 5px; --sc: 0.277; }
.phone .scrollview { position: absolute; inset: 5px; height: auto; border-radius: 17px; overflow: hidden; }
.phone .scrollview .mscreen { left: 0; top: 0; }
.mscreen { width: 390px; min-height: 1150px; transform-origin: top left; transform: scale(var(--sc)) translateY(var(--off, 0px)); background: var(--bg); color: var(--ink); font-family: var(--display); text-align: left; }
.phone-main .mscreen { animation: ms-scroll 9s ease-in-out infinite alternate; }
@keyframes ms-scroll { 0%, 12% { transform: scale(var(--sc)) translateY(0); } 88%, 100% { transform: scale(var(--sc)) translateY(-29%); } }
.ms-top { display: flex; align-items: center; justify-content: space-between; height: 66px; padding: 0 22px; border-bottom: 1px solid color-mix(in srgb, var(--ink) 12%, transparent); }
.ms-top b { font-weight: 600; font-size: 24px; letter-spacing: -0.04em; }
.serif .ms-top b, .serif h4, .serif h5 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -0.02em; }
.ms-burger { display: grid; gap: 6px; }
.ms-burger i { display: block; width: 24px; height: 2px; background: currentColor; }
.ms-body { padding: 26px 22px 40px; }
.ms-body small { display: block; font-family: var(--card); font-size: 11px; letter-spacing: 0.16em; opacity: 0.7; }
.ms-body h4 { margin: 12px 0 0; font-weight: 600; font-size: 42px; line-height: 46px; letter-spacing: -0.05em; }
.ms-body p { margin-top: 12px; font-family: var(--card); font-size: 15px; line-height: 21px; opacity: 0.78; }
.ms-btn { display: inline-block; margin-top: 18px; padding: 15px 20px; border-radius: 10px; background: var(--acc); color: var(--bg); font-family: var(--card); font-size: 14px; font-weight: 600; }
.serif .ms-btn { border-radius: 2px; }
.ms-hero { display: block; width: 100%; height: 320px; margin: 26px 0 30px; object-fit: cover; border-radius: 16px; }
.serif .ms-hero { border-radius: 180px 180px 12px 12px; }
.ms-body h5 { margin: 10px 0 16px; font-weight: 600; font-size: 28px; line-height: 32px; letter-spacing: -0.04em; }
.ms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 26px; }
.ms-grid img { width: 100%; height: 130px; object-fit: cover; border-radius: 10px; }
.ms-call { display: block; margin: -10px 22px 30px; padding: 16px; border-radius: 12px; background: var(--ink); color: var(--bg); font-family: var(--card); font-size: 15px; font-weight: 600; text-align: center; }
.phones .phone .mscreen { --sc: 0.549; left: 8px; top: 8px; }
.phones .phone .scrollview { inset: 8px; border-radius: 30px; }
.phones .phone .scrollview .mscreen { left: 0; top: 0; }
.pv-phone .mscreen { --sc: 0.308; }
@media (max-width: 820px) { .phones .phone .mscreen { --sc: 0.421; } }
/* les règles d'images des anciens téléphones ne doivent pas toucher les écrans HTML */
.mscreen img { animation: none !important; transform: none !important; object-position: center !important; }
.mscreen .ms-hero { height: 320px !important; border-radius: 16px !important; }
.mscreen.serif .ms-hero { border-radius: 180px 180px 12px 12px !important; }
.mscreen .ms-grid img { height: 130px !important; border-radius: 10px !important; }
/* Écrans mobiles réels : capture du site concept */
.mscreen.real { min-height: 0; background: #fff; }
.mscreen.real img { display: block; width: 390px !important; height: auto !important; max-width: none; border-radius: 0 !important; object-fit: initial !important; }
.phone-main .mscreen.real { animation-name: ms-scroll-real; animation-duration: 14s; }
@keyframes ms-scroll-real { 0%, 8% { transform: scale(var(--sc)) translateY(0); } 92%, 100% { transform: scale(var(--sc)) translateY(-58%); } }

/* ---------- Trois formules (Services) et duo (Site vitrine) ---------- */
.format-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.format-grid.three .fc-visual { height: 240px; }
.format-grid.three .fc-browser { width: 320px; margin-left: -160px; top: 32px; }
.format-grid.three .fc-browser .scrollview { height: 260px; }
.format-grid.three .fc-body h3 { font-size: 28px; }
.format-card.hot::after { border: 2px dashed var(--blue); }
.fc-visual.warm { background: linear-gradient(200deg, #efe6da 0%, #fbf8f2 70%); }
.fc-badge { position: absolute; right: 14px; top: 14px; padding: 5px 10px; border-radius: 12px; background: var(--blue); color: #fff; font-family: var(--card); font-size: 12px; font-weight: 600; }
.fc-price b { font-size: 30px; }
.plans.duo { width: 820px; max-width: calc(100% - 40px); margin: 44px auto 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.offer-foot { width: 1100px; max-width: calc(100% - 40px); margin: 26px auto 0; text-align: center; font-family: var(--card); font-size: 15px; color: #555; }
.offer-foot a { color: var(--blue); font-weight: 600; }
.page-landing-page .offer .offer-foot { margin-bottom: 20px; }
@media (max-width: 1180px) { .format-grid.three { grid-template-columns: minmax(0, 1fr); } .format-grid.three .fc-visual { height: 260px; } }
@media (max-width: 820px) { .plans.duo { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Fin de page : prise de rendez-vous intégrée ---------- */
.final-box.booking-cta { height: auto; display: grid; grid-template-columns: minmax(0, 1fr) 560px; gap: 40px; align-items: center; padding: 50px; text-align: left; }
.booking-cta .final-inner { padding: 0; }
.booking-cta .h2 .reg { display: block; }
.booking-cta .lead { max-width: 480px; color: rgba(255, 255, 255, 0.85); }
.fc-steps { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 10px; }
.fc-steps li { display: flex; align-items: center; gap: 12px; font-family: var(--card); font-size: 15px; color: rgba(255, 255, 255, 0.9); }
.fc-steps li span { width: 28px; height: 28px; flex: none; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.25); font-family: var(--num); font-weight: 700; font-size: 12px; }
.fc-who { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; padding: 8px 16px 8px 8px; border-radius: 40px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); }
.fc-who strong { display: block; font-size: 15px; font-weight: 600; letter-spacing: -0.03em; }
.fc-who small { display: block; font-size: 12px; color: rgba(255, 255, 255, 0.65); }
.fc-alt { display: flex; align-items: center; gap: 6px; margin-top: 18px; font-family: var(--card); font-size: 13px; color: rgba(255, 255, 255, 0.7); }
.fc-alt:hover { color: #fff; }
.fc-alt svg { width: 11px; height: 11px; }
.final-embed { position: relative; z-index: 3; border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.6); }
.fe-head { display: flex; align-items: center; gap: 8px; padding: 12px 18px; border-bottom: 1px solid #eef1f6; font-family: var(--card); font-size: 13px; color: #444; }
.dot-live { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18); animation: pulse 2s ease-in-out infinite; }
.final-embed iframe { display: block; width: 100%; height: 640px; border: 0; }
.fe-placeholder { position: absolute; inset: 45px 0 0; display: flex; align-items: center; justify-content: center; gap: 10px; background: #fff; font-family: var(--card); font-size: 14px; color: #777; transition: opacity 0.4s; }
.final-embed.loaded .fe-placeholder { opacity: 0; pointer-events: none; }
.spinner { width: 18px; height: 18px; border-radius: 50%; border: 2px solid #dfe6f2; border-top-color: var(--blue); animation: spin 0.9s linear infinite; }
@media (max-width: 1180px) { .final-box.booking-cta { grid-template-columns: minmax(0, 1fr); padding: 40px; } }
@media (max-width: 820px) { .final-box.booking-cta { padding: 28px 16px 16px; gap: 26px; } .final-embed iframe { height: 680px; } .fc-who { display: flex; } }

/* ---------- Cofondateurs : photos ---------- */
img.avatar { object-fit: cover; object-position: 50% 25%; }
.avatars { display: inline-flex; flex: none; }
.avatars .avatar { border: 2px solid #fff; }
.avatars .avatar + .avatar { margin-left: -10px; }
.fc-who .avatars .avatar { border-color: #10244a; }
.win .avatars .avatar { width: 30px; height: 30px; }
.founder { width: 720px; max-width: calc(100% - 32px); }
.fd-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fd-photo { width: 64px; height: 64px; flex: none; border-radius: 50%; object-fit: cover; object-position: 50% 22%; }
@media (max-width: 820px) { .fd-duo { grid-template-columns: minmax(0, 1fr); } }
.fd-photo { object-position: 50% 50%; }
.booking-cta .ghost { opacity: 0.06; filter: blur(2px); }
@media (max-width: 820px) { .booking-cta .ghost { display: none; } }
.win .avatars { display: flex; justify-content: center; }

/* Page Confidentialité & RGPD : texte long, lisible */
.legal { padding: 20px 25px 110px; }
.legal-inner { max-width: 760px; margin: 0 auto; font-family: var(--text); color: var(--ink-2); }
.legal-date { font-size: 14px; color: var(--gray); margin: 0 0 36px; }
.legal h2 { font-family: var(--display); font-weight: 600; font-size: 28px; line-height: 1.2; letter-spacing: -0.04em; margin: 48px 0 14px; }
.legal h3 { font-family: var(--display); font-weight: 600; font-size: 18px; letter-spacing: -0.02em; margin: 26px 0 8px; }
.legal p, .legal li { font-size: 16px; line-height: 1.65; color: #2a2a2a; }
.legal p { margin: 0 0 14px; }
.legal ul { margin: 0 0 16px; padding-left: 20px; }
.legal li { margin-bottom: 6px; }
.legal a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal .legal-en { font-size: 14px; color: var(--gray); font-style: italic; }
@media (max-width: 767px) {
  .legal { padding: 10px 18px 80px; }
  .legal h2 { font-size: 24px; margin-top: 38px; }
  .legal p, .legal li { font-size: 15px; }
}
/* Mobile : carte « identité » (nuancier + Aa) et tableau des offres */
@media (max-width: 820px) {
  .pr-2 .pr-visual { gap: 14px; }
  .pr-swatches { gap: 6px; }
  .pr-swatches span { width: 30px; height: 70px; border-radius: 9px; }
  .pr-type b { font-size: 52px; line-height: 52px; }
  .compare tbody th, .compare thead th:first-child { position: sticky; left: 0; z-index: 1; background: #fff; box-shadow: 1px 0 0 rgba(0, 0, 0, 0.06); }
  .compare thead th:first-child { background: #f7f9fd; }
  .table-hint { display: block; margin: 12px auto 0; text-align: center; font-family: var(--card); font-size: 13px; color: #6b7280; }
}
.table-hint { display: none; }
