/* BTP Manager — agencement type Kizeo Forms, DA maquette BTP Manager (navy + lime + indigo) */

:root {
  --navy: #0b1633;
  --navy-deep: #060b21;
  --navy-mid: #000b2a;
  --lime: #7ed957;
  --lime-hover: #8ee368;
  --lime-text: #0a0f1a;
  --indigo: #4f46e5;
  --indigo-dark: #312e81;
  --purple-pill: #e9d5ff;
  --purple-text: #6b21a8;
  --white: #ffffff;
  --grey-100: #f8fafc;
  --grey-400: #94a3b8;
  --grey-600: #475569;
  --grey-800: #1e293b;
  --border-light: #e2e8f0;
  --radius: 16px;
  --radius-pill: 999px;
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --max: 1180px;
  --orange-cta-start: #fb923c;
  --orange-cta-mid: #f97316;
  --orange-cta-end: #ea580c;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--navy-deep);
  color: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

code {
  font-size: 0.85em;
  opacity: 0.9;
}

.wrap {
  width: min(var(--max), 100% - 2rem);
  margin-inline: auto;
}

/* ——— Header Kizeo-style ——— */
.kf-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(6, 11, 33, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.kf-header__bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0;
  flex-wrap: nowrap;
}

.kf-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}

.kf-logo__mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--indigo), var(--indigo-dark));
  box-shadow: 0 0 0 2px rgba(126, 217, 87, 0.35);
}

.kf-logo__text {
  color: var(--white);
}

@media (max-width: 1100px) {
  .kf-logo__text {
    display: none;
  }
}

/* Pilule navigation : en flux central (≥1100px) pour éviter le chevauchement avec les CTA */
.kf-nav-pill {
  display: none;
  align-items: center;
  gap: 0.15rem;
  padding: 0.25rem 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  max-width: min(100%, 52vw);
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1100px) {
  .kf-header__bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    column-gap: 1rem;
  }

  .kf-logo {
    justify-self: start;
  }

  .kf-nav-pill {
    display: flex;
    grid-column: 2;
    justify-self: center;
    position: static;
    transform: none;
  }

  .kf-header__actions {
    grid-column: 3;
    justify-self: end;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 0.35rem;
  }
}

.kf-nav-link {
  padding: 0.45rem 0.65rem;
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.kf-nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.kf-dd {
  position: relative;
}

.kf-dd summary {
  list-style: none;
  cursor: pointer;
  padding: 0.45rem 0.65rem;
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.kf-dd summary::-webkit-details-marker {
  display: none;
}

.kf-dd summary::after {
  content: " ▾";
  font-size: 0.65em;
  opacity: 0.7;
}

.kf-dd[open] summary {
  background: rgba(255, 255, 255, 0.1);
}

.kf-dd__panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  padding: 0.5rem;
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  z-index: 50;
}

.kf-dd__panel a {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
}

.kf-dd__panel a:hover {
  background: rgba(126, 217, 87, 0.12);
  color: var(--lime);
}

.kf-header__actions {
  display: none;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

@media (min-width: 900px) {
  .kf-header__actions {
    display: flex;
  }
}

.kf-link-muted {
  font-size: 0.85rem;
  color: var(--grey-400);
}

.kf-link-muted:hover {
  color: var(--white);
}

.kf-lang {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--grey-400);
}

.kf-burger {
  display: flex;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  position: relative;
}

@media (min-width: 900px) {
  .kf-burger {
    display: none;
  }
}

.kf-burger::before,
.kf-burger::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  height: 2px;
  background: var(--white);
  border-radius: 1px;
}

.kf-burger::before {
  top: 15px;
  box-shadow: 0 7px 0 var(--white);
}

.kf-burger::after {
  top: 29px;
}

/* Ne pas forcer display:flex sur .kf-mobile-nav : ça annule l’attribut HTML hidden */
.kf-mobile-nav {
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1.25rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.kf-mobile-nav[hidden] {
  display: none !important;
}

.kf-mobile-nav:not([hidden]) {
  display: flex;
}

.kf-mobile-nav a {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-weight: 600;
}

.kf-mobile-nav .btn {
  margin-top: 0.5rem;
  justify-content: center;
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.55rem 1.1rem;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.12s;
  min-height: 44px;
  text-align: center;
}

.btn:active {
  transform: scale(0.98);
}

.btn-pill {
  border-radius: var(--radius-pill);
}

.btn-lg {
  padding: 0.85rem 1.35rem;
  font-size: 0.95rem;
}

.btn-lime {
  background: var(--lime);
  color: var(--lime-text);
}

.btn-lime:hover {
  background: var(--lime-hover);
}

.btn-outline-light {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.08);
}

.btn-outline-dark {
  background: var(--white);
  color: var(--lime-text);
  border: 2px solid var(--lime-text);
}

.btn-outline-dark:hover {
  background: var(--grey-100);
}

.kf-arrow {
  font-weight: 400;
  margin-left: 0.15rem;
}

/* ——— Hero ——— */
.kf-hero {
  position: relative;
  padding: clamp(2rem, 5vw, 3.5rem) 0 0;
  background: linear-gradient(180deg, var(--navy-mid) 0%, var(--navy-deep) 45%, var(--navy-deep) 100%);
  overflow: hidden;
}

.kf-hero__watermark {
  position: absolute;
  right: -8%;
  bottom: 18%;
  width: min(55vw, 480px);
  height: min(55vw, 480px);
  background: radial-gradient(circle at 30% 30%, rgba(126, 217, 87, 0.18), transparent 55%),
    repeating-linear-gradient(
      -25deg,
      transparent,
      transparent 12px,
      rgba(79, 70, 229, 0.06) 12px,
      rgba(79, 70, 229, 0.06) 14px
    );
  border-radius: 24px;
  transform: rotate(-12deg);
  opacity: 0.9;
  pointer-events: none;
}

.kf-hero__inner {
  position: relative;
  text-align: center;
  max-width: 52rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.kf-hero__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--white);
}

.kf-hero__lead {
  margin: 0 auto 1.5rem;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: rgba(255, 255, 255, 0.82);
  max-width: 38rem;
}

.kf-hero__lead a,
.kf-hero__strong a {
  color: var(--lime);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kf-hero__strong {
  color: var(--white);
  font-weight: 700;
}

.kf-trust {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 1.75rem;
  font-size: 0.9rem;
}

.kf-trust__label {
  font-weight: 700;
  color: var(--lime);
}

.kf-trust__stars {
  color: var(--lime);
  letter-spacing: 0.05em;
  font-size: 1rem;
}

.kf-trust__hint {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 520px) {
  .kf-trust__hint {
    width: auto;
  }
}

.kf-trust--dark .kf-trust__label {
  color: var(--lime);
}

.kf-hero__ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 720px) {
  .kf-hero__ctas {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.kf-hero__social {
  margin: 2rem 0 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Showcase mockups */
.kf-showcase {
  position: relative;
  padding: 2rem 0 3rem;
  margin-top: 1rem;
}

.kf-showcase__dual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  max-width: 920px;
  margin: 0 auto;
}

.kf-mock {
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.kf-mock--desktop {
  width: 100%;
  max-width: 640px;
  border: 1px solid var(--border-light);
  z-index: 1;
}

.kf-mock__chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.6rem 1rem;
  background: #f1f5f9;
  border-radius: 18px 18px 0 0;
  border-bottom: 1px solid var(--border-light);
}

.kf-mock__chrome span:nth-child(1),
.kf-mock__chrome span:nth-child(2),
.kf-mock__chrome span:nth-child(3) {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}

.kf-mock__chrome span:nth-child(1) {
  background: #f87171;
}

.kf-mock__chrome span:nth-child(2) {
  background: #fbbf24;
}

.kf-mock__chrome span:nth-child(3) {
  background: #4ade80;
}

.kf-mock__url {
  margin-left: 0.5rem;
  font-size: 0.72rem;
  color: var(--grey-600);
  flex: 1;
  text-align: center;
}

.kf-mock__body {
  display: grid;
  grid-template-columns: 56px 1fr;
  min-height: 200px;
  padding: 0.75rem;
  gap: 0.75rem;
}

.kf-mock__sidebar {
  background: linear-gradient(180deg, #e0e7ff, #f8fafc);
  border-radius: 10px;
}

.kf-mock__main {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.kf-mock__gantt {
  flex: 1;
  min-height: 120px;
  border-radius: 10px;
  background: linear-gradient(180deg, #f8fafc, #e2e8f0);
  position: relative;
  overflow: hidden;
}

.kf-mock__gantt::before {
  content: "";
  position: absolute;
  left: 12%;
  top: 35%;
  width: 45%;
  height: 20px;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--indigo), #6366f1);
}

.kf-mock__gantt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 62%;
  width: 32%;
  height: 16px;
  border-radius: 6px;
  background: linear-gradient(90deg, #10b981, var(--lime));
}

.kf-mock__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.kf-mock__tags span {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  background: #e0e7ff;
  color: var(--indigo-dark);
}

.kf-mock--phone {
  width: 128px;
  margin-left: -44px;
  margin-bottom: 8px;
  z-index: 2;
  border-radius: 22px;
  padding: 8px 8px 12px;
  background: #1e293b;
  border: 3px solid #334155;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.kf-mock__phone-notch {
  height: 14px;
  margin: 0 auto 6px;
  width: 48px;
  border-radius: 0 0 10px 10px;
  background: #0f172a;
}

.kf-mock__phone-body {
  background: var(--white);
  border-radius: 14px;
  padding: 10px;
  min-height: 180px;
  position: relative;
}

.kf-mock__pt {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.4rem;
  border-radius: 8px;
  margin-bottom: 6px;
  background: #f1f5f9;
  color: var(--grey-600);
  text-align: center;
}

.kf-mock__pt--on {
  background: rgba(126, 217, 87, 0.25);
  color: var(--navy);
}

.kf-mock__fab {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--lime-text);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.85rem;
}

.kf-mock__body--shot {
  display: block;
  padding: 0;
  min-height: 0;
  grid-template-columns: unset;
  line-height: 0;
  overflow: hidden;
  border-radius: 0 0 17px 17px;
}

.kf-shot-fill {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.kf-mock__phone-body--shot {
  padding: 0;
  min-height: 0;
  overflow: hidden;
  line-height: 0;
}

.kf-shot-phone {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 11px;
}

@media (max-width: 600px) {
  .kf-mock--phone {
    width: 108px;
    margin-left: -32px;
  }

  .kf-mock__body:not(.kf-mock__body--shot) {
    min-height: 160px;
  }
}

/* ——— Sections blanches ——— */
.kf-section {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.kf-section--white {
  background: var(--white);
  color: var(--grey-800);
}

.kf-section--light {
  background: var(--grey-100);
  color: var(--grey-800);
}

.kf-section--tight {
  padding-top: 0;
}

.kf-section--bottom {
  background: var(--navy);
  padding-bottom: 3rem;
}

.kf-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.kf-pill--purple {
  background: var(--purple-pill);
  color: var(--purple-text);
}

.kf-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--purple-text);
}

.kf-step-num {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px 10px 10px 4px;
  background: rgba(126, 217, 87, 0.25);
  color: #166534;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.kf-heading {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.kf-heading--dark {
  color: var(--navy);
}

.kf-heading--center {
  text-align: center;
}

.kf-subcenter {
  text-align: center;
  color: var(--grey-600);
  margin: -0.5rem auto 2rem;
  max-width: 32rem;
}

.kf-subcenter a {
  color: var(--indigo);
  font-weight: 700;
  text-decoration: underline;
}

.kf-intro {
  margin: 0 0 1rem;
  font-size: 1rem;
}

.kf-intro--dark {
  color: var(--grey-600);
}

.kf-outro {
  margin: 1.25rem 0 0;
  font-size: 0.95rem;
}

.kf-outro--dark {
  color: var(--grey-600);
}

.kf-list-diamond {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-list-diamond li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--grey-600);
  font-size: 0.95rem;
}

.kf-list-diamond li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 7px;
  height: 7px;
  background: var(--lime);
  transform: rotate(45deg);
  border-radius: 1px;
}

.kf-section--white .kf-split__text a,
.kf-section--white .kf-intro a,
.kf-section--white .kf-outro a,
.kf-section--light .kf-intro a,
.kf-list-diamond a {
  color: var(--indigo);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.kf-split {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .kf-split {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .kf-split--reverse .kf-split__text {
    order: 2;
  }

  .kf-split--reverse .kf-split__visual {
    order: 1;
  }
}

.kf-split__visual {
  min-height: 280px;
  position: relative;
}

.kf-split__visual--simple {
  min-height: 200px;
}

.kf-illus {
  border-radius: var(--radius);
  border: 1px dashed rgba(126, 217, 87, 0.4);
  background: linear-gradient(145deg, #f8fafc, #e2e8f0);
}

.kf-illus--form {
  width: 100%;
  height: 260px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(79, 70, 229, 0.08) 48%, rgba(79, 70, 229, 0.08) 52%, transparent 52%),
    repeating-linear-gradient(0deg, transparent, transparent 38px, rgba(148, 163, 184, 0.15) 38px, rgba(148, 163, 184, 0.15) 39px),
    linear-gradient(145deg, #fff, #f1f5f9);
}

.kf-split__visual .kf-illus--spark {
  position: absolute;
  left: 6%;
  bottom: 4%;
  width: 72px;
  height: 72px;
  border: none;
  background: transparent;
  pointer-events: none;
}

.kf-illus--spark::before {
  content: "✦";
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.5rem;
  color: var(--lime);
  text-shadow: 22px -10px 0 rgba(107, 33, 168, 0.5), 42px 8px 0 rgba(79, 70, 229, 0.35);
  opacity: 0.85;
}

.kf-illus--export {
  height: 220px;
  background: linear-gradient(135deg, #ecfdf5, #f0fdf4 40%, #e0e7ff);
  position: relative;
}

.kf-illus--export::after {
  content: "📊";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 3rem;
  opacity: 0.35;
}

figure.kf-split__visual {
  margin: 0;
}

.kf-screenshot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border-light);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

/* ——— Export dossier chantier (DA orange type app) ——— */
.kf-download {
  background: linear-gradient(165deg, #1a1c2e 0%, var(--navy-deep) 45%, #0a0e18 100%);
  color: var(--white);
  border-block: 1px solid rgba(255, 255, 255, 0.06);
}

.kf-download__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .kf-download__grid {
    grid-template-columns: 1fr minmax(280px, 360px);
    gap: 3rem;
  }
}

.kf-pill--lime-outline {
  background: transparent;
  color: var(--lime);
  border: 1px solid rgba(126, 217, 87, 0.45);
}

.kf-dot--lime {
  background: var(--lime);
  box-shadow: 0 0 10px rgba(126, 217, 87, 0.5);
}

.kf-download__title {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.kf-download__lead {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 38rem;
}

.kf-download__lead a {
  color: var(--lime);
  font-weight: 700;
  text-decoration: underline;
}

.kf-download__list {
  margin: 0 0 1.75rem;
  padding-left: 1.2rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

.kf-download__list li {
  margin-bottom: 0.55rem;
}

.btn-orange-gradient {
  background: linear-gradient(135deg, var(--orange-cta-start) 0%, var(--orange-cta-mid) 45%, var(--orange-cta-end) 100%);
  color: #fff;
  border: none;
  box-shadow: 0 6px 24px rgba(234, 88, 12, 0.32);
}

.btn-orange-gradient:hover {
  filter: brightness(1.07);
  box-shadow: 0 8px 28px rgba(234, 88, 12, 0.42);
}

.kf-download-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 1.75rem 1.5rem 1.5rem;
  text-align: center;
}

.kf-download-card__icon {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.kf-download-card__name {
  margin: 0 0 0.35rem;
  font-weight: 700;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.95);
  word-break: break-word;
}

.kf-download-card__meta {
  margin: 0 0 1.25rem;
  font-size: 0.78rem;
  color: var(--grey-400);
}

.kf-download-card__fake-btn {
  width: 100%;
  cursor: default;
  user-select: none;
}

.kf-download-card__hint {
  margin: 1rem 0 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
}

/* ——— Témoignages ——— */
.kf-section--testi-compact {
  padding: clamp(2rem, 4vw, 2.75rem) 0;
}

.kf-testi__card {
  border-radius: 20px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.07);
  border: 1px solid var(--border-light);
}

.kf-testi__card--text-only {
  max-width: 42rem;
  margin: 0 auto;
}

.kf-testi__content {
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.25rem, 4vw, 2rem);
  position: relative;
}

.kf-testi__quote {
  position: absolute;
  top: 0.85rem;
  left: clamp(1rem, 3vw, 1.5rem);
  font-size: clamp(2.5rem, 6vw, 3.25rem);
  line-height: 1;
  color: var(--purple-pill);
  font-family: Georgia, serif;
  opacity: 0.85;
}

.kf-testi__text {
  margin: 0.25rem 0 1.1rem;
  padding: 0.15rem 0 0;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.5;
  border: none;
}

.kf-testi__author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.kf-testi__logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--lime);
  font-weight: 800;
  font-size: 0.7rem;
  display: grid;
  place-items: center;
}

.kf-testi__name {
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--navy);
}

.kf-testi__role {
  font-size: 0.8rem;
  color: var(--grey-600);
}

.kf-testi__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.kf-testi__more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--navy);
}

.kf-testi__controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.kf-circle-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: var(--lime);
  color: var(--lime-text);
  font-weight: 700;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 1rem;
}

.kf-circle-btn--nav {
  border: 2px solid rgba(11, 22, 51, 0.15);
  background: rgba(126, 217, 87, 0.35);
}

.kf-circle-btn--nav:hover {
  background: var(--lime);
}

.kf-testi__counter {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--grey-600);
  min-width: 3rem;
  text-align: center;
}

/* ——— Bénéfices ——— */
.kf-benefits {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .kf-benefits {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.kf-benefit-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0;
}

.kf-ben-card {
  display: flex;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  border-radius: 18px;
  border: 1px solid var(--border-light);
  background: var(--white);
}

.kf-ben-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(126, 217, 87, 0.2);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
}

.kf-ben-card h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--navy);
}

.kf-ben-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--grey-600);
}

.kf-benefits__cta {
  margin-top: 0.5rem;
}

.kf-benefits__visual {
  display: flex;
  justify-content: center;
  margin: 0;
}

.kf-benefits__frame {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border-light);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
  line-height: 0;
}

.kf-benefits__shot {
  display: block;
  width: 100%;
  height: auto;
}

.kf-phone-shot {
  width: min(100%, 320px);
  aspect-ratio: 9 / 18;
  border-radius: 36px;
  padding: 12px;
  background: linear-gradient(160deg, #e2e8f0, #cbd5e1);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.kf-phone-shot__screen {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  background: linear-gradient(180deg, #f8fafc, #fff);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid var(--border-light);
}

.kf-phone-shot__logo {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--indigo), var(--indigo-dark));
  color: var(--white);
  font-weight: 900;
  font-size: 0.85rem;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 3px rgba(126, 217, 87, 0.35);
}

.kf-phone-shot__app {
  font-weight: 800;
  color: var(--navy);
  font-size: 1rem;
}

/* ——— Stats ——— */
.kf-stats {
  background: var(--navy);
  padding: 2.5rem 0;
  border-block: 1px solid rgba(255, 255, 255, 0.06);
}

.kf-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .kf-stats__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.kf-stat strong {
  display: block;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 800;
  color: var(--lime);
  margin-bottom: 0.35rem;
}

.kf-stat span {
  font-size: 0.8rem;
  color: var(--grey-400);
  line-height: 1.35;
}

/* ——— Pricing ——— */
.kf-pricing {
  display: grid;
  gap: 1.25rem;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 800px) {
  .kf-pricing {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

.kf-price-card {
  position: relative;
  padding: 2rem 1.5rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-light);
  background: var(--white);
  text-align: center;
  color: var(--navy);
}

.kf-price-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 800;
}

.kf-price-card__amount {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.kf-price-card__unit {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  color: var(--grey-600);
}

.kf-price-card__desc {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: var(--grey-600);
}

.kf-price-card__list {
  text-align: left;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
  color: var(--grey-800);
}

.kf-price-card__list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.55rem;
}

.kf-price-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 800;
}

.kf-price-card--featured {
  background: var(--navy);
  color: var(--white);
  border-color: rgba(126, 217, 87, 0.35);
  box-shadow: 0 20px 50px rgba(11, 22, 51, 0.25);
}

.kf-price-card--featured h3,
.kf-price-card--featured .kf-price-card__amount {
  color: var(--white);
}

.kf-price-card--featured .kf-price-card__unit,
.kf-price-card--featured .kf-price-card__desc {
  color: rgba(255, 255, 255, 0.75);
}

.kf-price-card--featured .kf-price-card__list {
  color: rgba(255, 255, 255, 0.9);
}

.kf-price-card--featured .kf-price-card__list li::before {
  color: var(--lime);
}

.kf-price-card__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--lime);
  color: var(--lime-text);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}

.kf-price-card__plus {
  margin: 1rem 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.85;
}

.kf-price-card--featured .kf-price-card__plus {
  color: rgba(255, 255, 255, 0.8);
}

/* ——— CTA final ——— */
.kf-cta-final {
  background: linear-gradient(180deg, var(--navy-mid), var(--navy-deep));
  text-align: center;
  padding: clamp(3rem, 7vw, 4.5rem) 0;
}

.kf-cta-final__inner {
  max-width: 36rem;
  margin: 0 auto;
}

.kf-cta-final__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
}

.kf-cta-final__text {
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.75);
}

/* ——— Contact bottom ——— */
.kf-bottom-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .kf-bottom-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.kf-bottom-lead {
  color: rgba(255, 255, 255, 0.7);
  margin: 0.75rem 0 1.25rem;
  max-width: 28rem;
}

.kf-contact-direct {
  margin: 1rem 0 0;
  font-size: 0.95rem;
  line-height: 1.75;
}

.kf-contact-direct a {
  color: var(--lime);
  font-weight: 600;
}

.kf-contact-direct a:hover {
  text-decoration: underline;
}

.contact-form {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-row {
  display: grid;
  gap: 1rem;
}

@media (min-width: 520px) {
  .form-row.two {
    grid-template-columns: 1fr 1fr;
  }
}

label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.35rem;
}

.label-opt {
  font-weight: 500;
  opacity: 0.7;
}

input,
textarea,
select {
  width: 100%;
  padding: 0.65rem 0.85rem;
  font-family: inherit;
  font-size: 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 11, 33, 0.6);
  color: var(--white);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(126, 217, 87, 0.2);
}

textarea {
  min-height: 100px;
  resize: vertical;
}

.form-hint {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}

.form-hint a {
  color: var(--lime);
  font-weight: 600;
}

.form-hint a:hover {
  text-decoration: underline;
}

.form-success {
  display: none;
  padding: 1rem;
  border-radius: 10px;
  background: rgba(126, 217, 87, 0.15);
  border: 1px solid rgba(126, 217, 87, 0.4);
  color: var(--lime);
  margin-top: 1rem;
  font-size: 0.9rem;
}

.form-success.visible {
  display: block;
}

/* ——— Fil d’Ariane ——— */
.kf-breadcrumb-wrap {
  padding: 0.85rem 0 0;
  background: var(--navy-mid);
}

.kf-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
}

.kf-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
}

.kf-breadcrumb a:hover {
  color: var(--lime);
  text-decoration: underline;
}

.kf-breadcrumb [aria-current="page"] {
  color: var(--white);
}

.kf-breadcrumb__sep {
  opacity: 0.4;
  font-weight: 400;
}

/* ——— Pages internes ——— */
.kf-page-hero {
  position: relative;
  padding: clamp(1.5rem, 4vw, 2.75rem) 0 2.5rem;
  background: linear-gradient(180deg, var(--navy-mid) 0%, var(--navy-deep) 100%);
}

.kf-page-hero h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: 18ch;
}

.kf-page-hero__lead {
  margin: 0;
  max-width: 40rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.kf-page-hero__lead a {
  color: var(--lime);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kf-prose {
  max-width: 44rem;
}

.kf-prose h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.kf-prose h3 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--navy);
}

.kf-prose p,
.kf-prose li {
  color: var(--grey-600);
  font-size: 1rem;
  line-height: 1.65;
}

.kf-prose p {
  margin: 0 0 1rem;
}

.kf-prose a {
  color: var(--indigo);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.kf-prose a:hover {
  color: var(--indigo-dark);
}

.kf-article-grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 900px) {
  .kf-article-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.7fr);
  }
}

.kf-side-cta {
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius);
  background: var(--grey-100);
  border: 1px solid var(--border-light);
}

.kf-side-cta h2 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  color: var(--navy);
}

.kf-side-cta p {
  margin: 0 0 1rem;
  color: var(--grey-600);
  font-size: 0.92rem;
}

.kf-side-cta ul {
  margin: 0 0 1.1rem;
  padding: 0;
  list-style: none;
}

.kf-side-cta li {
  margin-bottom: 0.45rem;
}

.kf-side-cta a:not(.btn) {
  color: var(--indigo);
  font-weight: 700;
  font-size: 0.92rem;
}

.kf-side-cta a:not(.btn):hover {
  text-decoration: underline;
}

/* ——— Maillage interne (cartes) ——— */
.kf-mesh {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .kf-mesh {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1000px) {
  .kf-mesh--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.kf-mesh__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem 1.3rem 1.35rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--border-light);
  color: var(--grey-800);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s, transform 0.15s, box-shadow 0.2s;
}

.kf-mesh__card:hover {
  border-color: #c4b5fd;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.1);
}

.kf-mesh__kicker {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--indigo);
}

.kf-mesh__card h2,
.kf-mesh__card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--navy);
}

.kf-mesh__card p {
  margin: 0 0 0.9rem;
  flex: 1;
  font-size: 0.9rem;
  color: var(--grey-600);
  line-height: 1.55;
}

.kf-mesh__more {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--indigo);
}

.kf-mesh__card:hover .kf-mesh__more {
  text-decoration: underline;
}

.kf-incontent-links {
  margin: 1.25rem 0 0;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #eef2ff;
  border: 1px solid #e0e7ff;
}

.kf-incontent-links p {
  margin: 0;
  color: var(--grey-800);
  font-size: 0.92rem;
}

.kf-stats h2 {
  margin: 0 0 1.5rem;
  text-align: center;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: var(--white);
}

/* ——— Footer ——— */
.site-footer {
  padding: 2.25rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
  color: var(--grey-400);
  background: var(--navy-deep);
}

.site-footer__grid {
  display: grid;
  gap: 1.75rem 2rem;
  grid-template-columns: 1fr;
  margin-bottom: 1.75rem;
}

@media (min-width: 700px) {
  .site-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
}

.site-footer__brand {
  margin: 0 0 0.4rem;
  font-weight: 800;
  font-size: 1rem;
  color: var(--white);
}

.site-footer__tag {
  margin: 0;
  max-width: 22rem;
  line-height: 1.5;
}

.site-footer__title {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.site-footer nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}

.site-footer nav a,
.site-footer__col a {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer a:hover {
  color: var(--white);
}

.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
