:root {
  --navy: #0c2147;
  --navy-2: #10356f;
  --navy-3: #163d79;
  --ink: #0c1d3c;
  --muted: #667085;
  --line: #dce4e2;
  --soft: #f2f7f3;
  --soft-2: #f7f8f6;
  --white: #ffffff;
  --green: #21bfa0;
  --green-soft: #dff7ef;
  --orange: #f19a64;
  --orange-soft: #fff0e6;
  --shadow: 0 20px 55px rgba(12, 33, 71, .10);
  --radius: 22px;
  --container: 1120px;
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--soft-2);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  transform: translateY(-160%);
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--white);
  color: var(--navy);
  box-shadow: var(--shadow);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 88px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(12,33,71,.06);
  backdrop-filter: blur(14px);
}
.nav-shell { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--navy); color: var(--white); font-size: 13px; letter-spacing: .02em; }
.brand-name { font-size: 17px; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 700; }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--green); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-cta { justify-self: end; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 10px; transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; border-radius: 999px; font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(33,191,160,.32); outline-offset: 3px; }
.button-dark, .button-primary { background: var(--navy); color: var(--white); box-shadow: 0 10px 24px rgba(12,33,71,.16); }
.button-dark:hover, .button-primary:hover { background: var(--navy-2); }
.button-ghost { background: transparent; color: var(--navy); border-color: transparent; }
.button-ghost:hover { background: rgba(12,33,71,.06); }
.button-accent { background: var(--green); color: var(--white); box-shadow: 0 14px 30px rgba(33,191,160,.24); }
.button-accent:hover { background: #19aa8e; }

.hero { background: linear-gradient(180deg, #f2f8f4 0%, #f8faf8 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(44px, 7vw, 84px); min-height: 590px; }
.eyebrow { margin: 0 0 20px; font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow-soft { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: var(--green-soft); color: #167b68; text-transform: none; letter-spacing: 0; font-size: 13px; }
.eyebrow-green { color: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; max-width: 650px; font-size: clamp(44px, 5.15vw, 70px); line-height: .97; letter-spacing: -.055em; }
h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 52px); line-height: 1.02; letter-spacing: -.045em; }
h3 { margin-bottom: 10px; font-size: 18px; line-height: 1.18; letter-spacing: -.018em; }
.lead { max-width: 610px; margin-bottom: 28px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-visual { margin: 0; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 1.07 / 1; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }

.problem-wrap { padding: 0 0 86px; background: #f8faf8; }
.problem-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; padding: 62px; color: var(--white); border-radius: 0; background: linear-gradient(135deg, #071d43 0%, #0c2c62 62%, #103d7e 100%); box-shadow: var(--shadow); }
.problem-panel h2 { max-width: 600px; font-size: clamp(34px, 4.15vw, 54px); }
.problem-panel p { color: rgba(255,255,255,.76); line-height: 1.65; }
.problem-list { display: grid; gap: 12px; align-content: center; margin: 0; padding: 0; list-style: none; }
.problem-list li { display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.045); font-weight: 750; }
.mini-icon { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; font-size: 14px; font-weight: 900; }
.green { color: var(--green); }
.orange { color: var(--orange); }
.clarity-flow { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 14px; align-items: stretch; width: min(94%, 940px); margin: 34px auto 0; padding: 14px; border-radius: 24px; background: rgba(255,255,255,.74); border: 1px solid rgba(12,33,71,.08); box-shadow: 0 16px 36px rgba(12,33,71,.07); }
.flow-card { min-height: 110px; padding: 22px; border-radius: 17px; background: rgba(255,255,255,.72); }
.flow-start { display: flex; align-items: end; color: var(--muted); font-weight: 700; }
.flow-center { display: grid; place-items: center; align-content: center; gap: 8px; text-align: center; color: var(--white); background: linear-gradient(135deg, #0c2e65, #15488f); box-shadow: 0 12px 28px rgba(12,33,71,.18); }
.flow-symbol { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: rgba(33,191,160,.18); color: var(--green); font-size: 24px; }
.flow-end ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; color: var(--muted); font-weight: 650; }
.flow-end li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 900; }

.link-section { background: var(--white); }
.section-heading { margin-bottom: 42px; }
.section-heading.centered { text-align: center; }
.section-heading.centered p { margin-inline: auto; }
.section-heading p { max-width: 760px; color: var(--muted); line-height: 1.65; }
.section-heading.narrow { max-width: 860px; margin-inline: auto; }
.method-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 64px; align-items: center; }
.questions h3 { margin-bottom: 24px; font-size: 18px; }
.questions ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 26px; }
.questions li { position: relative; padding-left: 22px; font-size: 18px; font-weight: 730; line-height: 1.35; }
.questions li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.method-visual { margin: 0; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); aspect-ratio: 1.35 / 1; }
.method-visual img { width: 100%; height: 100%; object-fit: cover; }

.services-section { background: linear-gradient(180deg, #f4f8f5 0%, #f9faf8 100%); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card, .why-card { min-height: 250px; padding: 28px 24px; border: 1px solid rgba(12,33,71,.08); border-radius: 20px; background: rgba(255,255,255,.76); box-shadow: 0 10px 26px rgba(12,33,71,.045); }
.service-card p, .why-card p { color: var(--muted); line-height: 1.55; font-size: 14px; }
.card-icon { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 18px; border-radius: 12px; font-size: 18px; font-weight: 900; }
.card-icon.green { background: var(--green-soft); }
.card-icon.orange { background: var(--orange-soft); }
.audience { padding-top: 74px; }
.audience .section-heading { margin-bottom: 24px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.audience-grid div { display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 12px 20px; border-radius: 999px; background: rgba(255,255,255,.7); border: 1px solid rgba(12,33,71,.06); font-weight: 700; }
.audience-grid span { color: var(--green); font-weight: 900; }
.audience-grid div:nth-child(even) span { color: var(--orange); }

.value-section { background: var(--white); }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
.value-copy p { color: var(--muted); line-height: 1.65; }
.benefit-stack { display: grid; gap: 16px; }
.benefit-card { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 22px; border-radius: 18px; background: #f7f8f5; border: 1px solid rgba(12,33,71,.08); }
.benefit-card .card-icon { margin: 0; }
.benefit-card h3 { margin-bottom: 5px; }
.benefit-card p { margin-bottom: 0; color: var(--muted); line-height: 1.5; font-size: 14px; }

.why-section { background: #f7f8f5; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.why-card { min-height: 215px; }

.contact-section { padding: 0 0 70px; background: #f7f8f5; }
.contact-panel { padding: 70px 50px 26px; text-align: center; color: var(--white); background: radial-gradient(circle at 50% 120%, #17509a 0%, #0f3470 42%, #081f49 100%); }
.contact-panel h2 { font-size: clamp(34px, 4.25vw, 54px); }
.contact-panel > p { max-width: 680px; margin: 0 auto 28px; color: rgba(255,255,255,.78); line-height: 1.6; }
.contact-meta { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); text-align: left; }
.contact-meta p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.45; }
.contact-meta p:first-child { max-width: 700px; }
.contact-meta p:last-child { white-space: nowrap; text-align: right; }

.site-footer { padding: 52px 0 24px; background: #061733; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: start; }
.footer-brand .brand-mark { background: var(--white); color: var(--navy); }
.footer-tagline { max-width: 430px; margin: 18px 0 0; color: rgba(255,255,255,.62); line-height: 1.55; }
.footer-links { display: grid; grid-template-columns: repeat(2, max-content); gap: 13px 28px; font-size: 14px; color: rgba(255,255,255,.78); }
.footer-links a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.52); font-size: 13px; }
.footer-bottom p { margin: 0; }

/* Legal pages */
.legal-page { background: #f7f8f5; }
.legal-hero { padding: 80px 0 46px; background: linear-gradient(180deg, #eef6f1, #f7f8f5); }
.legal-hero h1 { max-width: 840px; font-size: clamp(42px, 6vw, 68px); }
.legal-hero p { color: var(--muted); }
.legal-content { padding: 34px 0 92px; }
.legal-card { max-width: 900px; padding: 48px; border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.legal-card h2 { margin-top: 38px; font-size: 28px; letter-spacing: -.025em; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: #4b5565; line-height: 1.72; }
.legal-card ul { padding-left: 22px; }
.legal-card a { color: var(--navy-2); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { padding: 18px 20px; border-left: 4px solid var(--green); background: var(--soft); }

 .reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  :root { --header-height: 68px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section-pad { padding: 68px 0; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; justify-self: end; }
  .nav-cta { display: none; }
  .main-nav { position: absolute; top: 68px; left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 12px; border-radius: 10px; }
  .main-nav a:hover { background: var(--soft); }
  .main-nav a::after { display: none; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid, .problem-panel, .method-grid, .value-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; }
  .hero-copy { max-width: 740px; }
  .hero-visual { aspect-ratio: 16 / 10; }
  .problem-panel { gap: 36px; padding: 46px 34px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .why-card { min-height: 0; }
  .value-grid { gap: 44px; }
  .method-grid { gap: 40px; }
  .method-visual { order: -1; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section-pad { padding: 58px 0; }
  h1 { font-size: clamp(39px, 13vw, 54px); }
  h2 { font-size: clamp(31px, 9.5vw, 42px); }
  .lead { font-size: 16px; }
  .hero { padding-top: 44px; }
  .hero-grid { gap: 34px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-visual { aspect-ratio: 4 / 3; border-radius: 20px; }
  .problem-wrap { padding-bottom: 58px; }
  .problem-panel { margin-inline: -12px; padding: 44px 24px; }
  .problem-panel h2 { font-size: 34px; }
  .problem-list li { border-radius: 14px; }
  .clarity-flow { grid-template-columns: 1fr; width: 100%; margin-top: 22px; }
  .flow-card { min-height: 92px; }
  .flow-start { align-items: center; }
  .method-visual { aspect-ratio: 1 / 1; }
  .questions li { font-size: 17px; }
  .service-grid, .audience-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .audience { padding-top: 54px; }
  .contact-section { padding-bottom: 30px; }
  .contact-panel { width: 100%; padding: 54px 22px 24px; }
  .contact-panel h2 br { display: none; }
  .contact-meta { flex-direction: column; margin-top: 38px; }
  .contact-meta p:last-child { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .legal-hero { padding: 58px 0 30px; }
  .legal-card { padding: 28px 22px; border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Corrections commerciales et UX — audit du 18/07/2026 */
.service-moment {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 12px !important;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.service-card:nth-child(even) .service-moment { color: #c56e39; }

.entry-offer {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 44px;
  align-items: center;
  margin-top: 34px;
  padding: 34px;
  border: 1px solid rgba(12,33,71,.09);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(12,33,71,.07);
}
.entry-offer h3 { margin-bottom: 12px; font-size: clamp(27px, 3vw, 38px); letter-spacing: -.035em; }
.entry-offer p { color: var(--muted); line-height: 1.55; }
.entry-offer-details { padding: 24px; border-radius: 17px; background: var(--soft); }
.entry-offer-details p { margin-bottom: 10px; }
.entry-offer-details .button { margin-top: 10px; }

.audience-qualifier {
  max-width: 760px;
  margin: 24px auto 0;
  text-align: center;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.55;
}

.profile-proof {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(12,33,71,.09);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  text-align: left;
}
.profile-proof > div:first-child { display: grid; gap: 3px; }
.profile-proof strong { font-size: 19px; }
.profile-proof span { color: var(--navy-2); font-weight: 750; }
.profile-proof p { max-width: none !important; margin: 0 !important; font-size: 14px; }
.profile-links { display: flex; flex-wrap: wrap; gap: 18px; }
.profile-links a { color: var(--navy-2); font-size: 14px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.contact-support {
  margin: 18px auto 0 !important;
  color: rgba(255,255,255,.84) !important;
  font-size: 13px;
}
.contact-support a { color: var(--white); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom > p:last-child { display: flex; flex-wrap: wrap; gap: 5px; }
.footer-bottom a:hover { color: var(--green); }

/* Le contenu reste visible lorsque JavaScript est désactivé. */
.no-js .reveal, noscript + .reveal { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .entry-offer { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 640px) {
  .section-heading h2 br,
  .contact-panel h2 br { display: none; }
  .entry-offer { margin-inline: -2px; padding: 24px 18px; }
  .entry-offer-details { padding: 20px 17px; }
  .entry-offer-details .button { width: 100%; }
  .profile-proof { padding: 20px 18px; }
  .profile-links { display: grid; gap: 10px; }
}
