/* ============================================================
   form · IPAtlas — landing page
   Charte : Inter · vert #0F6E56 · bleu #378ADD · papier #F7F4ED
   ============================================================ */

:root {
  --green: #0F6E56;
  --green-deep: #0B5642;
  --blue: #378ADD;
  --paper: #F7F4ED;
  --white: #ffffff;
  --ink: #1A1A1A;
  --muted: #6B7280;
  --border: #E2DDD6;
  --green-light: #E1F5EE;
  --green-border: #A8D5BE;

  --maxw: 1180px;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(26,26,26,.04), 0 1px 3px rgba(26,26,26,.06);
  --shadow-md: 0 4px 16px rgba(26,26,26,.06), 0 2px 6px rgba(26,26,26,.04);
  --shadow-lg: 0 24px 60px rgba(11,86,66,.16), 0 8px 24px rgba(26,26,26,.08);
  --ease: cubic-bezier(.22,.61,.36,1);

  --ff: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  margin: 0;
  font-family: var(--ff);
  color: var(--ink);
  background: var(--paper);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 { margin: 0; line-height: 1.12; letter-spacing: -.02em; font-weight: 700; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.section { padding: 96px 0; }
.section-tight { padding: 72px 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  color: var(--green);
}
.eyebrow::before {
  content: ""; width: 22px; height: 1.5px; background: var(--green-border); display: inline-block;
}

.section-head { max-width: 720px; margin-bottom: 52px; }
.section-head h2 { font-size: clamp(30px, 4vw, 44px); margin: 16px 0 14px; text-wrap: balance; }
.section-head .sub { font-size: 16px; color: var(--muted); text-wrap: pretty; }

.text-green { color: var(--green); }
.text-blue { color: var(--blue); }
em { font-style: italic; }

/* ----- Buttons ----- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 14px; font-weight: 600; line-height: 1;
  padding: 14px 22px; border-radius: 999px;
  transition: transform .18s var(--ease), background .18s, box-shadow .18s, color .18s, border-color .18s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 6px 18px rgba(15,110,86,.24); }
.btn-primary:hover { background: var(--green-deep); box-shadow: 0 10px 26px rgba(15,110,86,.32); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--border); }
.btn-ghost:hover { border-color: var(--green-border); background: var(--white); color: var(--green); }
.btn-white { background: #fff; color: var(--green); }
.btn-white:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.btn-lg { padding: 17px 28px; font-size: 15px; }
.btn-block { width: 100%; }

/* ----- Badges ----- */
.badge-guide {
  background: #0F6E56; color: #fff;
  font-size: 11px; font-weight: 600; letter-spacing: .01em;
  padding: 4px 11px; border-radius: 20px; display: inline-flex; align-items: center; gap: 5px;
}
.badge-contexte {
  background: #F7F4ED; color: #0F6E56; border: 1px solid #A8D5BE;
  font-size: 11px; font-weight: 600; letter-spacing: .01em;
  padding: 4px 11px; border-radius: 20px; display: inline-flex; align-items: center; gap: 5px;
}
.badge-new {
  background: var(--blue); color: #fff; font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em; padding: 3px 8px; border-radius: 6px;
}

/* ----- Reveal animation (driven by landing.js IntersectionObserver) ----- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247,244,237,.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, background .25s;
}
.navbar.scrolled { border-bottom-color: var(--border); background: rgba(247,244,237,.92); }
.navbar .wrap { display: flex; align-items: center; gap: 28px; height: 70px; }
.logo { font-size: 22px; font-weight: 800; letter-spacing: -.03em; }
.logo .lp-form { color: var(--green); }
.logo .lp-ipa { color: var(--green); }
.logo .lp-tlas { color: var(--muted); }
.nav-links { display: flex; gap: 4px; margin-left: 12px; }
.nav-links a {
  font-size: 14px; font-weight: 500; color: var(--ink); padding: 8px 14px; border-radius: 8px;
  transition: background .15s, color .15s;
}
.nav-links a:hover { background: var(--green-light); color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav-actions .link-login { font-size: 14px; font-weight: 600; padding: 8px 12px; color: var(--ink); }
.nav-actions .link-login:hover { color: var(--green); }
.burger {
  display: none; width: 42px; height: 42px; border-radius: 10px; border: 1.5px solid var(--border);
  align-items: center; justify-content: center; flex-direction: column; gap: 4px; background: var(--white);
}
.burger span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.burger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.navbar-mobile { display: none; }
.navbar-mobile.open {
  display: flex; flex-direction: column; gap: 4px;
  padding: 16px 24px 24px; border-top: 1px solid var(--border); background: var(--paper);
}
.navbar-mobile a { padding: 13px 12px; font-size: 15px; font-weight: 500; border-radius: 10px; }
.navbar-mobile a:hover { background: var(--green-light); }
.navbar-mobile .mob-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding: 64px 0 88px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white); border: 1px solid var(--border); border-radius: 999px;
  padding: 7px 16px 7px 8px; font-size: 12px; font-weight: 600; color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.hero-tag .pip { background: var(--green-light); color: var(--green); padding: 3px 9px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.hero h1 {
  font-size: clamp(38px, 5.2vw, 60px); margin: 24px 0 22px; text-wrap: balance;
}
.hero h1 strong { color: var(--green); font-weight: 700; }
.hero .lead { font-size: 17px; color: #3a3f47; max-width: 560px; text-wrap: pretty; }
.hero .lead em { color: var(--green); font-weight: 600; font-style: italic; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 14px; }
.hero-price { font-size: 13px; color: var(--muted); }
.hero-price b { color: var(--ink); font-weight: 600; }

.hero-stats { display: flex; gap: 32px; margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--border); }
.hero-stat .num { font-size: 38px; font-weight: 800; letter-spacing: -.03em; color: var(--green); line-height: 1; }
.hero-stat .lab { font-size: 12px; color: var(--muted); margin-top: 7px; max-width: 110px; line-height: 1.3; }
.hero-note { margin-top: 26px; font-size: 11.5px; color: var(--muted); max-width: 540px; line-height: 1.55;
  padding-left: 14px; border-left: 2px solid var(--green-border); }

/* hero media */
.hero-media { position: relative; }
.hero-media .frame {
  position: relative; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg);
  aspect-ratio: 4/4.4;
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(150deg, rgba(15,110,86,.36) 0%, rgba(15,110,86,.16) 50%, rgba(11,86,66,.42) 100%);
  mix-blend-mode: multiply;
}
.stat-card {
  position: absolute; left: -26px; bottom: 36px;
  background: var(--white); border-radius: 16px; box-shadow: var(--shadow-lg);
  padding: 16px 18px; display: flex; gap: 18px; border: 1px solid var(--border);
}
.stat-card .cell { text-align: center; }
.stat-card .cell + .cell { border-left: 1px solid var(--border); padding-left: 18px; }
.stat-card .cv { font-size: 17px; font-weight: 800; color: var(--green); letter-spacing: -.02em; }
.stat-card .cl { font-size: 10px; color: var(--muted); margin-top: 2px; }
.hero-blob { position: absolute; width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(225,245,238,.9), rgba(225,245,238,0) 70%);
  right: -120px; top: -120px; z-index: -1; }

/* ============================================================
   QUOTE BANNER
   ============================================================ */
.quote-band { background: var(--green); color: #fff; }
.quote-band .wrap { padding: 60px 24px; }
.quote-band blockquote {
  margin: 0; font-size: clamp(22px, 3vw, 32px); font-style: italic; font-weight: 500;
  line-height: 1.4; max-width: 940px; text-wrap: balance; letter-spacing: -.01em;
}
.quote-band .qmark { font-size: 56px; line-height: 0; opacity: .4; font-style: normal; }

/* ============================================================
   COMMENT ÇA MARCHE
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px 28px; position: relative; box-shadow: var(--shadow-sm);
}
.step .num {
  font-size: 14px; font-weight: 800; color: var(--green); letter-spacing: .08em;
  display: inline-block; margin-bottom: 18px;
  background: var(--green-light); padding: 6px 12px; border-radius: 8px;
}
.step h3 { font-size: 20px; margin-bottom: 10px; }
.step p { color: var(--muted); font-size: 14px; }
.step .badges { display: flex; gap: 8px; margin-top: 16px; }

/* ============================================================
   ARGUMENTS — feature grid
   ============================================================ */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow-sm);
  transition: transform .2s var(--ease), box-shadow .2s, border-color .2s;
}
.feature:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--green-border); }
.feature .ic {
  width: 44px; height: 44px; border-radius: 12px; background: var(--green-light); color: var(--green);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.feature .ic svg { width: 22px; height: 22px; }
.feature h3 { font-size: 17px; margin-bottom: 8px; letter-spacing: -.01em; }
.feature p { color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.feature.feature-hl {
  grid-column: span 2; background: var(--green); color: #fff; border-color: var(--green);
}
.feature.feature-hl .ic { background: rgba(255,255,255,.16); color: #fff; }
.feature.feature-hl p { color: rgba(255,255,255,.86); }
.feature.feature-hl .badges { display: flex; gap: 8px; margin-top: 16px; }
.feature.feature-hl .badge-guide { background: #fff; color: var(--green); }
.feature.feature-hl .badge-contexte { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.4); }
.feature.feature-hl:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

/* ============================================================
   DEMO
   ============================================================ */
.demo-section { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.demo-scale > .demo-window { width: 1000px; max-width: 100%; margin: 0 auto; zoom: .66; }
@media (max-width: 760px) { .demo-scale > .demo-window { zoom: 1; width: 100%; } }
.demo-window {
  background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius);
  min-height: 320px; box-shadow: var(--shadow-md); overflow: hidden;
}
.demo-chrome { display: flex; align-items: center; gap: 7px; padding: 14px 18px; background: var(--white); border-bottom: 1px solid var(--border); }
.demo-chrome .dot { width: 11px; height: 11px; border-radius: 50%; background: var(--border); }
.demo-chrome .dot:nth-child(1){ background:#ED6A5E; } .demo-chrome .dot:nth-child(2){ background:#F4BF4F; } .demo-chrome .dot:nth-child(3){ background:#61C554; }
.demo-chrome .url { margin-left: 12px; font-size: 13px; color: var(--muted); font-weight: 500; }
/* --- Animated demo (CKD-EPI walkthrough) --- */
.adm { display: flex; flex-direction: column; height: 664px; position: relative; }
.adm-tabs { display: flex; background: var(--white); border-bottom: 1px solid var(--border); }
.adm-tab { flex: 1; text-align: center; padding: 12px 8px 13px; position: relative; transition: background .4s var(--ease), color .4s; color: var(--muted); }
.adm-tab .t1 { display: block; font-size: 14px; font-weight: 700; color: var(--ink); }
.adm-tab .t2 { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 10.5px; letter-spacing: .04em; }
.adm-tab.active { background: var(--green); }
.adm-tab.active .t1 { color: #fff; }
.adm-tab.active .t2 { color: rgba(255,255,255,.85); }
.adm-tab.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--green-deep); }

.adm-stage { position: relative; flex: 1; overflow: hidden; }
.adm-scene { position: absolute; inset: 0; padding: 20px 28px; background: var(--paper); opacity: 0; pointer-events: none; transition: opacity .5s var(--ease); overflow: hidden; }
.adm-scene.on { opacity: 1; }

.adm-h4 { font-size: 19px; font-weight: 700; color: var(--green); margin-bottom: 3px; }
.adm-sub { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 11.5px; color: var(--muted); letter-spacing: .02em; margin-bottom: 16px; }
.adm-hint { border-left: 2px solid var(--green-border); padding-left: 13px; font-size: 13px; color: #45505a; max-width: 720px; margin-bottom: 18px; line-height: 1.5; }
.adm-card { background: var(--paper); border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; margin-bottom: 14px; }
.adm-card-t { font-size: 14px; font-weight: 700; margin-bottom: 12px; }
.adm-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.adm-label { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.adm-input { background: #fff; border: 1.5px solid var(--border); border-radius: 10px; padding: 0 14px; min-height: 44px; display: flex; align-items: center; font-size: 16px; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.adm-input.locked { background: var(--paper); color: #555; }
.adm-input.focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(15,110,86,.13); }
.adm-input .caret { width: 1.5px; height: 19px; background: var(--green); margin-left: 1px; opacity: 0; }
.adm-input.focus .caret { opacity: 1; animation: admblink 1s step-end infinite; }
@keyframes admblink { 50% { opacity: 0; } }
.adm-unit { display: inline-flex; gap: 2px; background: var(--paper); border: 1px solid var(--border); border-radius: 8px; padding: 3px; margin-bottom: 9px; }
.adm-unit span { font-family: ui-monospace, Menlo, monospace; font-size: 11.5px; padding: 4px 11px; border-radius: 6px; color: var(--muted); }
.adm-unit span.sel { background: var(--green); color: #fff; font-weight: 600; }
.adm-help { font-size: 11.5px; color: var(--muted); margin-top: 7px; }
.adm-conv { font-family: ui-monospace, Menlo, monospace; font-size: 12px; color: var(--green); margin-top: 5px; opacity: 0; transition: opacity .3s; }
.adm-conv.show { opacity: 1; }
.adm-actions { display: flex; gap: 12px; align-items: center; margin-top: 4px; }
.adm-btn { padding: 12px 20px; border-radius: 10px; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
.adm-btn.ghost { border: 1.5px solid var(--border); color: var(--ink); background: #fff; }
.adm-btn.green { background: var(--green); color: #fff; transition: transform .12s var(--ease), background .2s; }
.adm-btn.green.press { transform: scale(.95); background: var(--green-deep); }
.adm-foot { font-size: 11.5px; color: var(--green); margin-top: 12px; font-weight: 500; }

/* result scene */
.adm-res-t { font-size: 18px; font-weight: 700; color: var(--green); }
.adm-res-sub { font-family: ui-monospace, Menlo, monospace; font-size: 11.5px; color: var(--muted); margin-bottom: 11px; }
.adm-resbox { background: var(--green-light); border: 1px solid var(--green-border); border-radius: 12px; padding: 13px 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 12px; }
.adm-resbox .rl { font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--green-deep); opacity: .85; }
.adm-resbox .rv { font-size: 31px; font-weight: 800; color: var(--green-deep); letter-spacing: -.02em; line-height: 1.05; margin-top: 3px; }
.adm-resbox .rv small { font-size: 17px; font-weight: 700; }
.adm-g5 { background: #9B1C1C; color: #fff; font-size: 13.5px; font-weight: 700; padding: 9px 15px; border-radius: 10px; white-space: nowrap; opacity: 0; transform: scale(.8); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.adm-g5.show { opacity: 1; transform: scale(1); }
.adm-hm-t { font-size: 14px; font-weight: 700; color: var(--green); margin-bottom: 8px; }
.adm-hm { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr; gap: 4px; }
.adm-hc { background: var(--paper); border-radius: 7px; padding: 6px 4px; text-align: center; font-size: 10.5px; font-weight: 700; color: #444; line-height: 1.25; }
.adm-hc .sm { display: block; font-weight: 500; font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; color: var(--muted); margin-top: 2px; }
.adm-rl { background: var(--paper); border-radius: 7px; padding: 5px 9px; display: flex; flex-direction: column; justify-content: center; line-height: 1.15; }
.adm-rl b { font-size: 11.5px; color: var(--green); font-weight: 700; }
.adm-rl span { font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; color: var(--muted); }
.adm-cell { border-radius: 7px; padding: 5px 4px; text-align: center; font-size: 10.5px; min-height: 28px; display: flex; align-items: center; justify-content: center; line-height: 1.2; opacity: 0; transform: scale(.92); transition: opacity .3s var(--ease), transform .3s var(--ease); }
.adm-cell.show { opacity: 1; transform: scale(1); }
.adm-cell.lo { background: #CFEFDD; color: #137a50; }
.adm-cell.md { background: #FBEAC0; color: #8a6c00; }
.adm-cell.hi { background: #FBD9B8; color: #b5631a; }
.adm-cell.vh { background: #F5BDB6; color: #a83328; }
.adm-cell.hl { outline: 3px solid var(--green); box-shadow: 0 0 0 4px rgba(15,110,86,.2); font-weight: 700; z-index: 2; }
.adm-recs { margin-top: 11px; display: flex; flex-wrap: wrap; gap: 7px 18px; font-size: 12px; }
.adm-recs .ri { display: inline-flex; align-items: center; gap: 7px; color: #45505a; opacity: 0; transform: translateY(6px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.adm-recs .ri.show { opacity: 1; transform: none; }
.adm-recs .ri b { color: var(--ink); font-weight: 700; }
.adm-recs .ri .dotk { width: 8px; height: 8px; border-radius: 50%; background: #9B1C1C; }

/* fake cursor */
.adm-cursor { position: absolute; z-index: 30; left: 50%; top: 60%; width: 24px; height: 24px; pointer-events: none; filter: drop-shadow(0 2px 3px rgba(0,0,0,.35)); transition: left .65s var(--ease), top .65s var(--ease); opacity: 0; }
.adm-cursor.show { opacity: 1; }

@media (max-width: 720px) {
  .adm { height: 600px; }
  .adm-scene { padding: 16px 14px; }
  .adm-grid2 { gap: 12px; }
  .adm-hc, .adm-cell { font-size: 9px; }
  .adm-rl b { font-size: 10.5px; }
  .adm-resbox .rv { font-size: 28px; }
  .adm-tab .t1 { font-size: 12px; }
  .adm-tab .t2 { display: none; }
}

/* ============================================================
   CARROUSEL OUTILS
   ============================================================ */
.carousel { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.track { display: flex; gap: 14px; width: max-content; animation: slide 56s linear infinite; }
.track:hover { animation-play-state: paused; }
@keyframes slide { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.tool-card {
  width: 320px; flex: 0 0 320px; background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; gap: 12px;
  box-shadow: var(--shadow-sm);
}
.tool-card .tc-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.tool-card .tc-name { font-size: 18px; font-weight: 700; letter-spacing: -.01em; }
.tool-card .tc-dom { font-size: 12px; font-weight: 600; color: var(--blue); text-transform: uppercase; letter-spacing: .04em; margin-top: 3px; }
.tool-card .tc-desc { font-size: 13px; color: var(--muted); line-height: 1.5; min-height: 42px; }
.tool-card .tc-note {
  background: var(--green-light); border: 1px solid var(--green-border); border-radius: 10px;
  padding: 11px 13px; font-size: 11.5px; color: var(--green-deep); line-height: 1.45;
}
.tool-card .tc-note b { font-weight: 700; }
.tool-card .tc-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.tool-card .tc-score { font-size: 12px; font-weight: 700; color: var(--ink); background: var(--paper); border: 1px solid var(--border); padding: 4px 11px; border-radius: 8px; }

/* ============================================================
   CATALOGUE
   ============================================================ */
.catalogue { background: var(--white); }
.cat-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; }
.cat-row {
  display: flex; align-items: center; gap: 16px; padding: 18px 6px;
  border-bottom: 1px solid var(--border); transition: background .15s, padding .15s;
}
.cat-row:hover { background: var(--paper); padding-left: 14px; padding-right: 14px; }
.cat-row .cat-icon {
  width: 40px; height: 40px; flex: 0 0 40px; border-radius: 10px; background: var(--green-light); color: var(--green);
  display: flex; align-items: center; justify-content: center;
}
.cat-row .cat-icon svg { width: 20px; height: 20px; }
.cat-main { flex: 1; min-width: 0; }
.cat-main .cat-dom { font-size: 16px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.cat-main .cat-ex { font-size: 12px; color: var(--muted); margin-top: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cat-count { font-size: 14px; font-weight: 800; color: var(--green); background: var(--green-light); border-radius: 8px; padding: 5px 11px; flex: 0 0 auto; }
.cat-note { font-size: 12px; color: var(--muted); margin: 22px 0 30px; font-style: italic; }
.cat-cta { display: flex; justify-content: center; margin-top: 36px; }

/* ============================================================
   PROFILS
   ============================================================ */
.profiles-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 40px; }
.pphoto { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/2.4; box-shadow: var(--shadow-md); }
.pphoto img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.pphoto::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(155deg, rgba(15,110,86,.38), rgba(15,110,86,.20) 55%, rgba(11,86,66,.48));
  mix-blend-mode: multiply;
}
.pphoto::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: rgba(15,110,86,.08);
}
.pphoto:hover img { transform: scale(1.04); }
.pphoto .cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 38px 18px 16px; color: #fff; z-index: 2;
  font-size: 14px; font-weight: 600;
  background: linear-gradient(transparent, rgba(11,86,66,.82));
}
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.chip {
  background: var(--white); border: 1px solid var(--border); border-radius: 999px;
  padding: 9px 17px; font-size: 13px; font-weight: 500; transition: border-color .15s, background .15s;
}
.chip:hover { border-color: var(--green-border); background: var(--green-light); }
.spotlights { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.spotlight {
  border-radius: var(--radius); padding: 28px; border: 1px solid var(--border);
}
.spotlight.sp-social { background: var(--green-light); border-color: var(--green-border); }
.spotlight.sp-psy { background: #EAF3FC; border-color: #BCD9F5; }
.spotlight .sp-tag { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 12px; }
.spotlight.sp-social .sp-tag { color: var(--green); }
.spotlight.sp-psy .sp-tag { color: var(--blue); }
.spotlight h3 { font-size: 19px; margin-bottom: 10px; }
.spotlight p { font-size: 14px; color: #3f4651; }
.spotlight p b { color: var(--ink); }

/* ============================================================
   ENCART DIFFÉRENCIATEUR / COMING SOON / ÉTUDIANT
   ============================================================ */
.band-dark, .band-green { color: #fff; border-radius: var(--radius); overflow: hidden; }
.band-green { background: var(--green); }
.diff-band { padding: 56px 52px; }
.diff-band h2 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 20px; text-wrap: balance; max-width: 820px; }
.diff-band p { font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.9); max-width: 800px; }
.diff-band p + p { margin-top: 16px; }
.diff-band b { color: #fff; font-weight: 700; }

/* tarifs */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; max-width: 780px; margin: 0 auto; }
.plan {
  background: var(--white); border: 1.5px solid var(--border); border-radius: 12px;
  padding: 22px 20px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); position: relative;
}
.plan.featured { border-color: var(--green); box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.plan-badge {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--green); color: #fff; font-size: 10.5px; font-weight: 700; padding: 4px 12px; border-radius: 999px;
  letter-spacing: .02em; white-space: nowrap;
}
.plan .pname { font-size: 13px; font-weight: 700; color: var(--green); }
.plan .pprice { font-size: 30px; font-weight: 800; letter-spacing: -.03em; margin: 10px 0 2px; }
.plan .pprice span { font-size: 12px; font-weight: 600; color: var(--muted); }
.plan .pmeta { font-size: 11px; color: var(--muted); min-height: 30px; }
.plan ul { margin: 15px 0 18px; display: flex; flex-direction: column; gap: 8px; }
.plan ul li { font-size: 12px; display: flex; gap: 8px; align-items: flex-start; color: #333; }
.plan ul li svg { width: 14px; height: 14px; flex: 0 0 14px; color: var(--green); margin-top: 2px; }
.plan .btn { margin-top: auto; padding: 11px 16px; font-size: 13px; }
.plan.featured .btn-ghost { background: var(--green); color: #fff; border-color: var(--green); }
.plan.featured .btn-ghost:hover { background: var(--green-deep); }
.plan.student { background: linear-gradient(165deg, #EAF3FC, #fff); border-color: #BCD9F5; }
.plan.student .pname { color: var(--blue); }
.plan.student ul li svg { color: var(--blue); }
.plan.student .btn { background: var(--blue); color: #fff; }
.plan.student .btn:hover { background: #2a6fc0; }
.pricing-note { text-align: center; font-size: 11px; color: var(--muted); margin-top: 26px; }
.pricing-note a { color: var(--green); font-weight: 600; }

/* qualité */
.quality { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.qcol .ic { width: 48px; height: 48px; border-radius: 12px; background: var(--green-light); color: var(--green); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.qcol .ic svg { width: 24px; height: 24px; }
.qcol h3 { font-size: 19px; margin-bottom: 10px; }
.qcol p { color: var(--muted); font-size: 14px; }

/* coming soon */
.coming {
  background: linear-gradient(140deg, #0B5642, #0F6E56 60%); color: #fff;
  border-radius: var(--radius); padding: 52px; position: relative; overflow: hidden;
}
.coming::after { content: ""; position: absolute; right: -80px; top: -80px; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.06); }
.coming .cs-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.16); color: #fff; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 999px; margin-bottom: 20px; }
.coming h3 { font-size: clamp(24px, 3vw, 32px); margin-bottom: 16px; max-width: 720px; }
.coming > p { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.9); max-width: 760px; }
.coming .cs-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 22px; }
.coming .cs-tags span { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 7px 15px; font-size: 12px; font-weight: 500; }
.coming .cs-note { font-size: 12px; color: rgba(255,255,255,.72); max-width: 720px; line-height: 1.55; }
.coming .cs-incl { font-size: 13.5px; font-weight: 600; margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; }

/* bandeau étudiant */
.student-band { background: linear-gradient(135deg, #378ADD, #2C6FBF); color: #fff; border-radius: var(--radius); padding: 44px 52px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; box-shadow: 0 16px 40px rgba(55,138,221,.24); }
.student-band .btn-white { color: var(--blue); }
.student-band .sb-text { flex: 1; min-width: 320px; }
.student-band .sb-text h3 { font-size: 24px; margin-bottom: 12px; display: flex; align-items: center; gap: 12px; }
.student-band .sb-text p { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.6; }
.student-band .sb-text b { color: #fff; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--paper); border-top: 1px solid var(--border); padding: 56px 0 40px; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 36px; }
.footer .logo { margin-bottom: 14px; }
.footer-blurb { font-size: 13px; color: var(--muted); max-width: 340px; line-height: 1.6; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 28px; max-width: 520px; }
.footer-links a { font-size: 13px; color: var(--muted); transition: color .15s; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; font-size: 12px; color: var(--muted); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }

/* ============================================================
   COOKIE BANNER
   ============================================================ */
.cookie-banner {
  position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 200; max-width: 560px; margin: 0 auto;
  background: var(--white); border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow-lg);
  padding: 20px 22px; display: none; gap: 16px; align-items: center; flex-wrap: wrap;
}
.cookie-banner.show { display: flex; }
.cookie-banner p { font-size: 12.5px; color: var(--muted); flex: 1; min-width: 240px; line-height: 1.5; }
.cookie-banner .cb-actions { display: flex; gap: 10px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-media { max-width: 520px; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .feature.feature-hl { grid-column: span 2; }
  .quality { grid-template-columns: 1fr; gap: 24px; }
  .cat-list { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .nav-links, .nav-actions .desktop-only { display: none; }
  .burger { display: flex; }
  .steps { grid-template-columns: 1fr; }
  .pricing { grid-template-columns: 1fr; }
  .plan.featured { transform: none; }
  .profiles-photos { grid-template-columns: 1fr; }
  .spotlights { grid-template-columns: 1fr; }
  .demo-body { grid-template-columns: 1fr; }
  .diff-band, .coming { padding: 38px 28px; }
}
@media (max-width: 640px) {
  body { font-size: 15px; }
  .section { padding: 64px 0; }
  .wrap { padding: 0 18px; }
  .features { grid-template-columns: 1fr; }
  .feature.feature-hl { grid-column: span 1; }
  .hero-stats { gap: 22px; }
  .hero-stat .num { font-size: 30px; }
  .stat-card { left: 12px; right: 12px; bottom: 12px; }
  .demo-row { grid-template-columns: 1fr; }
  .student-band { padding: 32px 24px; }
  .footer-bottom { flex-direction: column; }
}
