/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/landing.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&family=JetBrains+Mono:wght@400;600;700&display=swap');

.landing_page__ttWtt {
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  transition: background 300ms, color 300ms;
}

/* Typography Utils */
.landing_mono__Bua5G {
  font-family: 'JetBrains Mono', monospace;
}

/* ─── NAV ─────────────────────────────────────────────────────────── */
.landing_nav__Cldps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  background: transparent;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background 300ms, border 300ms, -webkit-backdrop-filter 300ms;
  transition: background 300ms, backdrop-filter 300ms, border 300ms;
  transition: background 300ms, backdrop-filter 300ms, border 300ms, -webkit-backdrop-filter 300ms;
  border-bottom: 1px solid transparent;
}

.landing_navScrolled__7T4Lv {
  background: rgba(from var(--bg) r g b / 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.landing_logo__KpG97 {
  display: flex;
  align-items: baseline;
}

.landing_logoMain__htDtj {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.5px;
}

.landing_logoAi__bGYKA {
  font-size: 20px;
  font-weight: 700;
  color: var(--accent);
}

[data-theme="light"] .landing_logoAi__bGYKA {
  color: var(--accent);
}

.landing_navLinks__G7TtF {
  display: flex;
  gap: 16px;
  align-items: center;
}

.landing_ghostLink__uWUq_ {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  transition: color 200ms ease;
}

.landing_ghostLink__uWUq_:hover {
  color: var(--text);
}

.landing_navBtn__zO0i4 {
  padding: 8px 16px;
  font-size: 13px;
}

.landing_themeToggle__vEfWt {
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text);
  width: 36px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms;
  margin-right: 8px;
}

.landing_themeToggle__vEfWt:hover {
  background: var(--surface2);
}

/* ─── HERO ────────────────────────────────────────────────────────── */
.landing_hero__IFqnw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 120px 40px 100px;
  max-width: 1200px;
  margin: 0 auto;
  gap: 80px;
}

.landing_heroContent__4GtPC {
  flex: 1 1;
  max-width: 540px;
}

.landing_badge__2OdP8 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  border: 1px solid var(--border);
  padding: 6px 16px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  transition: border 300ms;
}

.landing_liveDot__QEDEn {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 8px var(--red);
  animation: landing_pulse__P5s5M 2s infinite ease-in-out;
}

@keyframes landing_pulse__P5s5M {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}

[data-theme="light"] .landing_badge__2OdP8 {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.1);
}

.landing_heroTitle__E6Dij {
  font-family: 'DM Sans', sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin-bottom: 32px;
  color: var(--text);
}

.landing_heroTitleLine__Tan9c {
  display: block;
}

.landing_heroItalic__X9XHp {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(135deg, var(--cyan), var(--purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

[data-theme="light"] .landing_heroTitle__E6Dij {
  color: #1a1a2e;
}

.landing_heroSub__v9d08 {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 40px;
}

.landing_heroCta__5jMJR {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.landing_privacyBadge__98iAM {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--muted);
}

[data-theme="light"] .landing_btn-primary__VqAEW {
  background: #1a1a2e;
  color: #F5F0E8;
}

/* ─── MOCKUPS CAROUSEL ──────────────────────────────────────────── */
.landing_heroVisual__IS3c0 {
  flex: 1 1;
  display: flex;
  justify-content: flex-end;
}

.landing_carouselWrapper__LpqSm {
  width: 100%;
  max-width: 540px;
  position: relative;
}

.landing_carouselTabs__z31Dg {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
  background: var(--surface);
  padding: 4px;
  border-radius: 6px;
  border: 1px solid var(--border);
  transition: background 300ms, border 300ms;
}

.landing_carouselTab__aI8WU {
  flex: 1 1;
  padding: 6px 12px;
  background: none;
  border: none;
  color: var(--muted);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 200ms;
}

.landing_carouselTabActive__zXjbB {
  background: var(--surface2);
  color: var(--accent);
  font-weight: 600;
}

.landing_carouselViewport__81yJu {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--border);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  background: var(--surface);
}

.landing_carouselTrack__3gve5 {
  display: flex;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.landing_carouselSlide__sRgkF {
  flex: 0 0 100%;
  width: 100%;
}

.landing_carouselDots__pLoUi {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.landing_carouselDot__59BLx {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: var(--border);
  cursor: pointer;
  transition: all 200ms;
}

.landing_carouselDotActive__7nsLj {
  background: var(--accent);
  width: 18px;
}

.landing_mockupContainer__iOOCs {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.landing_mockHeader__cELGU {
  height: 32px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 6px;
  background: var(--surface2);
}

.landing_mockDot__kyQWY {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--border);
}

.landing_mockTitle___YfW_ {
  margin-left: auto;
  margin-right: auto;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--muted);
}

.landing_mockBody__jYdLz {
  padding: 24px;
}

.landing_mockRow__LSRQi {
  display: flex;
  gap: 16px;
}

.landing_mockStatCard__rcaCO {
  flex: 1 1;
  border: 1px solid var(--border);
  background: var(--surface2);
  padding: 16px;
  border-radius: 6px;
}

.landing_mockLabel__fCax3 {
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'JetBrains Mono', monospace;
}

.landing_mockValue__5tavu {
  font-size: 32px;
  font-weight: 700;
  font-family: 'JetBrains Mono', monospace;
  margin-top: 8px;
  color: var(--text);
}

[data-theme="light"] .landing_mockValue__5tavu {
  color: #1a1a2e;
}

.landing_mockValue__5tavu span {
  font-size: 14px;
  color: var(--muted);
}

.landing_mockBadgeActive__VOw5Y {
  display: inline-block;
  margin-top: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: #4ade80;
  background: rgba(74, 222, 128, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
}

.landing_heatmapDays__fFGMr {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 3px;
  gap: 3px;
  margin-bottom: 4px;
}

.landing_heatmapDay__flnBW {
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 8px;
  color: var(--muted);
}

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

.landing_heatcell__PIyEX {
  aspect-ratio: 1;
  background: #38bdf8;
  border-radius: 2px;
  max-width: 16px;
  margin: 0 auto;
  width: 100%;
}

/* ─── ANIMATIONS & UTILS ──────────────────────────────────────────── */
@keyframes landing_fadeUpAnim__4m1OU {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.landing_fadeUp__xwmnC {
  opacity: 0;
  animation: landing_fadeUpAnim__4m1OU 800ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.landing_observeWrap__6FbSe {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.landing_observeWrap__6FbSe.landing_visible__U4r3n {
  opacity: 1;
  transform: translateY(0);
}

/* ─── MARQUEE ─────────────────────────────────────────────────────── */
.landing_marqueeContainer__HsVvm {
  overflow: hidden;
  white-space: nowrap;
  padding: 40px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
  position: relative;
  display: flex;
}

.landing_marqueeContainer__HsVvm::before,
.landing_marqueeContainer__HsVvm::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.landing_marqueeContainer__HsVvm::before {
  left: 0;
  background: linear-gradient(to right, var(--surface), transparent);
}

.landing_marqueeContainer__HsVvm::after {
  right: 0;
  background: linear-gradient(to left, var(--surface), transparent);
}

.landing_marqueeTrack__5MX9K {
  display: inline-flex;
  gap: 60px;
  padding-right: 60px;
  animation: landing_scrollMarquee__T1RRh 30s linear infinite;
  align-items: center;
}

.landing_marqueeItem__wCow1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  color: var(--muted);
  opacity: 0.7;
}

@keyframes landing_scrollMarquee__T1RRh {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

  /* Requires the track content to be duplicated at least once */
}

/* ─── SECTIONS ────────────────────────────────────────────────────── */
.landing_section__mWwzf,
.landing_sectionProblem__HJy0V {
  max-width: 1200px;
  margin: 0 auto;
}

.landing_section__mWwzf {
  padding: 120px 40px;
}

.landing_sectionProblem__HJy0V {
  padding: 120px 40px 80px 40px;
}

.landing_sectionHeader__MocQe {
  text-align: center;
  margin-bottom: 80px;
}

.landing_sectionTitle__2og5c {
  font-family: 'DM Sans', sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 20px;
  color: var(--text);
}

.landing_sectionSub__cQxor {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.landing_grid2x2__6VLta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

.landing_flatCard__xJvEc {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 32px;
  border-radius: 8px;
  transition: background 200ms ease, border 200ms;
}

.landing_flatCard__xJvEc:hover {
  background: var(--surface2);
}

.landing_cardIcon__Op1Zp {
  font-size: 24px;
  margin-bottom: 16px;
}

.landing_cardTitle__FV24K {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--text);
}

.landing_cardDesc__kW__2 {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

.landing_solutionSection__A_6h3 {
  display: flex;
  gap: 60px;
  align-items: center;
  padding: 100px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.landing_solLeft__fEw2h {
  flex: 1 1;
}

.landing_solTitle__ytDjo {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
  color: var(--text);
}

.landing_featureList__TSylC {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.landing_featItem__M3OuY {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.landing_featIcon___ks63 {
  background: var(--surface2);
  border: 1px solid var(--border);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  flex-shrink: 0;
}

.landing_featItem__M3OuY h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text);
}

.landing_featItem__M3OuY p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.landing_solRight___5Jrb {
  flex: 1 1;
  display: flex;
  justify-content: flex-end;
}

/* Cockpit Mockup Base */
.landing_mockChatRow__NXF75 {
  padding: 16px 24px;
  border-bottom: 1px solid var(--border);
  border-left: 3px solid transparent;
}

.landing_mockChatLabel__C_yzm {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 6px;
}

[data-theme="light"] .landing_mockChatLabel__C_yzm {
  color: #1a1a2e;
}

.landing_mockChatText__GBSsA {
  font-size: 13px;
  color: var(--text);
  line-height: 1.5;
}

.landing_mockTimeline__s_zvA {
  padding: 24px;
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.landing_timelineTitle__qrfDt {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 16px;
}

.landing_timelineItem__8HMvA {
  margin-bottom: 12px;
}

.landing_timelineItem__8HMvA span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #f87171;
  display: block;
  margin-bottom: 4px;
}

[data-theme="light"] .landing_timelineItem__8HMvA span {
  color: #dc2626;
}

.landing_timelineItem__8HMvA p {
  font-size: 12px;
  color: var(--muted);
}

/* ─── MODES OPÉRATOIRES (Premium Asymmetric) ─────────────────── */
.landing_modesLayout__yZ_EC {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 24px;
  gap: 24px;
  align-items: stretch;
}

/* Grande Card Active */
.landing_modeMainCard__QsZTk {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 2px solid var(--cyan);
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  transition: border-color 300ms ease, background 300ms ease;
}

.landing_modeMainCard__QsZTk[data-active="examen"] {
  border-left-color: var(--red);
}

.landing_modeMainCard__QsZTk[data-active="analyse"] {
  border-left-color: var(--green);
}

.landing_modeMainHeader__P_HXy {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.landing_modeMainTitle__yOnX7 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.3px;
}

.landing_modeMainSub__g8uWF {
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  margin-bottom: 24px;
}

.landing_modeMainFooter__4KbbD {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--muted);
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.02em;
}

/* Mode Content Transition */
.landing_modeContent__5Xcyq {
  animation: landing_modeSlideIn__Z17mz 300ms ease both;
  flex: 1 1;
  display: flex;
  flex-direction: column;
}

@keyframes landing_modeSlideIn__Z17mz {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mini Cards Column */
.landing_modeMiniCol__BWTrv {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.landing_modeMiniCard__2oPEt {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 2px solid transparent;
  border-radius: 8px;
  padding: 24px;
  cursor: pointer;
  flex: 1 1;
  transition: all 200ms ease;
}

.landing_modeMiniCard__2oPEt:hover {
  background: var(--surface2);
}

.landing_modeMiniCard__2oPEt[data-mode="simulation"]:hover,
.landing_modeMiniCard__2oPEt[data-mode="simulation"].landing_modeMiniActive__7tyy0 {
  border-left-color: var(--cyan);
}

.landing_modeMiniCard__2oPEt[data-mode="examen"]:hover,
.landing_modeMiniCard__2oPEt[data-mode="examen"].landing_modeMiniActive__7tyy0 {
  border-left-color: var(--red);
}

.landing_modeMiniCard__2oPEt[data-mode="analyse"]:hover,
.landing_modeMiniCard__2oPEt[data-mode="analyse"].landing_modeMiniActive__7tyy0 {
  border-left-color: var(--green);
}

.landing_modeMiniActive__7tyy0 {
  background: var(--surface2);
}

.landing_modeMiniHeader__x_bWy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.landing_modeMiniTitle__8DpjM {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}

.landing_modeMiniIcon__buHpP {
  font-size: 22px;
}

.landing_modeMiniDesc__kt8MT {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 14px;
}

/* ─── Simulation Cockpit ─────────────────────────────────────── */
.landing_simCockpit__jVsh8 {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  flex: 1 1;
  display: flex;
  flex-direction: column;
}

.landing_simCockpitHeader__RF61J {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: var(--surface2);
  border-bottom: 1px solid var(--border);
}

.landing_simCallBadge__d4R76 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  color: var(--red);
}

.landing_simTimer__RoN4X {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  color: var(--cyan);
}

/* Sound Wave */
.landing_soundWave__sUhZ8 {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 16px;
}

.landing_waveBar__laLpG {
  width: 3px;
  height: 16px;
  background: var(--red);
  border-radius: 2px;
  animation: landing_soundWave__sUhZ8 1s ease-in-out infinite;
  transform-origin: bottom;
}

.landing_waveBar__laLpG:nth-child(1) {
  animation-delay: 0s;
}

.landing_waveBar__laLpG:nth-child(2) {
  animation-delay: 0.1s;
}

.landing_waveBar__laLpG:nth-child(3) {
  animation-delay: 0.2s;
}

.landing_waveBar__laLpG:nth-child(4) {
  animation-delay: 0.3s;
}

.landing_waveBar__laLpG:nth-child(5) {
  animation-delay: 0.15s;
}

.landing_waveBar__laLpG:nth-child(6) {
  animation-delay: 0.25s;
}

.landing_waveBar__laLpG:nth-child(7) {
  animation-delay: 0.05s;
}

@keyframes landing_soundWave__sUhZ8 {

  0%,
  100% {
    transform: scaleY(0.3);
  }

  50% {
    transform: scaleY(1);
  }
}

/* Chat Lines */
.landing_simChatArea__TvV7T {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}

.landing_simChatLine__6XB0m {
  padding: 10px 16px;
  border-bottom: 1px solid var(--border);
  border-left: 3px solid transparent;
}

.landing_simChatLine__6XB0m[data-role="sdr"] {
  border-left-color: var(--cyan);
}

.landing_simChatLine__6XB0m[data-role="prospect"] {
  border-left-color: #fb923c;
  background: rgba(255, 255, 255, 0.02);
}

.landing_simChatRole__K6kAY {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  font-weight: 600;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.landing_simChatText__MRZqa {
  font-size: 12px;
  color: var(--text);
  line-height: 1.4;
}

.landing_simSuggestion__dsM2z {
  padding: 10px 16px;
  background: rgba(251, 191, 36, 0.06);
  border-top: 1px solid rgba(251, 191, 36, 0.15);
  margin-top: auto;
}

.landing_simSuggestionLabel__B8F5i {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  font-weight: 600;
  color: var(--amber);
  margin-bottom: 3px;
}

.landing_simSuggestionText__lOJCv {
  font-size: 11px;
  color: var(--muted);
}

/* ─── Examen Score Sheet ─────────────────────────────────────── */
.landing_examSheet__w59jO {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.landing_examScoreBlock__PFYbO {
  text-align: center;
  padding: 24px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
}

.landing_examScoreNum__v_mKq {
  font-family: 'JetBrains Mono', monospace;
  font-size: 48px;
  font-weight: 700;
  color: var(--text);
  line-height: 1;
  margin-bottom: 8px;
}

.landing_examScoreNum__v_mKq span {
  font-size: 20px;
  color: var(--muted);
}

.landing_examMention__oth7n {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
  letter-spacing: 0.1em;
}

.landing_examPass__EUj3R {
  background: rgba(74, 222, 128, 0.1);
  color: var(--green);
  border: 1px solid rgba(74, 222, 128, 0.3);
}

.landing_examDimsGrid__1u_Vz {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  gap: 12px;
}

.landing_examDimCard__xAi5Y {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 14px;
  text-align: center;
}

.landing_examDimLabel__zW0K4 {
  font-size: 10px;
  color: var(--muted);
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

.landing_examDimScore__0VBg5 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 20px;
  font-weight: 700;
}

.landing_examCertBtn__WvTkV {
  background: var(--surface2);
  border: 1px solid var(--border);
  color: var(--muted);
  padding: 10px;
  border-radius: 6px;
  font-size: 12px;
  font-family: 'JetBrains Mono', monospace;
  text-align: center;
  cursor: default;
  transition: background 200ms;
}

.landing_examCertBtn__WvTkV:hover {
  background: var(--bg);
}

/* ─── Analyse Bars ───────────────────────────────────────────── */
.landing_analyseContent__k34u7 {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.landing_analyseBarGroup__qMwzf {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.landing_analyseBarItem__29MQP {
  display: block;
}

.landing_analyseBarMeta__3m_P8 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.landing_analyseBarLabel__VyEup {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--muted);
}

.landing_analyseBarValue__GWoD1 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
}

.landing_analyseBarTrack__lxEBc {
  height: 5px;
  background: var(--surface2);
  border-radius: 3px;
  overflow: hidden;
}

.landing_analyseBarFill__iK9R_ {
  height: 100%;
  border-radius: 3px;
  transition: width 800ms cubic-bezier(0.4, 0, 0.2, 1);
}

.landing_analyseTimeline__Us9En {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 14px;
}

.landing_analyseTimelineTitle__hpyl3 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.landing_analyseTimelineItem__2ghhy {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 11px;
}

.landing_analyseTimelineItem__2ghhy:last-child {
  margin-bottom: 0;
}

.landing_analyseTimelineTime__vu_u3 {
  font-family: 'JetBrains Mono', monospace;
  color: var(--red);
  flex-shrink: 0;
  font-weight: 600;
}

.landing_analyseTimelineText__XZR8g {
  color: var(--muted);
}

.landing_analyseJsonBlock__LrbDQ {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--green);
  white-space: pre-wrap;
}

/* Mini‑card previews */
.landing_miniScorePreview__O_Yt_ {
  font-family: 'JetBrains Mono', monospace;
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
}

.landing_miniScorePreview__O_Yt_ span {
  font-size: 12px;
  color: var(--muted);
}

.landing_miniBarsPreview__BmDVL {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.landing_miniBarRow__4F2AL {
  display: flex;
  align-items: center;
  gap: 8px;
}

.landing_miniBarLabel__pbA63 {
  font-size: 9px;
  font-family: 'JetBrains Mono', monospace;
  color: var(--muted);
  width: 60px;
  flex-shrink: 0;
}

.landing_miniBarTrack__nzs4H {
  flex: 1 1;
  height: 4px;
  background: var(--surface2);
  border-radius: 2px;
  overflow: hidden;
}

.landing_miniBarFill__iGCA3 {
  height: 100%;
  border-radius: 2px;
}

/* Keep old classes for backward compat / other uses */
.landing_modesGrid__3S317 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

.landing_cardHeader___OKPx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.landing_modeBadge__BGIhw {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  border: 1px solid;
  padding: 2px 6px;
  border-radius: 4px;
  text-transform: uppercase;
}

.landing_jsonSnippet__u7pQk {
  background: var(--bg);
  padding: 12px;
  border-radius: 4px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  white-space: pre-wrap;
  border: 1px solid var(--border);
  margin-top: 16px;
  transition: background 300ms, border 300ms;
}

[data-theme="light"] .landing_jsonSnippet__u7pQk {
  background: #E4DDD2;
  color: #1a1a2e;
  border-color: rgba(26, 26, 46, 0.1);
}

/* Pricing */
.landing_pricingGrid__sB18Q {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

.landing_priceName__K6Sm6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--text);
}

.landing_priceTag__hamdd {
  font-family: 'JetBrains Mono', monospace;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text);
}

.landing_priceTag__hamdd span {
  font-size: 14px;
  color: var(--muted);
  font-weight: 400;
}

.landing_priceDesc__X_9hM {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.landing_priceLine__nCnOi {
  font-size: 14px;
  color: var(--text);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.landing_priceBtn__q_Tl_ {
  width: 100%;
  margin-top: 24px;
}

.landing_proCard__KtSd8 {
  border-color: #D4AF37;
  position: relative;
}

.landing_proBadge__wmrrb {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #D4AF37;
  color: #000;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
  text-transform: uppercase;
}

/* Footer */
.landing_footer__NntD6 {
  border-top: 1px solid var(--border);
  padding: 40px;
  background: var(--surface);
  color: var(--muted);
  transition: background 300ms, border 300ms;
}

.landing_footerBrand__Qcz70 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}

@media (max-width: 900px) {
  .landing_hero__IFqnw {
    flex-direction: column;
    padding: 60px 20px !important;
    gap: 40px;
    text-align: center;
  }

  .landing_heroContent__4GtPC {
    align-items: center;
    margin: 0 auto;
  }

  .landing_heroCta__5jMJR {
    align-items: center;
    width: 100%;
  }

  .landing_heroTitle__E6Dij {
    font-size: 40px;
  }

  .landing_heroVisual__IS3c0,
  .landing_carouselWrapper__LpqSm,
  .landing_carouselViewport__81yJu,
  .landing_carouselSlide__sRgkF {
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
  }

  .landing_solutionSection__A_6h3 {
    flex-direction: column;
    padding: 60px 20px;
    gap: 40px;
  }

  .landing_modesLayout__yZ_EC {
    grid-template-columns: 1fr;
  }

  .landing_modesGrid__3S317, .landing_pricingGrid__sB18Q {
    grid-template-columns: 1fr;
  }

  .landing_section__mWwzf, .landing_sectionProblem__HJy0V {
    padding: 60px 20px;
  }

  .landing_nav__Cldps, .landing_navLinks__G7TtF {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .landing_nav__Cldps {
    padding: 20px;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .landing_heroTitle__E6Dij {
    font-size: 32px;
  }

  .landing_sectionTitle__2og5c {
    font-size: 28px !important;
  }
  
  .landing_modeMainTitle__yOnX7 {
    font-size: 18px;
  }
  
  .landing_mockValue__5tavu {
    font-size: 24px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/layout/Footer.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__LxLGV {
  background: var(--bg-base); /* Dark background */
  border-top: 1px solid var(--border);
  padding: 40px 24px;
  width: 100%;
}

.Footer_container__DdgO_ {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.Footer_brand__hrKsL {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-2); /* Gris clair/muted */
  letter-spacing: -0.5px;
}

.Footer_links__kRMrM {
  display: flex;
  gap: 32px; /* Pad well */
  flex-wrap: wrap;
  justify-content: center;
}

.Footer_link__DGU0S {
  color: var(--text-3); /* Gris clair discret */
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.Footer_link__DGU0S:hover {
  color: var(--text-1);
  background: rgba(255, 255, 255, 0.05); /* very subtle highlight */
}

.Footer_copyright__lB5DI {
  font-size: 13px;
  color: var(--text-3);
  margin-top: 16px;
  opacity: 0.8;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .Footer_footer__LxLGV {
    padding: 32px 16px;
  }
  .Footer_links__kRMrM {
    gap: 16px;
    flex-direction: column;
    text-align: center;
  }
  .Footer_link__DGU0S {
    padding: 8px 0;
  }
}

