/* =========================================================================
   ASJ CONSEIL — VERSION 2 (esprit du communiqué de presse)
   Blanc épuré · teal signature · pas de dégradé multicolore · typo Bariol
   ========================================================================= */

:root {
  /* Couleur signature (teal de la charte / du CP) + neutres */
  --teal:     #00b1b7;
  --teal-700: #0a7276;   /* boutons, bandeau événement */
  --teal-900: #0f3331;   /* footer profond, nature/Auvergne */
  --grad-h:   linear-gradient(90deg, #7246ff 0%, #656dff 28%, #00b1b7 55%, #7fd328 80%, #ffe600 100%); /* dégradé charte — touches (soulignés) */

  --ink:    #1d1c21;
  --body:   #54535a;
  --muted:  #9c9c9f;
  --line:   #e7e6e9;
  --g3:     #d8d7d9;
  --surface:#ffffff;     /* fonds blancs — pas de gris en conteneur */
  --white:  #ffffff;

  --maxw: 1240px;
  --gutter: clamp(1.25rem, 5vw, 5rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: "Bariol", "Quicksand", -apple-system, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body { font-family: var(--font); background: var(--white); color: var(--body); font-size: 1.0625rem; line-height: 1.65; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---------- Helpers ---------- */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(4rem, 9vw, 8rem); position: relative; }
.section--soft { background: var(--surface); }

h1, h2, h3, h4 { font-family: var(--font); color: var(--ink); line-height: 1.06; letter-spacing: -0.015em; font-weight: 700; }
.display { font-size: clamp(2.6rem, 6.2vw, 5.2rem); font-weight: 700; letter-spacing: -0.03em; }
.display .thin { font-weight: 300; color: var(--teal); }
h2.title { font-size: clamp(2rem, 4vw, 3.25rem); }
p { color: var(--body); }

.eyebrow { font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700; }
/* "grad-text" : accent teal (le dégradé est réservé aux soulignés/filets) */
.grad-text { color: var(--teal); }

/* Soulignés dégradé sous les titres — touche de la charte graphique */
.formation .title::after, .reviews-head .title::after, .methodo .intro h2::after { content: ""; display: block; width: 72px; height: 3px; border-radius: 2px; background: var(--grad-h); margin: 1.1rem auto 0; }
.actu .title::after, .clients h2::after, .contact .title::after, .newsletter h2::after { content: ""; display: block; width: 72px; height: 3px; border-radius: 2px; background: var(--grad-h); margin: 1.1rem 0 0; }

/* ---------- Pills ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.01em;
  padding: 0.85rem 1.8rem; border-radius: 999px; cursor: pointer;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.35s, color 0.35s, border-color 0.35s;
}
.pill--grad { background: var(--teal-700); color: var(--white); border: 1.5px solid var(--teal-700); }
.pill--grad:hover { background: var(--teal); border-color: var(--teal); transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(0,177,183,0.5); }
.pill--ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--g3); }
.pill--ghost:hover { border-color: var(--teal); color: var(--teal); transform: translateY(-2px); }
.pill--white { background: var(--white); color: var(--teal-900); border: none; }
.pill--white:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(0,0,0,0.25); }
.nav .pill{ height: 34px; padding: 0 1.15rem; font-size: 0.82rem; color: var(--white); }
.nav .pill:hover { color: var(--white); }

.link-arrow { font-weight: 700; font-size: 0.9rem; color: var(--ink); display: inline-flex; align-items: center; gap: 0.4rem; transition: gap 0.3s var(--ease); }
.link-arrow::after { content: "→"; transition: transform 0.3s var(--ease); }
.link-arrow:hover { color: var(--teal); }
.link-arrow:hover::after { transform: translateX(4px); }

/* ---------- Placeholders / images ---------- */
.ph { position: relative; border-radius: 18px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); display: grid; place-items: center; min-height: 220px; }
.ph::before { content: ""; position: absolute; inset: 0; background: var(--teal); opacity: 0.06; }
.ph::after { content: attr(data-label); position: relative; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; z-index: 1; }
.ph img.pos-bottom { object-position: center bottom; }
.ph img.pos-top { object-position: center top; }
.ph:has(img)::before, .ph:has(img)::after { content: none; }

/* Formes de marque (filets) — teal discret, sans dégradé */
.brand-shape { position: absolute; pointer-events: none; z-index: 0; opacity: 0.55; }
.brand-shape svg { display: block; }
.brand-shape path, .brand-shape line, .brand-shape circle, .brand-shape rect { stroke: url(#sbgrad); fill: none; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.1rem var(--gutter); transition: background 0.4s var(--ease), box-shadow 0.4s, padding 0.4s; }
.site-header.scrolled { background: rgba(255,255,255,0.88); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line); padding-block: 0.75rem; }
.brand-logo { height: 46px; width: auto; display: block; }
.site-header.scrolled .brand-logo { height: 40px; transition: height 0.4s var(--ease); }
.nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 1.9rem); }
.nav a { font-size: 0.92rem; font-weight: 500; color: var(--ink); transition: color 0.25s; }
.nav a:hover { color: var(--teal); }
.nav .lkd { display: inline-grid; place-items: center; width: 34px; height: 34px; border: 1.5px solid var(--g3); border-radius: 50%; }
.nav .lkd:hover { border-color: var(--teal); color: var(--teal); }
.burger { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding-top: clamp(7rem, 15vh, 10rem); padding-bottom: clamp(3rem, 7vw, 5rem); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero .eyebrow { display: block; margin-bottom: 1.3rem; }
.hero h1 { max-width: 16ch; color: var(--ink); }
.hero-side p { font-size: 1.15rem; max-width: 42ch; }
.hero-cta { margin-top: 2rem; display: flex; gap: 1rem; flex-wrap: wrap; }
.baseline { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1.5rem; font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; color: var(--teal); }

/* ---------- Présentation ---------- */
.presentation .pres-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.presentation .intro-name { font-weight: 700; font-size: clamp(1.6rem, 2.8vw, 2.3rem); color: var(--ink); line-height: 1.15; margin-bottom: 1.4rem; letter-spacing: -0.02em; }
.presentation .ph { aspect-ratio: 4/5; min-height: 380px; }
.presentation .pres-affil { margin-top: 1rem; font-size: 0.96rem; }
.presentation .pres-affil a { color: var(--teal); text-decoration: underline; text-underline-offset: 2px; transition: color 0.25s; }
.presentation .pres-affil a:hover { color: var(--teal-700); }

/* ---------- Offres ---------- */
.offres { display: grid; gap: clamp(3rem, 7vw, 6rem); }
.offre { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.offre:nth-child(even) .offre-media { order: -1; }
.offre .ph { aspect-ratio: 3/2; }
.offre h3 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin: 0 0 1rem; }
.offre p { max-width: 46ch; margin-bottom: 1.8rem; }

/* ---------- Bandeau événement (teal plein) ---------- */
/* Carte événement intégrée à la grille actu (le « carré ») */
.actu-card.event-card { background: var(--teal-700); color: var(--white); border-radius: 16px; padding: 1.8rem; display: flex; flex-direction: column; }
.actu-card.event-card .cat { color: rgba(255,255,255,0.85); }
.actu-card.event-card h3 { color: var(--white); font-size: 1.35rem; margin: 0.5rem 0; }
.actu-card.event-card .when { font-weight: 700; letter-spacing: 0.02em; color: var(--white); font-size: 0.95rem; }
.actu-card.event-card .what { color: rgba(255,255,255,0.92); font-size: 0.95rem; margin: 0.6rem 0 0; flex: 1; }
.actu-card.event-card .pill { margin-top: 1.4rem; align-self: flex-start; }

/* ---------- Méthodo + étapes ---------- */
.methodo { text-align: center; position: relative; }
.methodo .intro { max-width: 62ch; margin: 0 auto; }
.methodo .intro h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); margin-bottom: 1.1rem; }
.methodo .method-tag { font-weight: 700; color: var(--teal); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 4vw, 3.5rem); margin-top: clamp(3rem, 6vw, 5rem); text-align: left; }
.step-num { width: 60px; height: 60px; border-radius: 50%; background: var(--teal); color: var(--white); display: grid; place-items: center; font-size: 1.5rem; font-weight: 700; margin-bottom: 1.4rem; }
.step h3 { font-size: 1.25rem; margin-bottom: 0.8rem; line-height: 1.2; }
.step p { font-size: 0.98rem; }
.methodo-cta{ text-align:center; margin-top:clamp(2.5rem,5vw,4rem); }

/* ---------- Formation ---------- */
.formation .title { text-align: center; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.form-cat { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.form-cat > h3 { font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink); margin-bottom: 1.5rem; padding-bottom: 0.8rem; border-bottom: 1px solid var(--line); position: relative; }
.form-cat > h3::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 64px; height: 3px; border-radius: 2px; background: var(--grad-h); }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.f-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 1.6rem; display: flex; flex-direction: column; transition: transform 0.35s var(--ease), box-shadow 0.35s, border-color 0.35s; }
.f-card:hover { transform: translateY(-5px); box-shadow: 0 22px 44px -28px rgba(10,114,118,0.4); border-color: transparent; }
.f-picto { width: 46px; height: 46px; border-radius: 12px; background: rgba(0,177,183,0.09); display: grid; place-items: center; margin-bottom: 1.1rem; color: var(--teal); transition: background 0.35s, color 0.35s; }
.f-card:hover .f-picto { background: var(--teal); color: var(--white); }
.f-card h4 { font-size: 1.15rem; font-weight: 700; line-height: 1.12; margin-bottom: 0.25rem; }
.f-card .f-sub { font-size: 0.85rem; font-weight: 700; color: var(--teal); margin-bottom: 0.8rem; }
.f-card p { font-size: 0.9rem; flex: 1; margin-bottom: 1.2rem; }
.f-card .f-tbd { color: var(--muted); }
.form-feature { background: rgba(0,177,183,0.06); border: 1px solid var(--line); border-left: 3px solid var(--teal); border-radius: 14px; padding: 1.6rem 1.8rem; margin-top: clamp(1rem, 3vw, 2rem); }
.form-feature h4 { font-size: 1.25rem; font-weight: 700; margin: 0.3rem 0 0.5rem; }
.form-feature p { font-size: 0.95rem; margin: 0; }
.form-feature a { color: var(--teal); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; transition: color 0.25s; }
.form-feature a:hover { color: var(--teal-700); }
.form-cta{ text-align:center; margin-top:clamp(2rem,4vw,3.5rem); }

/* ---------- Actu ---------- */
.actu .title { margin-bottom: clamp(2rem, 4vw, 3rem); }
.actu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.actu-card .ph { aspect-ratio: 3/2; margin-bottom: 1.2rem; }
.actu-card .cat { font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--teal); }
.actu-card h3 { font-size: 1.25rem; margin: 0.6rem 0; line-height: 1.22; }
.actu-card .date { font-size: 0.88rem; color: var(--muted); }

/* ---------- Clients ---------- */
.clients .clients-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.clients h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1.1rem; }
.clients .logos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.logo-cell { aspect-ratio: 3/2; border: 1px solid var(--line); border-radius: 12px; display: grid; place-items: center; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); background: var(--white); transition: border-color 0.3s; }
.logo-cell:hover { border-color: var(--g3); }

/* ---------- Avis Google ---------- */
.reviews-head { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1.2rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.reviews-head .title { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
.g-badge { display: inline-flex; align-items: center; gap: 0.8rem; background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 0.7rem 1.2rem; }
.g-logo { width: 26px; height: 26px; flex: none; }
.g-rating { display: flex; align-items: center; gap: 0.4rem; }
.g-rating strong { font-size: 1.25rem; color: var(--ink); }
.g-count { font-size: 0.8rem; color: var(--muted); }
.stars { color: #fbbc04; letter-spacing: 2px; font-size: 1rem; line-height: 1; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.review-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 1.6rem; display: flex; flex-direction: column; gap: 0.85rem; transition: transform 0.35s var(--ease), box-shadow 0.35s; }
.review-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -28px rgba(10,114,118,0.35); }
.review-card header { display: flex; align-items: center; gap: 0.7rem; }
.avatar { width: 42px; height: 42px; border-radius: 50%; color: #fff; display: grid; place-items: center; font-weight: 700; flex: none; }
.r-name { font-weight: 700; color: var(--ink); }
.r-date { font-size: 0.8rem; color: var(--muted); }
.g-mark { width: 18px; height: 18px; margin-left: auto; flex: none; }
.review-card p { font-size: 0.95rem; color: var(--body); margin: 0; }
.reviews-all { display: inline-flex; margin-top: clamp(1.5rem, 3vw, 2.5rem); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact .title { font-size: clamp(1.9rem, 3.4vw, 2.8rem); margin: 0.5rem 0 0.8rem; }
.contact-info { margin-top: 1.5rem; display: grid; gap: 0.7rem; }
.contact-info li { color: var(--body); }
.contact-form { display: grid; gap: 1rem; }
.contact-form input, .contact-form textarea { width: 100%; padding: 0.9rem 1.2rem; border-radius: 12px; border: 1.5px solid var(--g3); background: var(--white); font-family: var(--font); font-size: 1rem; color: var(--ink); resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--teal); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--muted); }
.contact-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.contact-form button { justify-self: start; }
.form-status { font-size: 0.9rem; color: var(--body); min-height: 1.2em; margin: 0; }

/* ---------- Newsletter ---------- */
.newsletter { background: var(--surface); position: relative; overflow: hidden; }
.newsletter .nl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; position: relative; z-index: 2; }
.newsletter h2 { font-size: clamp(1.9rem, 3.4vw, 2.9rem); margin: 0.7rem 0 0.6rem; }
.newsletter p { max-width: 44ch; }
.nl-form { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.nl-form input { flex: 1; min-width: 220px; padding: 0.9rem 1.3rem; border-radius: 999px; border: 1.5px solid var(--g3); background: var(--white); font-family: var(--font); font-size: 0.98rem; color: var(--ink); }
.nl-form input:focus { outline: none; border-color: var(--teal); }
.nl-form input::placeholder { color: var(--muted); }
.nl-note { font-size: 0.8rem; color: var(--muted); margin-top: 0.9rem; }
.nl-hash { right: -2%; top: 50%; transform: translateY(-50%); width: 240px; height: 240px; }

/* ---------- Footer (teal profond) ---------- */
.site-footer { background: var(--teal-900); color: rgba(255,255,255,0.72); padding-block: clamp(3.5rem, 7vw, 5.5rem) 2rem; }
.footer-top { max-width: 56ch; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.footer-top h2 { color: var(--white); font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 1rem; }
.footer-top p { color: rgba(255,255,255,0.65); }
.footer-social { margin-top: 1.5rem; display: flex; gap: 1rem; }
.footer-social a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.25); border-radius: 50%; display: grid; place-items: center; color: var(--white); transition: all 0.3s; }
.footer-social a:hover { background: var(--teal); border-color: var(--teal); }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding-top: clamp(2rem, 4vw, 3rem); border-top: 1px solid rgba(255,255,255,0.14); }
.footer-cols h4 { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--white); margin-bottom: 1rem; font-weight: 700; }
.footer-cols a, .footer-cols p { display: block; color: rgba(255,255,255,0.65); font-size: 0.95rem; margin-bottom: 0.45rem; transition: color 0.25s; }
.footer-cols a:hover { color: var(--white); }
.footer-eco { display: inline-flex; align-items: center; gap: 0.55rem; margin-top: clamp(2rem, 4vw, 3rem); padding: 0.55rem 1rem; border-radius: 999px; font-size: 0.82rem; color: rgba(255,255,255,0.92); border: 1.5px solid transparent; background: linear-gradient(var(--teal-900), var(--teal-900)) padding-box, var(--grad-h) border-box; }
.footer-eco svg { color: rgba(255,255,255,0.8); flex: none; }
.footer-bottom { text-align: center; margin-top: clamp(2rem, 4vw, 2.5rem); padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.14); font-size: 0.85rem; color: rgba(255,255,255,0.5); }

/* ---------- Reveal + reduced-motion ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid, .presentation .pres-grid, .offre, .clients .clients-grid, .newsletter .nl-grid, .contact-grid { grid-template-columns: 1fr; }
  .offre:nth-child(even) .offre-media { order: 0; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .steps, .actu-grid, .review-grid { grid-template-columns: 1fr; }
  .presentation .ph { min-height: 300px; }
}
@media (max-width: 720px) {
  .nav { display: none; }
  .burger { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1.5px solid var(--g3); border-radius: 10px; background: transparent; cursor: pointer; }
  .footer-cols, .card-grid, .clients .logos { grid-template-columns: 1fr 1fr; }
  .hero h1 { max-width: none; }
}


/* ---------- Touches charte : puces + filets dégradé ---------- */
.baseline .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--grad-h); flex: none; }
.hero .eyebrow::after { content: ""; display: block; width: 72px; height: 3px; border-radius: 2px; background: var(--grad-h); margin: 0.9rem 0 0; }
.site-footer { position: relative; }
.site-footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-h); }

/* ---------- Titre section offres ---------- */
.offres-title { text-align: center; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.offres-title::after { content: ""; display: block; width: 72px; height: 3px; border-radius: 2px; background: var(--grad-h); margin: 1.1rem auto 0; }

/* Assessment First / DISC (#8) */
.assess-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.assess .title { margin: 0.6rem 0 1rem; font-size: clamp(1.8rem, 3.6vw, 2.7rem); }
.assess .title + p, .assess p { margin-bottom: 1.6rem; }
.assess-cards { display: flex; flex-direction: column; gap: 1rem; }
.assess-card { background: rgba(0,177,183,0.05); border: 1px solid var(--line); border-left: 3px solid var(--teal); border-radius: 14px; padding: 1.3rem 1.5rem; }
.assess-card strong { display: block; font-size: 1.15rem; color: var(--ink); margin-bottom: 0.25rem; }
.assess-card span { font-size: 0.92rem; color: var(--body); }
@media (max-width: 860px) { .assess-grid { grid-template-columns: 1fr; } }

/* Déontologie : Comment choisir son coach (#9) */
.deonto-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.deonto .title { margin: 0.6rem 0 1rem; font-size: clamp(1.8rem, 3.6vw, 2.7rem); }
.deonto-list { display: flex; flex-direction: column; gap: 1rem; }
.deonto-list li { position: relative; padding-left: 1.8rem; font-size: 0.98rem; line-height: 1.55; color: var(--body); }
.deonto-list li::before { content: ""; position: absolute; left: 0; top: 0.5rem; width: 10px; height: 10px; border-radius: 3px; background: var(--grad-h); }
.deonto-list strong { color: var(--ink); }
@media (max-width: 860px) { .deonto-grid { grid-template-columns: 1fr; } }

/* ---------- Clients : carrousel de logos ---------- */
.clients-intro { max-width: 62ch; margin: 0 auto clamp(2.5rem, 5vw, 3.5rem); text-align: center; }
.clients-intro h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; }
.logo-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.logo-track { display: flex; align-items: center; gap: clamp(2.5rem, 5vw, 4.5rem); width: max-content; animation: logo-scroll 45s linear infinite; }
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.logo-track img { width: 120px; height: 56px; object-fit: contain; object-position: center; opacity: 0.82; transition: opacity 0.3s; }
.logo-track img:hover { opacity: 1; }
@keyframes logo-scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .logo-track { animation: none; } .logo-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; } }
.clients h2::after { margin: 1.1rem auto 0; }

/* ---------- Qui suis-je : diplômes & certifications ---------- */
.creds { margin-top: 2.2rem; }
.creds-label { display: block; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--muted); margin-bottom: 1rem; }
.creds-logos { display: flex; flex-wrap: wrap; align-items: center; gap: 1.6rem 2rem; }
.creds-logos img { width: 96px; height: 48px; object-fit: contain; object-position: center; opacity: 0.78; transition: opacity 0.3s; }
.creds-logos img:hover { opacity: 1; }

/* ---------- Témoignages ---------- */
.temoignages-head { text-align: center; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.temoignages-head .eyebrow { display: block; margin-bottom: 0.8rem; }
.temoignages-head .title::after { content: ""; display: block; width: 72px; height: 3px; border-radius: 2px; background: var(--grad-h); margin: 1.1rem auto 0; }
.temoignage-grid { columns: 2; column-gap: 1.5rem; max-width: 1000px; margin: 0 auto; }
.temoignage { break-inside: avoid; margin: 0 0 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 1.6rem 1.8rem; box-shadow: 0 10px 34px -26px rgba(0,0,0,0.3); }
.temoignage .quote { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 2.6rem; line-height: 0.7; color: var(--teal); margin-bottom: 0.3rem; }
.temoignage p { color: var(--body); font-size: 0.98rem; line-height: 1.6; margin: 0; }
@media (max-width: 760px) { .temoignage-grid { columns: 1; } }

/* ---------- Bandeau cookies (consentement) ---------- */
.cookie-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 200; max-width: 760px; margin-inline: auto; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 50px -20px rgba(0,0,0,0.35); padding: 1.25rem 1.4rem; }
.cookie-banner[hidden] { display: none; }
.cookie-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 1.5rem; }
.cookie-text { flex: 1 1 320px; margin: 0; font-size: 0.92rem; line-height: 1.55; color: var(--body); }
.cookie-text a { color: var(--teal); text-decoration: underline; }
.cookie-actions { display: flex; flex-shrink: 0; gap: 0.7rem; }
.cookie-actions .pill { padding: 0.7rem 1.4rem; font-size: 0.9rem; }
.cookie-reopen { background: none; border: none; padding: 0; font: inherit; color: inherit; cursor: pointer; text-decoration: underline; }
@media (max-width: 560px) { .cookie-actions { width: 100%; } .cookie-actions .pill { flex: 1; justify-content: center; } }

/* ---------- pages légales ---------- */
.legal-page { padding-top: clamp(8rem, 16vh, 11rem); padding-bottom: clamp(4rem, 8vw, 6rem); }
.legal-wrap { max-width: 820px; }
.legal-title { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 0.4rem; }
.legal-updated { color: var(--muted); font-size: 0.9rem; margin-bottom: 2.5rem; }
.legal-body { color: var(--body); }
.legal-body h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin-top: 2.6rem; margin-bottom: 0.8rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.legal-body h2:first-child { border-top: none; padding-top: 0; margin-top: 0; }
.legal-body h3 { font-size: 1.15rem; margin-top: 1.8rem; margin-bottom: 0.5rem; }
.legal-body p { margin-bottom: 1rem; }
.legal-body a { color: var(--teal); text-decoration: underline; text-underline-offset: 2px; word-break: break-word; }
.legal-body a:hover { color: var(--teal-700); }
.legal-body strong { color: var(--ink); font-weight: 700; }
.legal-body ul { margin: 0 0 1.2rem 1.2rem; }
.legal-body li { margin-bottom: 0.5rem; padding-left: 0.2rem; }
.legal-body li::marker { color: var(--teal); }
.legal-body hr { border: none; border-top: 1px solid var(--line); margin: 2.4rem 0; }
.legal-table { overflow-x: auto; margin: 0 0 1.4rem; }
.legal-table table { border-collapse: collapse; width: 100%; font-size: 0.95rem; }
.legal-table th, .legal-table td { border: 1px solid var(--line); padding: 0.7rem 0.9rem; text-align: left; vertical-align: top; }
.legal-table th { background: rgba(0,177,183,0.06); color: var(--ink); font-weight: 700; }
.legal-table p { margin: 0; }
