﻿/* ============================================================
   local sans serveur ; identiques sur les autres pages du site).
   Charte monochrome (BRANDING.md §8bis) + accent doré dédié
   à cette page (mise en avant des offres vedettes et de la
   promesse de fidélité à la marque).
   ============================================================ */
:root {
  --black: #000000;
  --white: #FFFFFF;
  --gray: #9A9A9A;
  --gray-soft: #b8b8b8;
  --gray-dark: #767676; /* WCAG AA 4.6:1 sur noir */
  --line: #1a1a1a;
  --line-soft: rgba(255,255,255,0.12);
  --surface: #0a0a0a;
  --serif: 'Bodoni Moda', 'Didot', Georgia, serif;
  --sans: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --gut: 6vw;
  --maxw: 1320px;
  --ease-in: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out: cubic-bezier(0.4, 0, 1, 1);
}
* { box-sizing: border-box; margin: 0; padding: 0; }

/* NAVIGATION (identique sur toutes les pages) */

/* BOUTON D'ACTION — style LED bleu unique, dominant sur tout le site (voir aussi .nav-cta). */
.btn--small { padding: 11px 22px; min-height: 42px; font-size: .64rem; }

/* HERO COURT (pages secondaires) */
.page-hero h1 em { font-style: italic; font-weight: 400; }
.pricing-kicker { display: block; margin-bottom: 18px; }
.pricing-hero-rule { display: block; width: 64px; height: 1px; background: var(--line-soft); margin: 36px auto 0; }
.pricing-hero-watermark { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 0; font-family: var(--serif); font-weight: 700; font-size: clamp(8rem, 24vw, 19rem); letter-spacing: .1em; color: rgba(255,255,255,.04); white-space: nowrap; pointer-events: none; user-select: none; line-height: 1; opacity: 0; transition: opacity .5s ease; }
.pricing-hero-watermark.is-fit { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .pricing-hero-watermark { transition: none; } }
.pricing-kicker, .page-hero h1, .page-hero p, .pricing-hero-rule, .pricing-cta-actions { position: relative; z-index: 1; }
/* Variante hero dorée : halo radial doré sombre + grain fin (section 1 Mes services) */
.page-hero--gold::before { background: radial-gradient(60% 60% at 50% 28%, rgba(255,255,255,.06), transparent 70%); }
.page-hero--gold::after { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .05; pointer-events: none; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.page-hero--gold p { max-width: 56ch; }

/* SECTIONS */
.section-head { display: flex; align-items: baseline; gap: 20px; margin-bottom: 20px; }
.section-intro { color: var(--gray-soft); max-width: 60ch; margin-bottom: 56px; }
.section-intro--wide { max-width: none; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s var(--ease-in), transform .7s var(--ease-in); transition-delay: var(--d, 0ms); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---- SECTION 02 — LE PROBLÈME (comparatif avant / après) ---- */
#probleme .wrap { max-width: 1520px; }
.problem-grid { display: flex; align-items: center; gap: clamp(40px, 6vw, 80px); }
.problem-col { flex: 0 0 clamp(340px, 36vw, 460px); }
.problem-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.problem-list li { display: flex; align-items: flex-start; gap: 16px; padding: 15px 20px; border: 1px solid var(--line-soft); background: var(--surface); color: var(--gray-soft); font-size: .92rem; line-height: 1.55; }
.problem-x { flex: 0 0 auto; width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line-soft); border-radius: 50%; color: var(--gray-dark); font-size: .66rem; line-height: 1; margin-top: 1px; }

.compare-slider { position: relative; overflow: hidden; border: 1px solid var(--line-soft); background: var(--surface); aspect-ratio: 16/9; flex: 0 1 auto; --pos: 50%; touch-action: pan-y; }
.compare-frame { position: absolute; inset: 0; }
.compare-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.compare-frame--before { clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.compare-tag { position: absolute; top: 16px; z-index: 2; font-size: .62rem; text-transform: uppercase; letter-spacing: .16em; color: var(--white); background: rgba(0,0,0,.6); border: 1px solid var(--line-soft); padding: 7px 14px; border-radius: 100px; pointer-events: none; }
.compare-tag--before { left: 16px; }
.compare-tag--after { right: 16px; }
.compare-divider { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 1px; background: var(--white); z-index: 2; pointer-events: none; transform: translateX(-50%); }
.compare-handle { position: absolute; top: 50%; left: var(--pos); z-index: 3; width: 44px; height: 44px; border-radius: 50%; background: var(--black); border: 1px solid var(--white); display: flex; align-items: center; justify-content: center; transform: translate(-50%, -50%); pointer-events: none; box-shadow: 0 8px 24px rgba(0,0,0,.5); color: var(--white); }
.compare-handle svg { width: 18px; height: 18px; }
.compare-range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; -webkit-appearance: none; appearance: none; background: transparent; z-index: 4; }
.compare-range::-webkit-slider-thumb { -webkit-appearance: none; width: 44px; height: 44px; background: transparent; }
.compare-range::-moz-range-thumb { width: 44px; height: 44px; background: transparent; border: 0; }
.compare-range::-moz-range-track { background: transparent; }
@media (max-width: 1200px) {
  .problem-grid { flex-direction: column; }
  .problem-col { flex: 1 1 auto; width: 100%; }
  .compare-slider { width: 100%; flex-basis: auto !important; }
}

/* ---- SECTION 03 — MANIFESTE ---- */
.ms-manifesto { min-height: 46vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: clamp(64px, 9vw, 110px) var(--gut); }
.ms-manifesto-inner { max-width: 820px; margin: 0 auto; }
.ms-manifesto-text { font-family: var(--serif); font-weight: 500; font-size: clamp(1.9rem, 5vw, 3.4rem); line-height: 1.25; color: var(--white); margin-bottom: 30px; }
.ms-manifesto-text em { font-style: italic; font-weight: 500; }
.ms-manifesto-sub { color: var(--gray-soft); font-size: 1rem; line-height: 1.85; max-width: 64ch; margin: 0 auto; }

/* ---- SECTION 04 — COMPARATIF ---- */
.compare-wrap { overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.compare-table th, .compare-table td { padding: 16px 18px; text-align: center; border-bottom: 1px solid var(--line); font-size: .88rem; color: var(--gray-soft); }
.compare-table thead th { font-family: var(--sans); text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; color: var(--gray); font-weight: 400; padding-bottom: 22px; }
.compare-table thead th.col-featured { font-family: var(--serif); text-transform: none; letter-spacing: .02em; font-size: .95rem; color: #93c5fd; }
.compare-table .compare-crit { text-align: left; font-family: var(--serif); color: var(--white); font-size: .92rem; font-weight: 500; }
.compare-table td.col-featured { background: rgba(59,130,246,.08); color: #93c5fd; font-weight: 500; }
.compare-table tbody tr:last-child td { border-bottom: 0; }
@media (max-width: 760px) {
  .compare-wrap { overflow-x: visible; }
  .compare-table { min-width: 0; }
  .compare-table thead { display: none; }
  .compare-table, .compare-table tbody, .compare-table tr, .compare-table td { display: block; width: 100%; }
  .compare-table tr { margin-bottom: 20px; padding: 18px 20px; border: 1px solid var(--line-soft); background: var(--surface); }
  .compare-table .compare-crit { font-size: 1rem; margin-bottom: 6px; padding: 0; border: 0; }
  .compare-table td[data-label] { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 8px 0; border-top: 1px solid var(--line); text-align: right; }
  .compare-table td[data-label]::before { content: attr(data-label); color: var(--gray); text-transform: uppercase; letter-spacing: .04em; font-size: .58rem; text-align: left; flex: 0 0 auto; }
  .compare-table td.col-featured { background: none; padding: 8px 0; color: #93c5fd; font-weight: 500; }
}
.compare-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.compare-note { font-size: .87rem; color: var(--gray-soft); line-height: 1.7; padding: 24px 26px; border: 1px solid var(--line-soft); background: var(--surface); }
.compare-note strong { display: block; color: var(--white); font-family: var(--serif); font-size: 1rem; font-weight: 500; margin-bottom: 10px; }
.compare-note--featured { border-color: #60a5fa; background: rgba(59,130,246,.06); }
.compare-note--featured strong { color: #93c5fd; }
@media (max-width: 760px) { .compare-notes { grid-template-columns: 1fr; } }

/* ---- SECTION 05 — PREUVE (VALOR) ---- */
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 48px; }
.proof-media { border: 1px solid var(--line-soft); background: var(--surface); overflow: hidden; aspect-ratio: 1/1; }
.proof-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s var(--ease-in); }
.proof-media:hover img { transform: scale(1.04); }
@media (max-width: 760px) { .proof-grid { grid-template-columns: 1fr; } }
.proof-quote { max-width: 640px; margin: 0 auto; text-align: center; }
.proof-quote p { font-family: var(--serif); font-style: italic; font-size: clamp(1.15rem, 2.3vw, 1.55rem); line-height: 1.55; color: var(--white); margin-bottom: 16px; }
.proof-quote cite { font-family: var(--sans); font-style: normal; text-transform: uppercase; letter-spacing: .14em; font-size: .66rem; color: var(--gray); }
.proof-more { text-align: center; margin-top: 44px; }

/* ---- SECTION 06 — GARANTIE ---- */
.guarantee-box { max-width: 1040px; margin: 0 auto; text-align: center; padding: clamp(48px, 7vw, 76px) clamp(28px, 6vw, 64px); border: 1px solid var(--line-soft); background: var(--surface); }
.guarantee-title, .guarantee-text { max-width: 56ch; margin-left: auto; margin-right: auto; }
.guarantee-title { font-family: var(--serif); font-weight: 500; font-size: clamp(1.7rem, 4vw, 2.4rem); margin-bottom: 20px; }
.guarantee-title em { font-style: italic; font-weight: 400; }
.guarantee-text { color: var(--gray-soft); font-size: 1rem; line-height: 1.8; max-width: 56ch; margin: 0 auto; }
.guarantee-divider { width: 64px; height: 1px; background: var(--line-soft); margin: clamp(32px, 5vw, 44px) auto; border: 0; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(28px, 4vw, 48px) clamp(40px, 6vw, 72px); text-align: left; }
.faq-q { font-family: var(--serif); font-weight: 500; font-size: clamp(1rem, 1.6vw, 1.15rem); color: var(--white); line-height: 1.35; margin-bottom: 10px; padding-left: 20px; position: relative; }
.faq-q::before { content: '—'; position: absolute; left: 0; top: 0; color: var(--gray-dark); }
.faq-a { font-family: var(--sans); font-size: .86rem; color: var(--gray-soft); line-height: 1.65; padding-left: 20px; }
@media (max-width: 700px) { .faq-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ---- SECTION 07 — OFFRES : familles ---- */
.family-block { margin-bottom: clamp(64px, 9vw, 100px); }
.family-block:last-of-type { margin-bottom: 0; }
.family-head { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 8px; }
.family-num { font-family: var(--serif); font-size: .85rem; color: var(--gray-dark); letter-spacing: .1em; }
.family-title { font-family: var(--serif); font-weight: 500; font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.family-title em { font-style: italic; font-weight: 400; }
.family-note { font-size: .82rem; color: var(--gray); margin-bottom: 32px; }
.family-note a { color: var(--white); border-bottom: 1px solid var(--line-soft); }
.family-note a:hover, .family-note a:focus-visible { border-color: var(--white); }

/* ---- GRILLE TARIFS ---- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.pricing-grid--two { grid-template-columns: repeat(2, 1fr); max-width: 900px; margin: 0 auto; }
@media (max-width: 1080px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .pricing-grid, .pricing-grid--two { grid-template-columns: 1fr; } }

.price-card { position: relative; display: flex; flex-direction: column; height: 100%; padding: 44px 32px 36px; border: 1px solid var(--line-soft); background: var(--surface); transition: border-color .3s ease, transform .3s var(--ease-in); }
.price-card:hover { border-color: rgba(255,255,255,.4); transform: translateY(-4px); }
.price-card--featured { border-color: #60a5fa; box-shadow: 0 0 0 1px #60a5fa, 0 0 50px -10px rgba(59,130,246,.5); }
.price-card--featured:hover { border-color: #93c5fd; transform: translateY(-6px); }
.price-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: .62rem; text-transform: uppercase; letter-spacing: .16em; color: #0a0a0a; background: #60a5fa; padding: 8px 18px; border-radius: 100px; }
.price-kicker { display: block; font-family: var(--sans); text-transform: uppercase; letter-spacing: .22em; font-size: .66rem; color: var(--gray); margin-bottom: 14px; }
.price-card--featured .price-kicker { color: #93c5fd; }
.price-title { font-family: var(--serif); font-weight: 500; font-size: 1.5rem; line-height: 1.15; margin-bottom: 12px; }
.price-desc { color: var(--gray-soft); font-size: .9rem; line-height: 1.6; margin-bottom: 28px; }
.price-value { display: flex; align-items: baseline; gap: 8px; font-family: var(--serif); margin-bottom: 28px; }
.price-prefix { font-family: var(--sans); text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; color: var(--gray); }
.price-amount { font-size: clamp(2.4rem, 3.4vw, 3rem); font-weight: 500; color: var(--white); line-height: 1; }
.price-card--featured .price-amount { color: #93c5fd; }
.price-suffix { font-size: 1.3rem; color: var(--white); }
.price-unit { display: inline; font-family: var(--sans); font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; color: var(--gray); margin-left: 2px; }
.price-rule { height: 1px; background: var(--line); margin-bottom: 24px; }
.price-list { list-style: none; margin-bottom: 32px; flex-grow: 1; }
.price-list li { position: relative; padding-left: 22px; font-size: .88rem; color: var(--gray-soft); line-height: 1.6; margin-bottom: 12px; }
.price-list li::before { content: '•'; position: absolute; left: 0; top: 0; color: var(--white); font-size: 1.1em; line-height: 1.4; }
.price-card--featured .price-list li::before { color: #60a5fa; }
.price-cta { align-self: flex-start; }

/* ---- BANDE VISUEL À L'UNITÉ ---- */
.price-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 32px; margin-top: 24px; padding: 28px 32px; border: 1px solid var(--line-soft); background: var(--surface); }
.price-strip-badge { font-size: .6rem; text-transform: uppercase; letter-spacing: .16em; color: var(--black); background: var(--white); padding: 7px 16px; border-radius: 100px; white-space: nowrap; }
.price-strip-label { font-family: var(--serif); font-size: 1.1rem; flex: 1 1 auto; min-width: 180px; }
.price-strip .price-value { margin-bottom: 0; }
.price-strip .price-amount { font-size: 1.8rem; }
.price-strip .price-suffix { font-size: 1.05rem; }
.price-strip-btn { margin-left: auto; }
@media (max-width: 560px) { .price-strip-btn { margin-left: 0; width: 100%; justify-content: center; } }

/* ---- NOTE + CTA FINALE ---- */
.price-note { text-align: center; max-width: 56ch; margin: 56px auto 0; font-family: var(--serif); font-style: italic; color: var(--gray-soft); font-size: 1.05rem; line-height: 1.6; }
.pricing-contact .wrap { text-align: center; }
.pricing-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 40px; }

/* FOOTER */

/* ============================================================
   Volontairement exclu : titres/Bodoni Moda et toute grosse typo
   (dont .proof-quote p, .faq-q, .guarantee-title, .family-title,
   .price-note, tous en Bodoni), nav, boutons/CTA, labels/kickers en
   petites capitales, footer, le tableau comparatif (données, pas
   du texte de contenu), filigranes décoratifs.
   ============================================================ */
.section-intro,
.problem-list li,
.ms-manifesto-sub,
.compare-note,
.guarantee-text,
.faq-a,
.family-note,
.price-desc,
.price-list li {
  background: linear-gradient(to bottom, #ffffff, #c4c2c0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Halo LED renforcé au repos sur mobile : pas de survol tactile, donc le halo "hover" ne se voit jamais sans ce coup de pouce. */
