/* ============================================================
   TrustEvent — Landing page
   Styles marketing dédiés à la landing publique.
   Dépend de : globals.css (Silka) + te-uikit.css (tokens, boutons)
   ============================================================ */

:root {
  --te-landing-max: 1200px;
  --te-landing-maxnarrow: 920px;
  --te-ink-dark: #0B1220;
  --te-ink-deep: #111827;
  --te-ink-mid: #374151;
  --te-ink-muted: #6B7280;
  --te-ink-soft: #9CA3AF;
  --te-bg: #FFFFFF;
  --te-bg-alt: #F7F8FA;
  --te-bg-graphite: #0E1A1B;
  --te-bg-graphite-soft: #12262A;
  --te-border: #E5E9EE;
  --te-border-soft: #F0F2F5;
  --te-green: #1DC653;
  --te-green-deep: #127A33;
  --te-green-soft: #E8FAF0;
  --te-section-pad: clamp(64px, 10vw, 120px);
}

.te-landing-body {
  background: var(--te-bg);
  color: var(--te-ink-deep);
  font-family: 'Silka', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}

.te-landing-body a { color: inherit; }

/* ------------------------------------------------------------
   Nav top
   ------------------------------------------------------------ */
.te-topnav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,0.85);
  backdrop-filter: saturate(160%) blur(8px);
  -webkit-backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid transparent;
  transition: background .2s, border-color .2s, box-shadow .2s;
}
.te-topnav__progress {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 2px;
  background: var(--te-green);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .08s linear;
  pointer-events: none;
  z-index: 1;
}
.te-topnav.is-scrolled {
  background: rgba(255,255,255,0.95);
  border-bottom-color: var(--te-border);
  box-shadow: 0 1px 0 rgba(17,24,39,0.02);
}
.te-topnav__inner {
  max-width: var(--te-landing-max);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.te-topnav__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--te-ink-deep);
  font-weight: 700;
  flex-shrink: 0;
}
.te-topnav__brand img {
  height: 28px;
  width: auto;
  display: block;
}
.te-topnav__mark {
  width: 30px; height: 30px;
  border-radius: 8px;
  background: var(--te-green-deep);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.te-topnav__name { font-size: 1rem; }
.te-topnav__menu {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1;
  justify-content: center;
}
.te-topnav__menu a {
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--te-ink-mid);
  transition: color .15s;
  white-space: nowrap;
}
.te-topnav__menu a:hover { color: var(--te-ink-deep); }
.te-topnav__menu a.is-active { color: var(--te-green-deep); }
.te-topnav__menu a.is-active::after {
  content: '';
  display: block;
  height: 2px;
  background: var(--te-green);
  border-radius: 2px;
  margin-top: 4px;
}
.te-topnav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.te-topnav__burger {
  display: none;
  border: 1px solid var(--te-border);
  background: #fff;
  width: 40px; height: 40px;
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: var(--te-ink-deep);
}
.te-topnav__mobile {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 12px 20px 20px;
  border-top: 1px solid var(--te-border);
  background: #fff;
}
.te-topnav__mobile[hidden] { display: none !important; }
.te-topnav__mobile a {
  padding: 10px 8px;
  text-decoration: none;
  color: var(--te-ink-deep);
  font-weight: 500;
  border-radius: 6px;
}
.te-topnav__mobile a:hover { background: var(--te-bg-alt); }
.te-topnav__mobile .te-btn { justify-content: center; margin-top: 4px; }
.te-topnav__mobile-sep { height: 1px; background: var(--te-border); margin: 8px 0; }

@media (max-width: 900px) {
  .te-topnav__menu, .te-topnav__actions { display: none; }
  .te-topnav__burger { display: inline-flex; }
  .te-topnav__mobile:not([hidden]) { display: flex; }
}

/* ------------------------------------------------------------
   Sections génériques
   ------------------------------------------------------------ */
.te-section {
  padding: var(--te-section-pad) 24px;
}
.te-section__inner {
  max-width: var(--te-landing-max);
  margin: 0 auto;
}
.te-section__inner--narrow {
  max-width: var(--te-landing-maxnarrow);
}
.te-section--alt { background: var(--te-bg-alt); }
.te-section--dark {
  background: var(--te-bg-graphite);
  color: #E8ECEB;
}
.te-section--dark h2, .te-section--dark h3 { color: #fff; }
.te-section--dark p { color: #C7D0CE; }

.te-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--te-green-deep);
  background: var(--te-green-soft);
  border-radius: 999px;
  margin-bottom: 18px;
}
.te-section--dark .te-eyebrow {
  color: #86EFAC;
  background: rgba(134, 239, 172, .10);
}
.te-eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  background: currentColor;
  border-radius: 50%;
}

.te-h1 {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #fff;
  margin: 0 0 24px;
}
.te-h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 700;
  color: var(--te-ink-deep);
  margin: 0 0 18px;
}
.te-h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--te-ink-deep);
  margin: 0 0 10px;
}
.te-lead {
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  line-height: 1.6;
  color: var(--te-ink-mid);
  margin: 0 0 20px;
}
.te-p { font-size: 1rem; color: var(--te-ink-mid); margin: 0 0 12px; }
.te-strong { color: var(--te-ink-deep); font-weight: 600; }

.te-section--dark .te-h2,
.te-section--dark .te-h3,
.te-section--dark .te-strong { color: #fff; }
.te-section--dark .te-lead { color: #C7D0CE; }

/* ------------------------------------------------------------
   Hero
   ------------------------------------------------------------ */
.te-hero {
  position: relative;
  background:
    radial-gradient(circle at 15% 10%, rgba(29,198,83,0.18), transparent 45%),
    radial-gradient(circle at 85% 20%, rgba(29,198,83,0.10), transparent 50%),
    linear-gradient(180deg, #0B1413 0%, #0E1A1B 100%);
  color: #fff;
  overflow: hidden;
  padding: clamp(80px, 12vw, 140px) 24px clamp(120px, 14vw, 180px);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.te-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 35%, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(circle at 50% 35%, #000 0%, transparent 70%);
  pointer-events: none;
}
.te-hero__inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.te-hero__eyebrow {
  color: #86EFAC;
  background: rgba(134, 239, 172, 0.08);
  border: 1px solid rgba(134, 239, 172, 0.22);
}
.te-hero__lead {
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  color: #C7D0CE;
  margin: 0 auto 36px;
  max-width: 720px;
}
.te-hero__lead strong { color: #fff; font-weight: 600; }
.te-hero__ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.te-hero__ctas .te-btn { min-height: 48px; padding: 0 22px; font-size: 0.9375rem; }
.te-hero__proof {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  color: #8EA19D;
  font-size: 0.8125rem;
}
.te-hero__proof-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.te-hero__proof-item svg { color: #86EFAC; flex-shrink: 0; }

/* Fake dashboard preview visuel sous le hero */
.te-hero__preview {
  position: relative;
  max-width: 1040px;
  margin: -64px auto -60px;
  padding: 0 24px;
  z-index: 2;
}
.te-hero__preview-frame {
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 40px 80px -20px rgba(0,0,0,0.35),
    0 0 0 1px rgba(255,255,255,0.04);
  overflow: hidden;
}
.te-hero__preview-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #F7F8FA;
  border-bottom: 1px solid var(--te-border);
}
.te-hero__preview-bar span {
  width: 10px; height: 10px; border-radius: 50%;
  background: #E5E9EE;
}
.te-hero__preview-bar span:nth-child(1) { background: #FCA5A5; }
.te-hero__preview-bar span:nth-child(2) { background: #FDE68A; }
.te-hero__preview-bar span:nth-child(3) { background: #86EFAC; }
.te-hero__preview-body {
  display: grid;
  grid-template-columns: 200px 1fr;
  min-height: 420px;
}
.te-hero__preview-side {
  background: #0E1A1B;
  padding: 16px 12px;
  color: #C7D0CE;
  font-size: 0.8125rem;
}
.te-hero__preview-side-brand {
  display: flex; align-items: center; gap: 8px;
  font-weight: 700; color: #fff;
  padding: 4px 6px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 12px;
}
.te-hero__preview-side-brand img {
  width: 22px; height: 22px; border-radius: 4px;
  display: block;
  flex-shrink: 0;
}
.te-hero__preview-side-link {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 8px; border-radius: 6px;
  color: #9AAEA9;
}
.te-hero__preview-side-link.is-active {
  background: rgba(29,198,83,0.12);
  color: #86EFAC;
}
.te-hero__preview-main {
  padding: 20px 24px;
  background: #FAFBFC;
}
.te-hero__preview-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--te-ink-deep);
  margin-bottom: 14px;
}
.te-hero__preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}
.te-hero__preview-metric {
  background: #fff;
  border: 1px solid var(--te-border);
  border-radius: 10px;
  padding: 12px 14px;
}
.te-hero__preview-metric-label {
  font-size: 0.6875rem;
  color: var(--te-ink-muted);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 4px;
}
.te-hero__preview-metric-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--te-ink-deep);
}
.te-hero__preview-metric-delta {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 0.75rem;
  color: var(--te-green-deep);
  margin-top: 3px;
}
.te-hero__preview-chart {
  background: #fff;
  border: 1px solid var(--te-border);
  border-radius: 10px;
  padding: 14px;
  height: 180px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.te-hero__preview-bar-chart {
  flex: 1;
  background: linear-gradient(180deg, #86EFAC, var(--te-green));
  border-radius: 4px 4px 0 0;
  min-height: 12px;
  transition: height .9s cubic-bezier(.25, 1, .5, 1);
}

@media (max-width: 720px) {
  .te-hero__preview-body { grid-template-columns: 1fr; min-height: auto; }
  .te-hero__preview-side { display: none; }
  .te-hero__preview-metrics { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   Credibility
   ------------------------------------------------------------ */
.te-credibility { padding-top: 100px; }
.te-credibility__claim {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--te-green-deep);
  margin-top: 16px;
  padding-left: 14px;
  border-left: 3px solid var(--te-green);
}

/* ------------------------------------------------------------
   Positioning / Problem / Solution
   ------------------------------------------------------------ */
.te-problem-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 8px;
}
.te-problem-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  background: var(--te-bg);
  border: 1px solid var(--te-border);
  border-radius: 10px;
  font-size: 0.9375rem;
  color: var(--te-ink-mid);
}
.te-problem-list li::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--te-ink-soft);
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
}

.te-solution-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px;
  display: grid;
  gap: 12px;
}
.te-solution-list li {
  position: relative;
  padding: 12px 14px 12px 42px;
  background: var(--te-bg);
  border: 1px solid var(--te-border);
  border-radius: 10px;
  font-size: 0.9375rem;
  color: var(--te-ink-mid);
}
.te-solution-list li::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--te-green-soft)
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23127A33' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>")
    center no-repeat;
}

/* ------------------------------------------------------------
   Features grid
   ------------------------------------------------------------ */
.te-features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.te-feature-card {
  background: #fff;
  border: 1px solid var(--te-border);
  border-radius: 14px;
  padding: 28px 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.te-feature-card:hover {
  transform: translateY(-2px);
  border-color: #D6DCE3;
  box-shadow: 0 12px 24px -10px rgba(17,24,39,0.08);
}
.te-feature-card__icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--te-green-soft);
  color: var(--te-green-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.te-feature-card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--te-ink-deep);
  margin: 0 0 8px;
}
.te-feature-card p {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--te-ink-mid);
  margin: 0;
}

/* ------------------------------------------------------------
   Benefits (icone + titre + desc, 2 cols)
   ------------------------------------------------------------ */
.te-benefits__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 36px;
}
.te-benefit {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: var(--te-bg);
  border: 1px solid var(--te-border);
  border-radius: 12px;
}
.te-benefit__icon {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 8px;
  background: var(--te-green-soft);
  color: var(--te-green-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.te-benefit h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--te-ink-deep);
  margin: 0 0 6px;
}
.te-benefit p {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--te-ink-mid);
  margin: 0;
}

/* ------------------------------------------------------------
   Demonstration (bloc pourquoi)
   ------------------------------------------------------------ */
.te-demo-block {
  background: var(--te-bg);
  border: 1px solid var(--te-border);
  border-radius: 16px;
  padding: clamp(32px, 4vw, 56px);
}
.te-demo-block__punch {
  margin-top: 24px;
  padding: 20px 24px;
  background: var(--te-green-soft);
  border-radius: 12px;
  border-left: 4px solid var(--te-green-deep);
}
.te-demo-block__punch p {
  margin: 0;
  color: var(--te-green-deep);
  font-weight: 600;
  font-size: 1rem;
}

/* ------------------------------------------------------------
   Targets (3 cols)
   ------------------------------------------------------------ */
.te-targets__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 36px;
}
.te-target-card {
  background: #fff;
  border: 1px solid var(--te-border);
  border-radius: 14px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
}
.te-target-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--te-green);
}
.te-target-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--te-green-deep);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 12px;
}
.te-target-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--te-ink-deep);
  margin: 0 0 10px;
}
.te-target-card p {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--te-ink-mid);
  margin: 0;
}

/* ------------------------------------------------------------
   Differentiation bullets
   ------------------------------------------------------------ */
.te-diff-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.te-diff-list li {
  padding: 16px 18px;
  background: var(--te-bg-alt);
  border-radius: 10px;
  font-size: 0.9375rem;
  color: var(--te-ink-mid);
  border-left: 3px solid var(--te-green);
}
.te-diff-list li strong { color: var(--te-ink-deep); font-weight: 600; }

/* ------------------------------------------------------------
   Objection (citation style)
   ------------------------------------------------------------ */
.te-objection {
  background: var(--te-bg-graphite);
  color: #E8ECEB;
  padding: clamp(48px, 7vw, 96px) 24px;
}
.te-objection__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.te-objection__quote {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
}
.te-objection__quote::before { content: '« '; color: #86EFAC; }
.te-objection__quote::after { content: ' »'; color: #86EFAC; }
.te-objection p { color: #C7D0CE; font-size: 1rem; line-height: 1.6; }

/* ------------------------------------------------------------
   SEO editorial
   ------------------------------------------------------------ */
.te-seo-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 8px;
}
.te-seo-list li {
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--te-border);
  border-radius: 8px;
  font-size: 0.9375rem;
  color: var(--te-ink-mid);
}

/* ------------------------------------------------------------
   FAQ
   ------------------------------------------------------------ */
.te-faq {
  margin-top: 32px;
  border-top: 1px solid var(--te-border);
}
.te-faq__item {
  border-bottom: 1px solid var(--te-border);
}
.te-faq__q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  color: var(--te-ink-deep);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.te-faq__q-icon {
  flex-shrink: 0;
  width: 24px; height: 24px;
  border: 1px solid var(--te-border);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--te-ink-muted);
  transition: transform .2s, background .2s, color .2s;
}
.te-faq__item.is-open .te-faq__q-icon {
  background: var(--te-green);
  color: #fff;
  transform: rotate(45deg);
  border-color: var(--te-green);
}
.te-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
  color: var(--te-ink-mid);
  font-size: 0.9375rem;
  line-height: 1.65;
}
.te-faq__item.is-open .te-faq__a {
  max-height: 500px;
  padding: 0 0 20px;
}

/* ------------------------------------------------------------
   CTA final
   ------------------------------------------------------------ */
.te-cta-final {
  position: relative;
  background:
    radial-gradient(circle at 20% 0%, rgba(29,198,83,0.22), transparent 50%),
    radial-gradient(circle at 80% 100%, rgba(29,198,83,0.12), transparent 50%),
    linear-gradient(180deg, #0E1A1B 0%, #081011 100%);
  color: #fff;
  padding: clamp(80px, 10vw, 140px) 24px;
  overflow: hidden;
}
.te-cta-final__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.te-cta-final h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.15;
}
.te-cta-final p {
  color: #C7D0CE;
  font-size: 1.0625rem;
  margin: 0 auto 36px;
  max-width: 620px;
}
.te-cta-final__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.te-cta-final__actions .te-btn { min-height: 48px; padding: 0 24px; }

/* ------------------------------------------------------------
   Footer
   ------------------------------------------------------------ */
.te-footer {
  background: #0A1413;
  color: #9AAEA9;
  padding: 64px 24px 24px;
}
.te-footer__inner {
  max-width: var(--te-landing-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.te-footer__brand .te-topnav__name { color: #fff; }
.te-footer__tagline {
  margin-top: 14px;
  max-width: 280px;
  font-size: 0.9375rem;
  color: #8EA19D;
}
.te-footer__col h3 {
  font-size: 0.75rem;
  color: #8EA19D;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 14px;
  font-weight: 600;
}
.te-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.te-footer__col a {
  text-decoration: none;
  color: #C7D0CE;
  font-size: 0.9375rem;
  transition: color .15s;
}
.te-footer__col a:hover { color: #fff; }
.te-footer__legal {
  max-width: var(--te-landing-max);
  margin: 24px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  color: #6F8885;
}
.te-footer__legal a {
  text-decoration: none;
  color: #8EA19D;
}
.te-footer__legal a:hover { color: #fff; }
.te-footer__dots { color: #3A4B48; }

@media (max-width: 820px) {
  .te-footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .te-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 540px) {
  .te-footer__inner { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   Reveal on scroll
   ------------------------------------------------------------ */
[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* Stagger: grid children reveal one after the other when their parent [data-reveal] enters view */
.te-features__grid > *,
.te-benefits__grid > *,
.te-targets__grid > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .7s ease, transform .7s ease;
  transition-delay: calc(var(--stagger-i, 0) * 80ms);
}
[data-reveal].is-in .te-features__grid > *,
[data-reveal].is-in .te-benefits__grid > *,
[data-reveal].is-in .te-targets__grid > * {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  [data-reveal].is-in,
  .te-features__grid > *,
  .te-benefits__grid > *,
  .te-targets__grid > *,
  .te-hero__preview-bar-chart {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .te-topnav__progress { display: none; }
}

/* ------------------------------------------------------------
   Overrides boutons (sur la landing les CTA dark ont des tailles spécifiques)
   ------------------------------------------------------------ */
.te-landing-body .te-btn--primary {
  background: var(--te-green);
  color: #0E1A1B;
  border-color: var(--te-green);
}
.te-landing-body .te-btn--primary:hover {
  background: #17B849;
  border-color: #17B849;
  color: #0E1A1B;
}
.te-hero .te-btn--ghost,
.te-cta-final .te-btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.24);
  background: transparent;
}
.te-hero .te-btn--ghost:hover,
.te-cta-final .te-btn--ghost:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.4);
  color: #fff;
}

/* ------------------------------------------------------------
   Stats strip
   ------------------------------------------------------------ */
.te-stats-strip {
  background: var(--te-bg-graphite-soft);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 40px 24px;
  margin-top: 60px;
}
.te-stats-strip__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
  text-align: center;
}
@media (min-width: 640px) {
  .te-stats-strip__grid { grid-template-columns: repeat(4, 1fr); }
}
.te-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.te-stat__value {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.te-stat__value span,
.te-stat__value em { color: var(--te-green); font-style: normal; }
.te-stat__label {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
}

/* ------------------------------------------------------------
   Problème / Solution (2 colonnes)
   ------------------------------------------------------------ */
.te-probsol {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}
@media (min-width: 768px) {
  .te-probsol {
    grid-template-columns: 1fr auto 1fr;
    gap: 32px;
    align-items: stretch;
  }
}
.te-probsol__side {
  border-radius: 14px;
  padding: 28px 24px;
}
.te-probsol__side--problem {
  background: var(--te-bg-alt);
  border: 1px solid var(--te-border);
}
.te-probsol__side--solution {
  background: var(--te-green-soft);
  border: 1px solid rgba(29,198,83,0.25);
}
.te-probsol__heading {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.te-probsol__side--problem .te-probsol__heading {
  color: var(--te-ink-muted);
}
.te-probsol__side--solution .te-probsol__heading {
  color: var(--te-green-deep);
}
.te-probsol__sep {
  display: none;
  align-self: center;
  font-size: 1.5rem;
  color: var(--te-ink-soft);
  font-weight: 300;
}
@media (min-width: 768px) {
  .te-probsol__sep { display: flex; align-items: center; justify-content: center; }
}
.te-probsol__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.te-probsol__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9375rem;
  color: var(--te-ink-mid);
  line-height: 1.45;
}
.te-probsol__list li::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--te-ink-soft);
  border-radius: 50%;
  margin-top: 7px;
  flex-shrink: 0;
}
.te-probsol__list--solution li {
  color: var(--te-green-deep);
}
.te-probsol__list--solution li::before {
  background: var(--te-green-deep);
}

/* ------------------------------------------------------------
   Steps — Comment ça marche
   ------------------------------------------------------------ */
.te-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 900px) {
  .te-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.te-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
  padding-bottom: 36px;
  position: relative;
}
.te-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 27px;
  top: 56px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--te-border) 60%, transparent);
}
@media (min-width: 900px) {
  .te-step {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
  .te-step::after { display: none; }
}
.te-step__num {
  width: 48px; height: 48px;
  background: var(--te-bg-graphite);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 800;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .te-step__num {
    width: 56px; height: 56px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.te-step__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--te-ink-deep);
  margin: 0 0 8px;
  padding-top: 10px;
}
@media (min-width: 900px) {
  .te-step__title { padding-top: 0; }
}
.te-step__desc {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--te-ink-mid);
  margin: 0;
}

/* ------------------------------------------------------------
   Target card — checklist
   ------------------------------------------------------------ */
.te-target-card__features {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--te-border-soft);
}
.te-target-card__features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--te-ink-mid);
  line-height: 1.4;
}
.te-target-card__features li svg {
  color: var(--te-green-deep);
  flex-shrink: 0;
  width: 14px; height: 14px;
}

/* ------------------------------------------------------------
   CTA final — layout 2 colonnes
   ------------------------------------------------------------ */
.te-cta-final__inner--split {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .te-cta-final__inner--split {
    grid-template-columns: 1fr 1fr;
    gap: 72px;
  }
}
.te-cta-final__text { text-align: left; }
.te-cta-final__title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.1;
  font-weight: 700;
}
.te-cta-final__desc {
  color: #C7D0CE;
  font-size: 1.0625rem;
  margin: 0 0 28px;
  line-height: 1.6;
}
.te-cta-final__points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.te-cta-final__points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.75);
}
.te-cta-final__points li svg { color: #86EFAC; flex-shrink: 0; }

/* Formulaire de démo */
.te-demo-form {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 36px;
}
.te-demo-form__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 24px;
}
.te-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 480px) {
  .te-form-row { grid-template-columns: 1fr 1fr; }
}
.te-form-group { margin-bottom: 16px; }
.te-form-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  margin-bottom: 6px;
}
.te-form-req {
  color: #86EFAC;
  margin-left: 2px;
}
.te-form-opt {
  color: rgba(255,255,255,0.4);
  font-weight: 400;
  margin-left: 4px;
  font-size: 0.8125rem;
}
.te-form-input,
.te-form-select,
.te-form-textarea {
  width: 100%;
  padding: 9px 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  font-size: 0.9375rem;
  line-height: 1.5;
  transition: border-color 0.15s, box-shadow 0.15s;
  appearance: none;
  -webkit-appearance: none;
}
.te-form-input::placeholder,
.te-form-textarea::placeholder {
  color: rgba(255,255,255,0.3);
}
.te-form-input:focus,
.te-form-select:focus,
.te-form-textarea:focus {
  outline: none;
  border-color: var(--te-green);
  box-shadow: 0 0 0 3px rgba(29,198,83,0.25);
}
.te-form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.45)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 36px;
  cursor: pointer;
}
.te-form-select option { color: var(--te-ink-deep); background: #fff; }
.te-form-textarea { resize: vertical; min-height: 88px; }
.te-btn--full { width: 100%; justify-content: center; }
.te-form-note {
  margin-top: 12px;
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.35);
  text-align: center;
}

/* ------------------------------------------------------------
   Skip link (RGAA)
   ------------------------------------------------------------ */
.te-skip-link {
  position: absolute;
  top: -120%;
  left: 16px;
  background: var(--te-bg-graphite);
  color: #fff;
  padding: 10px 20px;
  border-radius: 0 0 8px 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  z-index: 9999;
  transition: top 0.15s;
}
.te-skip-link:focus {
  top: 0;
  outline: 2px solid var(--te-green);
  outline-offset: 2px;
}
