/* Variables famille BTP */
:root {
  --family-accent: #7A705F;
  --family-accent-hover: #5E5548;
  --family-accent-soft: #F0ECE5;
  --family-accent-ultra-soft: #FAF7F1;
  --family-accent-border: #DED6C8;
  /* mp-* de base si non hérités */
  --mp-bg: #F6F7F4;
  --mp-surface: #FFFFFF;
  --mp-text: #132033;
  --mp-text-muted: #4B5563;
  --mp-text-soft: #6B7280;
  --mp-border: #DDE4DC;
  --mp-shadow-md: 0 14px 36px rgba(19, 32, 51, 0.08);
  --bg: #F6F7F4;
  --bg2: #ECEFE8;
  --line: rgba(19, 32, 51, 0.10);
  --text: #132033;
  --muted: #4B5563;
  --orange: #7A705F;
  --orange2: #9A8E7C;
  --green: #19B96F;
  --shadow: 0 14px 36px rgba(19, 32, 51, 0.08);
  --max: 1180px;
}

/* ── NAV PARTAGÉ ── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--mp-border-soft, #E8EEE6);
}
.nav__inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
}
.nav__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: Sora, Inter, system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--mp-text, #132033);
  text-decoration: none;
  flex-shrink: 0;
}
.nav__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mp-primary, #19B96F);
  display: inline-block;
  flex-shrink: 0;
}
.nav__links {
  display: flex;
  gap: 1.5rem;
  margin-right: auto;
}
.nav__links a {
  color: var(--mp-text-soft, #425067);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: color 160ms ease;
  white-space: nowrap;
}
.nav__links a:hover { color: var(--mp-text, #132033); }
.nav__cta {
  background: var(--mp-primary, #19B96F);
  color: #FFFFFF;
  border: 1px solid var(--mp-primary, #19B96F);
  padding: 0.45rem 1rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: background-color 160ms ease;
}
.nav__cta:hover {
  background: var(--mp-primary-hover, #12965A);
  border-color: var(--mp-primary-hover, #12965A);
  text-decoration: none;
}
@media (max-width: 768px) {
  .nav__links { display: none; }
  .nav__cta { margin-left: auto; }
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: Inter, Manrope, system-ui, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(122, 112, 95, 0.14), transparent 28rem),
    radial-gradient(circle at top right, rgba(25, 185, 111, 0.07), transparent 30rem),
    var(--mp-bg, #F6F7F4);
  color: var(--mp-text, #132033);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: auto;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 34px 0;
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(122, 112, 95, 0.14), transparent 28rem),
    radial-gradient(circle at top right, rgba(25, 185, 111, 0.07), transparent 30rem),
    var(--mp-bg, #F6F7F4);
  color: var(--mp-text, #132033);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(19, 32, 51, 0.06);
  border-radius: 36px;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 34px;
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
}

.brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, var(--orange2), var(--orange));
  color: #111;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  box-shadow: 0 18px 44px rgba(255,122,26,.36);
}

.brand-name {
  font-family: Oswald, sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(19,32,51,.07);
  color: var(--mp-text-soft, #425067);
  font-weight: 900;
  margin-bottom: 20px;
}

.badge::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(49,208,170,.12);
}

h1, h2 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  line-height: .9;
  margin: 0;
  letter-spacing: .01em;
}

h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.8rem);
  max-width: 850px;
}

.orange { color: var(--orange2); }

.hero-lead {
  margin: 26px 0 0;
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 24px;
  border-radius: 18px;
  font-weight: 1000;
  transition: .18s ease;
}

.btn-primary {
  background: linear-gradient(180deg, var(--orange2), var(--orange));
  color: #15110d;
  box-shadow: 0 18px 42px rgba(255,122,26,.32);
}

.btn-secondary {
  border: 1px solid rgba(19,32,51,.18);
  background: rgba(19,32,51,.06);
  color: var(--mp-text, #132033);
}

.btn:hover {
  transform: translateY(-2px);
  filter: saturate(1.1);
}

.hero-panel {
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  padding: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.truth-card {
  min-height: 420px;
  border-radius: 28px;
  padding: 28px;
  background:
    radial-gradient(circle at 30% 0%, rgba(255,122,26,.26), transparent 38%),
    linear-gradient(180deg, rgba(12,18,26,.9), rgba(14,23,33,.96));
  border: 1px solid rgba(255,255,255,.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.truth-label {
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}

.truth-number {
  font-family: Oswald, sans-serif;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: .9;
  color: var(--green);
  margin: 18px 0;
}

.truth-card h3 {
  font-size: 1.7rem;
  line-height: 1.05;
  margin: 0;
}

.truth-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  color: #dce8f4;
  font-weight: 800;
}

.truth-list li::before {
  content: "✓ ";
  color: var(--green);
}

section { padding: 86px 0; }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 30px;
}

.section-head h2 {
  font-size: clamp(3rem, 7vw, 5.7rem);
  max-width: 760px;
}

.section-head p {
  max-width: 420px;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 700;
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.job-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
  box-shadow: 0 20px 60px rgba(0,0,0,.22);
  transition: .2s ease;
}

.job-card::after {
  content: "Ouvrir l’outil →";
  position: absolute;
  left: 22px;
  bottom: 20px;
  color: var(--orange2);
  font-weight: 1000;
}

.job-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,122,26,.55);
  background: linear-gradient(180deg, rgba(255,122,26,.14), rgba(255,255,255,.05));
}

.job-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--orange2);
}

.job-icon-svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.7;
}

.job-card h3 {
  margin: 0 0 10px;
  font-size: 1.55rem;
}

.job-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  max-width: 28ch;
}

.pain {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,122,26,.14), transparent 32%),
    rgba(0,0,0,.18);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.pain-box {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.pain h2 {
  font-size: clamp(3.4rem, 8vw, 6.8rem);
}

.pain-text {
  border-left: 4px solid var(--orange);
  padding-left: 24px;
  color: #dce8f4;
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  font-weight: 900;
  line-height: 1.25;
}

.pain-text span { color: var(--orange2); }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.step {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 26px;
  background: rgba(255,255,255,.06);
}

.step strong {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(255,122,26,.16);
  color: var(--orange2);
  font-family: Oswald, sans-serif;
  font-size: 28px;
  margin-bottom: 24px;
}

.step h3 {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.trust-card {
  border-radius: 34px;
  border: 1px solid var(--line);
  padding: 42px;
  background:
    radial-gradient(circle at 90% 0%, rgba(49,208,170,.18), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
  box-shadow: var(--shadow);
}

.trust-card h2 {
  font-size: clamp(3rem, 7vw, 5.4rem);
  max-width: 800px;
  margin-bottom: 28px;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-list li {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,.05);
  font-weight: 900;
}

.final {
  text-align: center;
  padding-bottom: 110px;
}

.final h2 {
  font-size: clamp(3.4rem, 8vw, 7rem);
  max-width: 950px;
  margin: auto auto 30px;
}

footer {
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  color: var(--muted);
  font-size: .9rem;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 1050px) {
  .jobs-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero-grid,
  .pain-box {
    grid-template-columns: 1fr;
  }

  .steps-grid { grid-template-columns: 1fr; }
  .trust-list { grid-template-columns: 1fr 1fr; }
  .section-head { display: block; }
  .hero-panel { padding: 14px; }
  .truth-card { min-height: 340px; }
}

@media (max-width: 560px) {
  section { padding: 64px 0; }
  .hero::before { display: none; }
  .brand-name { font-size: 28px; }
  .hero-actions .btn { width: 100%; }
  .jobs-grid { grid-template-columns: 1fr; }
  .trust-list { grid-template-columns: 1fr; }
  .trust-card { padding: 26px; }
}