*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:root {
  --white:   #ffffff;
  --bg:      #f8f7f5;
  --bg-2:    #f2f0ec;
  --ink:     #111110;
  --ink-2:   #555450;
  --ink-3:   #999690;
  --green:   #5aab68;
  --green-l: #A2D5AC;
  --green-bg:#eef7f0;
  --border:  #e8e5df;
  --border-2:#d0cdc6;
  --shadow:  0 1px 4px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.05);
  --shadow-lg: 0 8px 40px rgba(0,0,0,.10), 0 2px 8px rgba(0,0,0,.05);
}

body {
  background: var(--white);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 3rem;
  background: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, backdrop-filter .3s ease, border-color .3s ease;
}
nav.scrolled {
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(16px);
  border-bottom-color: var(--border);
}

.logo {
  font-family: 'Instrument Sans', sans-serif;
  font-size: .98rem; font-weight: 700;
  letter-spacing: -.015em;
  color: var(--ink); text-decoration: none;
}
.logo span { color: var(--green); }

.nav-links { display: flex; gap: 2.2rem; align-items: center; }
.nav-link { font-size: .85rem; color: var(--ink-2); text-decoration: none; transition: color .2s; }
.nav-link:hover { color: var(--ink); }

.nav-btn {
  padding: .5rem 1.2rem;
  background: var(--ink); color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: .78rem; font-weight: 500;
  letter-spacing: .05em; text-transform: uppercase;
  text-decoration: none; border-radius: 7px;
  transition: background .2s;
}
.nav-btn:hover { background: var(--green); }

/* ── HERO ── */
#hero {
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 9rem 2rem 6rem;
  position: relative;
  background: var(--white);
}

/* subtle radial bg */
#hero::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(162,213,172,.12) 0%, transparent 70%);
}

.hero-badge {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .3rem .85rem;
  border: 1px solid rgba(90,171,104,.3);
  border-radius: 999px;
  font-size: .7rem; font-weight: 600;
  letter-spacing: .09em; text-transform: uppercase;
  color: var(--green); background: var(--green-bg);
  margin-bottom: 2rem;
  opacity: 0; animation: fadeUp .5s .1s forwards;
  position: relative; z-index: 1;
}
.hero-badge::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--green); display: block;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100%{opacity:1;transform:scale(1)}
  50%{opacity:.5;transform:scale(.8)}
}

h1 {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
  line-height: 1.08; letter-spacing: -.035em;
  color: var(--ink);
  max-width: 720px;
  opacity: 0; animation: fadeUp .7s .2s forwards;
  position: relative; z-index: 1;
}
h1 em { font-style: normal; color: var(--green); }

.hero-sub {
  margin-top: 1.5rem; max-width: 480px;
  font-size: 1rem; color: var(--ink-2); line-height: 1.8;
  opacity: 0; animation: fadeUp .6s .35s forwards;
  position: relative; z-index: 1;
}

.hero-btns {
  display: flex; gap: .8rem; margin-top: 2.2rem;
  flex-wrap: wrap; justify-content: center;
  opacity: 0; animation: fadeUp .6s .5s forwards;
  position: relative; z-index: 1;
}

.btn-dark {
  padding: .85rem 1.8rem;
  background: var(--ink); color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: .82rem; font-weight: 500;
  letter-spacing: .05em; text-transform: uppercase;
  text-decoration: none; border-radius: 7px;
  display: inline-flex; align-items: center; gap: .5rem;
  transition: background .2s, transform .15s;
}
.btn-dark:hover { background: var(--green); transform: translateY(-1px); }

.btn-ghost {
  padding: .85rem 1.8rem;
  background: transparent; color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  font-size: .82rem; font-weight: 400;
  letter-spacing: .03em;
  text-decoration: none; border-radius: 7px;
  border: 1px solid var(--border-2);
  transition: border-color .2s, background .2s;
}
.btn-ghost:hover { border-color: var(--ink); background: var(--bg); }

.hero-note {
  margin-top: .9rem; font-size: .72rem; color: var(--ink-3);
  letter-spacing: .03em;
  opacity: 0; animation: fadeUp .5s .62s forwards;
  position: relative; z-index: 1;
}
.hero-note span { color: var(--green); }

/* Hero floating elements */
.hero-floats {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}

/* Concentric orbital rings */
.hero-orbits {
  position: absolute;
  top: 50%; left: 50%;
  width: min(140vh, 1400px);
  height: min(140vh, 1400px);
  transform: translate(-50%, -42%);
}
.hero-orbits circle {
  fill: none;
  stroke: var(--green);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.hero-orbits circle:nth-child(1) { opacity: .30 }
.hero-orbits circle:nth-child(2) { opacity: .22 }
.hero-orbits circle:nth-child(3) { opacity: .16 }
.hero-orbits circle:nth-child(4) { opacity: .10 }
.hero-orbits circle:nth-child(5) { opacity: .06 }

/* Notification pills */
.notif {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .55rem .9rem;
  display: flex; align-items: center; gap: .6rem;
  box-shadow: var(--shadow);
  white-space: nowrap;
  opacity: 0;
}
.notif-dot {
  width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0;
}
.notif-dot.green { background: var(--green); }
.notif-dot.amber { background: #e0b450; }
.notif-dot.blue  { background: #6a9fc0; }
.notif-label { font-size: .72rem; font-weight: 500; color: var(--ink); }
.notif-sub   { font-size: .65rem; color: var(--ink-3); }

.notif.n1 { top: 22%; left: 6%; animation: notifAppear .5s 1s forwards; flex-direction: column; align-items: flex-start; gap: .2rem; }
.notif.n2 { top: 52%; left: 4%; animation: notifAppear .5s 1.2s forwards; }
.notif.n3 { top: 18%; right: 5%; animation: notifAppear .5s 1.1s forwards; flex-direction: column; align-items: flex-start; gap: .2rem; }
.notif.n4 { top: 55%; right: 4%; animation: notifAppear .5s 1.3s forwards; }
@keyframes notifAppear {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: .8; transform: none; }
}

/* Decorative orbs */
.orb {
  position: absolute; border-radius: 50%; pointer-events: none;
  opacity: 0; will-change: transform;
}
.orb.o1 {
  width: 460px; height: 460px;
  top: -80px; left: -120px;
  background: radial-gradient(circle, rgba(67,129,79,.18) 0%, transparent 65%);
  filter: blur(60px);
  animation: fadeAv .8s 1.2s forwards, orbFloat1 16s ease-in-out 1.4s infinite;
}
.orb.o2 {
  width: 420px; height: 420px;
  bottom: -100px; right: -120px;
  background: radial-gradient(circle, rgba(162,213,172,.22) 0%, transparent 65%);
  filter: blur(70px);
  animation: fadeAv .8s 1.3s forwards, orbFloat2 20s ease-in-out 1.5s infinite;
}
.orb.o3 {
  width: 280px; height: 280px;
  top: 35%; left: 60%;
  background: radial-gradient(circle, rgba(67,129,79,.10) 0%, transparent 65%);
  filter: blur(60px);
  animation: fadeAv .8s 1.4s forwards, orbFloat3 22s ease-in-out 1.6s infinite;
}

/* Pale-green ambient halo behind the headline */
.hero-blur {
  position: absolute;
  width: 720px; height: 720px;
  border-radius: 50%;
  top: 18%; left: 50%;
  background: radial-gradient(circle, rgba(162,213,172,.28) 0%, rgba(162,213,172,.10) 40%, transparent 70%);
  filter: blur(110px);
  pointer-events: none;
  will-change: transform;
  animation: blurDrift 28s ease-in-out infinite;
}

@keyframes orbFloat1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(80px, 60px) scale(1.08); }
}
@keyframes orbFloat2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(-90px, -70px) scale(1.1); }
}
@keyframes orbFloat3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(-70px, 90px) scale(1.05); }
}
@keyframes blurDrift {
  0%, 100% { transform: translate(-50%, 0) scale(1); opacity: .9; }
  33%      { transform: translate(-58%, -40px) scale(1.08); opacity: 1; }
  66%      { transform: translate(-42%, 30px) scale(.95); opacity: .75; }
}
@media (prefers-reduced-motion: reduce) {
  .orb, .hero-blur { animation: none !important; }
}

/* Subtle grid lines */
.hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(90,171,104,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90,171,104,.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 10%, transparent 80%);
}

@keyframes fadeAv {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: none; }
}

/* Mockup hero */
.hero-mockup {
  margin-top: 4rem; width: 100%; max-width: 820px;
  position: relative; z-index: 1;
  opacity: 0; animation: fadeUp .9s .7s forwards;
}
.mockup-win {
  background: #111110; border: 1px solid #2a2a26;
  border-radius: 12px; overflow: hidden;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(0,0,0,.08);
}
.mbar {
  background: #1c1c19; padding: .6rem 1rem;
  display: flex; align-items: center; gap: .5rem;
  border-bottom: 1px solid #2a2a26;
}
.dot{width:10px;height:10px;border-radius:50%}
.dot.r{background:#ff5f57}.dot.y{background:#ffbd2e}.dot.g{background:#28c840}
.murl {
  margin:0 auto; background:rgba(255,255,255,.07);
  border-radius:4px; padding:.18rem .8rem;
  font-size:.67rem; color:#888; letter-spacing:.04em;
}
.mbody {
  display: grid; grid-template-columns: 200px 1fr; min-height: 300px;
}
.msidebar {
  background: #0e0e0c; border-right: 1px solid #222;
  padding: 1.2rem; display: flex; flex-direction: column; gap: .22rem;
}
.slbl { font-size:.56rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#3d6b44;padding:.5rem .6rem .2rem; }
.sitm { padding:.4rem .7rem;border-radius:5px;font-size:.68rem;color:#888;display:flex;align-items:center;gap:.55rem;cursor:default; }
.sitm.on{background:rgba(162,213,172,.12);color:#A2D5AC}
.sdot{width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.5}
.sitm.on .sdot{opacity:1}
.mmain{padding:1.4rem 1.8rem}
.mtitle{font-family:'Instrument Sans',sans-serif;font-size:.82rem;font-weight:600;color:#eee;letter-spacing:-.01em;margin-bottom:1rem}
.krow{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin-bottom:1rem}
.kc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:.75rem .9rem}
.kl{font-size:.56rem;color:#888;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.28rem}
.kv{font-family:'Instrument Sans',sans-serif;font-size:1.2rem;font-weight:700;color:#eee;line-height:1}
.kd{font-size:.58rem;color:#A2D5AC;margin-top:.18rem}
.frows{display:flex;flex-direction:column;gap:.4rem}
.fr{display:flex;align-items:center;gap:.7rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:6px;padding:.5rem .75rem}
.fic{width:24px;height:24px;border-radius:5px;background:rgba(162,213,172,.12);display:flex;align-items:center;justify-content:center;font-size:.65rem;color:#A2D5AC;flex-shrink:0}
.ftx{flex:1}
.fn{font-size:.68rem;font-weight:500;color:#ddd}
.fs{font-size:.58rem;color:#777}
.fb{font-size:.54rem;padding:.13rem .42rem;border-radius:3px;font-weight:600;letter-spacing:.06em}
.fb.ok{background:rgba(162,213,172,.15);color:#A2D5AC}
.fb.warn{background:rgba(224,180,80,.15);color:#e0b450}
.fb.fix{background:rgba(224,112,112,.12);color:#e07070}

/* ── PROOF STRIP ── */
#proof {
  background: var(--bg);
  padding: 2rem 3rem;
  display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap;
}
.proof-lbl {
  font-size: .67rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-3);
}
.proof-items { display: flex; gap: 2.5rem; align-items: center; flex-wrap: wrap; }
.proof-item {
  font-family: 'Instrument Sans', sans-serif;
  font-size: .82rem; font-weight: 500; color: var(--ink-3);
  transition: color .2s; cursor: default;
}
.proof-item:hover { color: var(--ink); }

/* ── SECTION HELPERS ── */
.s-tag {
  font-size: .63rem; font-weight: 700; letter-spacing: .25em;
  text-transform: uppercase; color: var(--green);
  margin-bottom: .8rem;
}
h2 {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 700; line-height: 1.1; letter-spacing: -.035em;
  font-size: clamp(1.9rem, 3.5vw, 3rem); color: var(--ink);
}
h2 em { font-style: normal; color: var(--green); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ── PROBLÈME — 3 colonnes features ── */
#probleme {
  background: var(--white);
  padding: 8rem 3rem;
  text-align: center;
}
.prob-hd { max-width: 580px; margin: 0 auto 4rem; }
.prob-hd p { margin-top: 1rem; font-size: .95rem; color: var(--ink-2); line-height: 1.8; }

.pain-cols {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5px; max-width: 1060px; margin: 0 auto;
  background: var(--border);
  border: 1px solid var(--border); border-radius: 12px; overflow: hidden;
}
.pain-col {
  background: var(--white); padding: 2.2rem 2rem;
  display: flex; flex-direction: column; align-items: flex-start;
  text-align: left; transition: background .2s; cursor: default;
}
.pain-col:hover { background: var(--bg); }

.pain-icon {
  width: 40px; height: 40px; border-radius: 9px;
  background: var(--green-bg);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.2rem; font-size: 1.1rem;
}
.pain-num {
  font-family: 'Instrument Sans', sans-serif;
  font-size: .58rem; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase; color: var(--green);
  margin-bottom: .5rem;
}
.pain-col strong {
  font-family: 'Instrument Sans', sans-serif;
  font-size: .95rem; font-weight: 700; color: var(--ink);
  letter-spacing: -.01em; margin-bottom: .5rem; display: block;
}
.pain-col p { font-size: .82rem; color: var(--ink-2); line-height: 1.65; }

/* ── OFFRES ── */
#offres {
  background: var(--bg);
  padding: 8rem 3rem;
}
.offres-hd { text-align: center; max-width: 560px; margin: 0 auto 3.5rem; }
.offres-hd p { margin-top: .9rem; font-size: .95rem; color: var(--ink-2); }

.pricing-cards {
  max-width: 1060px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.pc {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 14px; overflow: hidden; box-shadow: var(--shadow);
  display: flex; flex-direction: column;
  transition: box-shadow .25s, border-color .25s;
}
.pc:hover { box-shadow: var(--shadow-lg); }
.pc.star { border-color: var(--green); box-shadow: 0 4px 24px rgba(90,171,104,.13); }
.pc.star:hover { box-shadow: 0 8px 40px rgba(90,171,104,.2); }

.pc-header {
  padding: 1.8rem 1.8rem 1.4rem;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.pc.star .pc-header::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--green);
}
.pc-name-row { display: flex; align-items: center; gap: .6rem; margin-bottom: .3rem; }
.pc-name {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.05rem; font-weight: 700; letter-spacing: -.02em; color: var(--ink);
}
.pc-popular {
  background: var(--green-bg); border: 1px solid rgba(90,171,104,.4);
  border-radius: 99px; padding: .18rem .6rem;
  font-size: .58rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--green);
}
.pc-desc { font-size: .82rem; color: var(--ink-2); line-height: 1.55; }

.pc-body { padding: 1.5rem 1.8rem; flex: 1; }
.feats-label {
  font-size: .58rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--green); margin-bottom: .7rem;
}
.feats-grid { display: flex; flex-direction: column; gap: .48rem; }
.feat {
  display: flex; align-items: flex-start; gap: .5rem;
  font-size: .82rem; color: var(--ink); line-height: 1.45;
}
.feat-icon {
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--green-bg);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.feat-icon svg { width: 9px; height: 9px; stroke: var(--green); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

.pc-variants {
  margin-top: .9rem; background: var(--bg);
  border: 1px solid var(--border); border-radius: 7px;
  padding: .75rem 1rem; display: flex; flex-direction: column; gap: .38rem;
}
.pc-variant { display: flex; align-items: center; gap: .5rem; font-size: .76rem; color: var(--ink-2); }
.pc-variant::before { content: '◆'; font-size: .3rem; color: var(--green); flex-shrink: 0; }

.pc-price-panel {
  padding: 1.4rem 1.8rem 1.8rem;
  border-top: 1px solid var(--border);
  display: flex; flex-direction: column; gap: .9rem;
}
.pc-price {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2rem; font-weight: 700; color: var(--ink); line-height: 1;
}
.pc-price sup { font-size: .95rem; vertical-align: top; margin-top: .25rem; font-weight: 400; color: var(--ink-2); }
.pc-price-unit { font-size: .7rem; color: var(--ink-2); margin-top: .22rem; line-height: 1.5; }
.pc-price-alt { font-size: .65rem; color: var(--ink-3); margin-top: .1rem; }
.pc-cta {
  display: block; width: 100%; text-align: center;
  padding: .78rem 1.2rem;
  border: 1.5px solid var(--ink); border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: .76rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  background: transparent; transition: all .22s;
}
.pc-cta:hover { background: var(--ink); color: #fff; }
.pc.star .pc-cta { background: var(--green); color: #fff; border-color: var(--green); }
.pc.star .pc-cta:hover { background: #3d9050; border-color: #3d9050; }
.pc-footer { display: none; }

/* ── MÉTHODE — 3 étapes horizontales ── */
#methode {
  background: var(--bg);
  padding: 8rem 3rem;
  text-align: center;
}
.meth-hd { max-width: 560px; margin: 0 auto 4rem; }
.meth-hd p { margin-top: 1rem; font-size: .95rem; color: var(--ink-2); line-height: 1.8; }

.steps-horiz {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; max-width: 1060px; margin: 0 auto;
  position: relative;
}
/* connecting line */
.steps-horiz::before {
  content: '';
  position: absolute; top: 28px; left: 12.5%; right: 12.5%;
  height: 1px; background: var(--border); z-index: 0;
}

.step-h {
  padding: 0 1.5rem 0; text-align: center;
  display: flex; flex-direction: column; align-items: center;
  position: relative; z-index: 1;
}
.step-dot {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--white); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.4rem;
  font-family: 'Instrument Sans', sans-serif;
  font-size: .62rem; font-weight: 700; letter-spacing: .1em;
  color: var(--ink-3);
  transition: border-color .2s, background .2s;
  flex-shrink: 0;
}
.step-h:hover .step-dot {
  border-color: var(--green); background: var(--green-bg); color: var(--green);
}
.step-h strong {
  font-family: 'Instrument Sans', sans-serif;
  font-size: .9rem; font-weight: 700; color: var(--ink);
  letter-spacing: -.01em; margin-bottom: .4rem; display: block;
}
.step-h span { font-size: .8rem; color: var(--ink-2); line-height: 1.6; }

/* ── SECTION SPLIT (texte + visuel) ── */
#split {
  background: var(--white);
  padding: 8rem 3rem;
}
.split-inner {
  max-width: 1060px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.split-text .s-tag { margin-bottom: .8rem; }
.split-text h2 { margin-bottom: 1.2rem; }
.split-text p { font-size: .92rem; color: var(--ink-2); line-height: 1.8; max-width: 400px; margin-bottom: 1.8rem; }
.split-stats { display: flex; flex-direction: column; gap: 1px; }
.split-stat {
  display: flex; align-items: flex-start; gap: 1.2rem;
  padding: 1.2rem 1.4rem;
  background: var(--bg); border: 1px solid var(--border);
  transition: border-color .2s;
}
.split-stat:first-child { border-radius: 10px 10px 0 0; }
.split-stat:last-child { border-radius: 0 0 10px 10px; }
.split-stat:hover { border-color: var(--green-l); }
.stat-val {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.8rem; font-weight: 700; color: var(--green);
  line-height: 1; flex-shrink: 0; min-width: 60px;
}
.stat-txt strong { display: block; font-size: .85rem; font-weight: 600; color: var(--ink); margin-bottom: .1rem; }
.stat-txt span { font-size: .78rem; color: var(--ink-2); line-height: 1.5; }

.split-mockup { position: relative; }
.split-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 14px; padding: 1.8rem;
  box-shadow: var(--shadow-lg);
}
.sc-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: .85rem; font-weight: 700; color: var(--ink);
  letter-spacing: -.01em; margin-bottom: 1.2rem;
  display: flex; justify-content: space-between; align-items: center;
}
.sc-tag {
  font-size: .58rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: .2rem .6rem;
  background: var(--green-bg); color: var(--green);
  border-radius: 99px; border: 1px solid rgba(90,171,104,.3);
}
.sc-items { display: flex; flex-direction: column; gap: .6rem; }
.sc-item {
  display: flex; align-items: center; gap: .8rem;
  padding: .7rem .9rem; border-radius: 8px;
  border: 1px solid var(--border); background: var(--bg);
  font-size: .78rem; color: var(--ink-2);
  transition: border-color .2s;
}
.sc-item:hover { border-color: var(--green-l); }
.sc-dot {
  width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;
}
.sc-dot.g { background: var(--green); }
.sc-dot.o { background: #e0b450; }
.sc-dot.r { background: #e07070; }
.sc-item span { flex: 1; }
.sc-badge {
  font-size: .6rem; font-weight: 600; padding: .15rem .45rem;
  border-radius: 3px; letter-spacing: .05em;
}
.sc-badge.green { background: var(--green-bg); color: var(--green); }
.sc-badge.amber { background: rgba(224,180,80,.15); color: #c8920a; }
.sc-badge.red { background: rgba(224,112,112,.12); color: #c85050; }

/* ── QUI JE SUIS ── */
#about {
  background: var(--white);
  padding: 8rem 3rem;
}
.about-inner { max-width: 1060px; margin: 0 auto; }
.about-hd { text-align: center; max-width: 600px; margin: 0 auto 2.5rem; }
.about-hd .s-tag { justify-content: center; display: flex; }

.about-id {
  display: flex; flex-direction: column; gap: .25rem;
  align-items: center; text-align: center;
  margin-top: 1.2rem;
}
.about-name {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.1rem; font-weight: 700;
  color: var(--ink); letter-spacing: -.01em;
}
.about-role {
  font-size: .8rem; color: var(--ink-2); line-height: 1.5;
}
.about-linkedin {
  margin-top: .35rem;
  font-family: 'Instrument Sans', sans-serif;
  font-size: .72rem; font-weight: 600;
  letter-spacing: .04em;
  color: var(--green); text-decoration: none;
  transition: color .2s;
}
.about-linkedin:hover { color: var(--ink); }

.about-text {
  max-width: 720px; margin: 0 auto 3.5rem;
  display: flex; flex-direction: column; gap: 1.1rem;
}
.about-pitch {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.15rem; font-weight: 400;
  color: var(--ink); line-height: 1.5; letter-spacing: -.01em;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--border);
}
.about-text p {
  font-size: .92rem; color: var(--ink-2); line-height: 1.75;
}
.about-text p strong { color: var(--ink); font-weight: 600; }

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 12px; overflow: hidden;
  margin-bottom: 2.5rem;
}
.about-stat {
  background: var(--white);
  padding: 1.6rem 1.4rem;
  display: flex; flex-direction: column; gap: .5rem;
  transition: background .2s; cursor: default;
}
.about-stat:hover { background: var(--bg); }
.about-stat-val {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.6rem; font-weight: 700;
  color: var(--green); line-height: 1; letter-spacing: -.02em;
}
.about-stat-lbl {
  font-size: .78rem; color: var(--ink-2); line-height: 1.5;
}

.about-stack { text-align: center; }
.about-stack-lbl {
  font-size: .62rem; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: var(--ink-3);
  margin-bottom: 1rem;
}
.about-stack-items {
  display: flex; flex-wrap: wrap; gap: .55rem;
  justify-content: center;
}
.about-chip {
  font-family: 'DM Sans', sans-serif;
  font-size: .78rem; font-weight: 500;
  color: var(--ink-2);
  padding: .35rem .85rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 99px;
  transition: border-color .2s, color .2s;
  cursor: default;
}
.about-chip:hover { border-color: var(--green-l); color: var(--ink); }

/* ── CTA FINAL ── */
#cta-final {
  background: var(--ink);
  padding: 9rem 2rem;
  text-align: center;
  position: relative; overflow: hidden;
}
#cta-final::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(162,213,172,.07) 1px, transparent 1px);
  background-size: 28px 28px;
}
.cta-inner { max-width: 640px; margin: 0 auto; position: relative; z-index: 1; }
.cta-inner .s-tag { justify-content: center; color: var(--green-l); }
.cta-inner h2 { color: #f5f3ef; font-size: clamp(2rem, 4vw, 3.6rem); margin-bottom: 1.2rem; }
.cta-inner h2 em { color: var(--green-l); }
.cta-inner p { font-size: .95rem; color: rgba(245,243,239,.55); line-height: 1.8; margin-bottom: 2.5rem; max-width: 460px; margin-left: auto; margin-right: auto; }
.btn-green {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .95rem 2.2rem;
  background: var(--green-l); color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  font-size: .82rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  text-decoration: none; border-radius: 7px;
  transition: background .2s, transform .15s;
}
.btn-green:hover { background: #b8e0c0; transform: translateY(-1px); }
.cta-note { margin-top: 1.2rem; font-size: .72rem; color: rgba(245,243,239,.35); letter-spacing: .05em; }

/* ── FOOTER ── */
footer {
  background: #0c0c0b; border-top: 1px solid rgba(255,255,255,.06);
  padding: 2rem 3rem;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
}
.footer-logo { font-family: 'Instrument Sans', sans-serif; font-size: .92rem; font-weight: 700; letter-spacing: -.015em; color: rgba(255,255,255,.45); }
.footer-logo span { color: var(--green-l); }
.footer-copy { font-size: .7rem; color: rgba(255,255,255,.2); }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:none} }

/* ── RESPONSIVE ── */
@media(max-width:860px){
  nav{padding:1rem 1.5rem}
  .nav-links{display:none}
  #hero{padding:7rem 1.5rem 4rem}
  h1{font-size:clamp(1.9rem, 8vw, 2.6rem); letter-spacing:-.025em; max-width:100%}
  .hero-sub{margin-top:1rem; font-size:.95rem}
  .hero-mockup{margin-top:2.5rem}
  .notif{display:none}
  .orb.o1{width:280px;height:280px;top:-60px;left:-90px}
  .orb.o2{width:260px;height:260px;bottom:-80px;right:-90px}
  .orb.o3{display:none}
  .hero-blur{width:480px;height:480px;top:8%}
  .hero-orbits{width:140vw;height:140vw}
  .mbody{grid-template-columns:1fr}
  .msidebar{display:none}
  #proof{padding:2rem 1.5rem;gap:1rem 1.5rem}
  #probleme,#offres,#methode,#split,#about,#cta-final{padding:5rem 1.5rem}
  .about-pitch{font-size:1.02rem}
  .about-stats{grid-template-columns:repeat(2,1fr)}
  .about-stat{padding:1.2rem 1rem}
  .about-stat-val{font-size:1.35rem}
  .pain-cols,.steps-horiz,.split-inner{grid-template-columns:1fr}
  .pricing-cards{grid-template-columns:1fr}
  .steps-horiz::before{display:none}
  footer{padding:1.5rem}
}

/* ── TWEAKS ── */
#tweaks-panel{
  position:fixed;bottom:1.5rem;right:1.5rem;
  background:var(--white);border:1px solid var(--border);border-radius:10px;
  padding:1.3rem;width:250px;z-index:999;
  display:none;flex-direction:column;gap:.9rem;
  box-shadow:var(--shadow-lg);
}
#tweaks-panel.open{display:flex}
.tp-title{font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--green);display:flex;justify-content:space-between;align-items:center;padding-bottom:.8rem;border-bottom:1px solid var(--border);}
.tp-close{cursor:pointer;opacity:.4;font-size:1rem;transition:opacity .2s}
.tp-close:hover{opacity:1}
.tp-row{display:flex;flex-direction:column;gap:.35rem}
.tp-lbl{font-size:.68rem;color:var(--ink-2);letter-spacing:.06em}
.tp-row select{width:100%;background:var(--bg);border:1px solid var(--border);color:var(--ink);padding:.4rem .6rem;font-size:.75rem;font-family:'DM Sans',sans-serif;border-radius:5px;cursor:pointer;appearance:none}

/* ── CONTACT FORM (Web3Forms) ── */
.cf {
  max-width: 640px; margin: 2.5rem auto 0; text-align: left;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 2rem 2rem 1.6rem;
  backdrop-filter: blur(6px);
  position: relative; z-index: 1;
}
.cf-honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.cf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.cf-field { display: flex; flex-direction: column; gap: .4rem; }
.cf-full { grid-column: 1 / -1; }
.cf-field label {
  font-family: 'Instrument Sans', sans-serif;
  font-size: .7rem; font-weight: 600; letter-spacing: .06em;
  color: rgba(245,243,239,.78);
}
.cf-req { color: var(--green-l); }
.cf-opt {
  color: rgba(245,243,239,.4); font-weight: 400;
  letter-spacing: .02em; text-transform: none; font-size: .68rem;
}
.cf-field input[type="text"],
.cf-field input[type="email"],
.cf-field input[type="tel"],
.cf-field select,
.cf-field textarea {
  width: 100%;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: .7rem .85rem;
  font-family: 'DM Sans', sans-serif;
  font-size: .88rem;
  color: #f5f3ef;
  transition: border-color .2s, background .2s;
  outline: none;
}
.cf-field textarea { resize: vertical; min-height: 110px; line-height: 1.55; }
.cf-field input::placeholder,
.cf-field textarea::placeholder { color: rgba(245,243,239,.3); }
.cf-field input:focus,
.cf-field select:focus,
.cf-field textarea:focus {
  border-color: var(--green-l);
  background: rgba(255,255,255,.06);
}
.cf-field select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 5l3 3 3-3' stroke='%23A2D5AC' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .85rem center; background-size: 12px;
  padding-right: 2.2rem; cursor: pointer;
}
.cf-field select option { background: #1a1a18; color: #f5f3ef; }

.cf-consent label {
  display: flex; align-items: flex-start; gap: .6rem;
  font-family: 'DM Sans', sans-serif;
  font-size: .78rem; font-weight: 400; letter-spacing: 0;
  color: rgba(245,243,239,.65); line-height: 1.55; cursor: pointer;
  text-transform: none;
}
.cf-consent input[type="checkbox"] {
  appearance: none; -webkit-appearance: none;
  width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px;
  border: 1.5px solid rgba(245,243,239,.3);
  border-radius: 3px; background: transparent; cursor: pointer;
  transition: background .15s, border-color .15s;
  position: relative;
}
.cf-consent input[type="checkbox"]:checked {
  background: var(--green-l); border-color: var(--green-l);
}
.cf-consent input[type="checkbox"]:checked::after {
  content: ''; position: absolute; left: 4px; top: 1px;
  width: 4px; height: 8px;
  border: solid var(--ink); border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cf-submit {
  margin-top: 1.4rem; width: 100%;
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .95rem 2.2rem;
  background: var(--green-l); color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  font-size: .82rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  border-radius: 7px;
  border: 1.5px solid var(--green-l);
  cursor: pointer;
  transition: background .2s, transform .15s, opacity .2s;
}
.cf-submit:hover:not(:disabled) {
  background: #b8e0c0; border-color: #b8e0c0;
  transform: translateY(-1px);
}
.cf-submit:disabled { opacity: .6; cursor: not-allowed; }
.cf-submit-loading { display: none; }
.cf.is-loading .cf-submit-label { display: none; }
.cf.is-loading .cf-submit-loading { display: inline; }

.cf-result {
  margin-top: 1rem; font-size: .82rem; line-height: 1.55;
  border-radius: 8px; padding: 0;
  text-align: center; min-height: 0;
  transition: padding .2s;
}
.cf-result.error {
  padding: .85rem 1rem;
  background: rgba(224,112,112,.1);
  border: 1px solid rgba(224,112,112,.35);
  color: #e07070;
}

/* Form sent state — replaces the form with a confirmation block */
.cf.is-sent .cf-grid,
.cf.is-sent .cf-submit { display: none; }
.cf.is-sent {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 3rem 2rem;
}
.cf.is-sent .cf-result.success {
  margin-top: 0;
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
  padding: 0; background: transparent; border: none;
}
.cf-success-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(162,213,172,.15);
  border: 1.5px solid var(--green-l);
  display: flex; align-items: center; justify-content: center;
  animation: fadeUp .5s ease;
}
.cf-success-icon svg {
  width: 26px; height: 26px;
  stroke: var(--green-l); fill: none;
  stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
}
.cf-success-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem; font-weight: 600; letter-spacing: -.01em;
  color: #f5f3ef; line-height: 1.3;
}
.cf-success-text {
  font-size: .9rem; color: rgba(245,243,239,.65); line-height: 1.6;
  max-width: 380px;
}

@media (max-width: 860px) {
  .cf { padding: 1.4rem 1.2rem; }
  .cf-grid { grid-template-columns: 1fr; gap: 1rem; }
}
