/* ============================================================
   CHIFFRIO - Landing styles
   Forked + extended from the DS web kit.
   ============================================================ */
@import url('tokens.css');

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id], footer[id] { scroll-margin-top: 92px; }
html, body {
  margin: 0; padding: 0;
  background: var(--ch-paper);
  color: var(--fg1);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.container-wide { max-width: 1320px; margin: 0 auto; padding: 0 32px; }

/* Hide payment-dot pulse when tweak is off */
body.no-pulse .pd, body.no-pulse .pulse-dot { animation: none !important; }

/* =============== ACCENT OPTIONS =============== */
body[data-accent="amber"]   { --ch-accent: #EF9F27;               --ch-accent-deep: #D88410;                 --ch-accent-bright: #FFB741;                  --ch-accent-soft: #F8C66A; }
body[data-accent="ember"]   { --ch-accent: #E8772A;               --ch-accent-deep: #C95A14;                 --ch-accent-bright: #FF9148;                  --ch-accent-soft: #FAD0B0; }
body[data-accent="honey"]   { --ch-accent: #F4B83D;               --ch-accent-deep: #D29614;                 --ch-accent-bright: #FFCB5C;                  --ch-accent-soft: #FBE3A6; }
body[data-accent="terra"]   { --ch-accent: #D9722C;               --ch-accent-deep: #B05818;                 --ch-accent-bright: #F08A45;                  --ch-accent-soft: #F5C9A2; }

/* override the DS amber tokens with the chosen accent so all kit pieces pick it up */
body[data-accent] {
  --ch-amber: var(--ch-accent);
  --ch-amber-deep: var(--ch-accent-deep);
  --ch-amber-bright: var(--ch-accent-bright);
  --ch-amber-soft: var(--ch-accent-soft);
  --accent: var(--ch-accent);
  --accent-hover: var(--ch-accent-deep);
}

.no-js .pricing-toggle { display: none; }
.no-js .pricing-fineprint::before { content: "Tarifs mensuels affichés. "; }

/* =============== MODE TWEAK =============== */
/* paper = lighter default; cream = warm (current); night = dark */
body[data-mode="paper"] { background: var(--ch-paper); }
body[data-mode="cream"] { background: var(--ch-cream); }
body[data-mode="night"] {
  background: var(--ch-night);
  color: var(--fg1-dark);
  --bg: var(--ch-night);
  --bg-elev: var(--ch-night-elev);
  --line: var(--line-dark);
  --line-cream: var(--line-dark);
  --fg1: var(--fg1-dark);
  --fg2: var(--fg2-dark);
  --fg3: var(--fg3-dark);
}

/* =============== NAV =============== */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--ch-paper) 88%, transparent);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
body[data-mode="cream"] .nav { background: color-mix(in srgb, var(--ch-cream) 90%, transparent); border-color: var(--line-cream); }
body[data-mode="night"] .nav { background: color-mix(in srgb, var(--ch-night) 90%, transparent); border-color: var(--line-dark); }

.nav-inner { display: flex; align-items: center; gap: 32px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 20px; letter-spacing: -.02em; color: var(--fg1); }
.brand .mark { width: 34px; height: 34px; border-radius: 9px; background: var(--ch-amber); display: grid; place-items: center; padding: 4px; flex-shrink: 0; }
.brand .mark svg { width: 100%; height: 100%; color: var(--ch-night); }
.brand .mark-img { width: 34px; height: 34px; border-radius: 9px; padding: 0; background: transparent; object-fit: contain; display: block; flex-shrink: 0; }
.nav-links { display: flex; gap: 2px; flex: 1; }
.nav-links a { padding: 8px 14px; border-radius: 10px; font-size: 14px; font-weight: 500; color: var(--fg2); transition: background .15s, color .15s; }
.nav-links a:hover { background: var(--ch-gris-50); color: var(--fg1); }
body[data-mode="cream"] .nav-links a:hover { background: var(--ch-cream-deep); }
body[data-mode="night"] .nav-links a:hover { background: var(--ch-night-elev); color: var(--fg1-dark); }
.nav-cta { display: flex; gap: 8px; align-items: center; }

/* =============== BUTTONS =============== */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: inherit; font-size: 14px; font-weight: 600; padding: 12px 20px; border-radius: 12px; border: none; cursor: pointer; transition: transform .15s var(--ease-out), background .15s, box-shadow .15s, color .15s; letter-spacing: -.005em; white-space: nowrap; }
.btn-primary { background: var(--ch-amber); color: var(--ch-night); box-shadow: 0 10px 24px -8px color-mix(in srgb, var(--ch-amber) 55%, transparent); }
.btn-primary:hover { background: var(--ch-amber-deep); transform: translateY(-1px); }
.btn-dark { background: var(--ch-night); color: var(--ch-cream); }
.btn-dark:hover { background: var(--ch-night-soft); }
.btn-outline { background: transparent; color: var(--fg1); border: 1.5px solid var(--fg1); padding: 10.5px 18.5px; }
.btn-outline:hover { background: var(--fg1); color: var(--ch-paper); }
body[data-mode="night"] .btn-outline { color: var(--ch-cream); border-color: var(--ch-cream); }
body[data-mode="night"] .btn-outline:hover { background: var(--ch-cream); color: var(--ch-night); }
.btn-ghost { background: transparent; color: var(--fg1); padding: 12px 8px; }
.btn-ghost::after { content: " →"; color: var(--ch-amber-deep); font-weight: 700; }
.btn-sm { font-size: 13px; padding: 9px 14px; border-radius: 10px; }
.btn-lg { font-size: 15px; padding: 14px 24px; border-radius: 14px; }

/* =============== SHARED =============== */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--ch-amber-deep);
  margin-bottom: 16px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 999px; background: var(--ch-amber); }
body[data-mode="night"] .eyebrow { color: var(--ch-amber-bright); }
body[data-mode="night"] .eyebrow .dot { background: var(--ch-amber-bright); }

.section-head { max-width: 720px; margin-bottom: 64px; }
.section-head h2 { font-size: clamp(34px, 4vw, 52px); font-weight: 800; letter-spacing: -.025em; line-height: 1.05; color: var(--fg1); }
.section-head h2 em { font-style: italic; color: var(--ch-amber-deep); font-weight: 800; }
body[data-mode="night"] .section-head h2 em { color: var(--ch-amber-bright); }
.section-head p { font-size: 18px; color: var(--fg2); margin-top: 18px; max-width: 580px; line-height: 1.5; }

/* =============== HERO =============== */
.hero {
  padding: 88px 0 112px;
  background: var(--ch-cream);
  border-bottom: 1px solid var(--line-cream);
  position: relative;
  overflow: hidden;
}
body[data-mode="paper"] .hero { background: var(--ch-paper); border-bottom-color: var(--line); }
body[data-mode="night"] .hero { background: var(--ch-night); border-bottom: 1px solid var(--line-dark); color: var(--fg1-dark); }

/* warm grain on cream */
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(1100px 600px at 88% -10%, color-mix(in srgb, var(--ch-amber) 18%, transparent) 0%, transparent 60%);
  pointer-events: none;
}
body[data-mode="night"] .hero::before {
  background: radial-gradient(1100px 700px at 92% -20%, color-mix(in srgb, var(--ch-amber) 22%, transparent) 0%, transparent 55%);
}

.hero-inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; background: var(--ch-white);
  border: 1px solid var(--line-cream);
  border-radius: 999px;
  font-size: 12px; font-weight: 600; color: var(--ch-gris-700);
  margin-bottom: 24px;
}
body[data-mode="night"] .hero-eyebrow { background: var(--ch-night-elev); color: var(--fg2-dark); border-color: var(--line-dark); }
.hero-eyebrow .dot { width: 7px; height: 7px; border-radius: 999px; background: var(--ch-amber); animation: pulse 1.6s ease-in-out infinite; }
.hero h1 {
  font-size: clamp(48px, 6vw, 84px);
  font-weight: 800; letter-spacing: -.028em; line-height: .98;
  color: var(--fg1);
}
.hero h1 em { font-style: italic; color: var(--ch-amber-deep); font-weight: 800; }
body[data-mode="night"] .hero h1 em { color: var(--ch-amber-bright); }
.hero .lead { font-size: 19px; line-height: 1.55; color: var(--fg2); margin: 24px 0 32px; max-width: 540px; }
.hero-cta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 32px; font-size: 13px; color: var(--fg2); }
.hero-proof .avatars { display: flex; }
.hero-proof .avatars span { width: 30px; height: 30px; border-radius: 999px; border: 2px solid var(--ch-cream); margin-left: -8px; background: var(--ch-amber); display: grid; place-items: center; font-size: 11px; font-weight: 700; color: var(--ch-night); }
body[data-mode="paper"] .hero-proof .avatars span { border-color: var(--ch-paper); }
body[data-mode="night"] .hero-proof .avatars span { border-color: var(--ch-night); }
.hero-proof .avatars span:first-child { margin-left: 0; }
.hero-proof .avatars span:nth-child(2){background:#D88410;}
.hero-proof .avatars span:nth-child(3){background:#0F1220;color:#EF9F27;}
.hero-proof .avatars span:nth-child(4){background:#FAEEDA;color:#0F1220;}
body[data-mode="night"] .hero-proof .avatars span:nth-child(4){background:#FAEEDA;border-color:var(--ch-night);}
.hero-proof strong { color: var(--fg1); font-weight: 700; }

/* =============== HERO VISUAL - stacked screens (devis → facture → encaissé) =============== */
.hero-visual { position: relative; height: 580px; }
.screen {
  position: absolute;
  background: var(--ch-white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  padding: 22px 22px 20px;
  font-size: 12.5px;
}
body[data-mode="night"] .screen { background: var(--ch-night-elev); border-color: var(--line-dark); color: var(--fg1-dark); }

.screen-devis { width: 78%; top: 0; left: 0; z-index: 1; transform: rotate(-2.5deg); }
.screen-facture { width: 82%; top: 26%; right: 0; left: auto; z-index: 2; transform: rotate(1.5deg); box-shadow: var(--shadow-amber); }
.screen-encaisse { width: 64%; bottom: 0; left: 6%; z-index: 3; }

.scr-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px dashed var(--line); margin-bottom: 12px; }
.scr-ref { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .04em; color: var(--ch-gris-500); text-transform: uppercase; }
body[data-mode="night"] .scr-ref { color: var(--fg3-dark); }
.scr-title { font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--fg1); margin: 2px 0 0; letter-spacing: -.01em; }

.pill { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; font-size: 10.5px; font-weight: 700; letter-spacing: 0; }
.pill .pd { width: 6px; height: 6px; border-radius: 999px; }
.pill-paid { background: var(--ch-paid-soft); color: #0F4F2A; }
.pill-paid .pd { background: var(--ch-paid); }
.pill-pending { background: var(--ch-pending-soft); color: #7A4A0E; }
.pill-pending .pd { background: var(--ch-pending); }
.pill-draft { background: var(--ch-gris-100); color: var(--ch-gris-700); }
.pill-draft .pd { background: var(--ch-gris-500); }
body[data-mode="night"] .pill-paid { background: rgba(31,157,85,.18); color: #6EE2A4; }
body[data-mode="night"] .pill-draft { background: var(--ch-night-soft); color: var(--fg2-dark); }

.scr-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 8px 0; font-size: 12.5px; color: var(--fg1); border-bottom: 1px dashed var(--line); }
.scr-row:last-of-type { border-bottom: none; }
.scr-row .desc { color: var(--fg2); }
.scr-row .amt { font-family: var(--font-mono); font-weight: 700; font-feature-settings: "tnum" 1; }

.scr-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 14px; margin-top: 6px; border-top: 1.5px solid var(--fg1); }
.scr-total .lbl { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--fg2); }
.scr-total .v { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--fg1); font-feature-settings: "tnum" 1; letter-spacing: -.02em; }
.scr-total .v .u { font-size: .55em; color: var(--fg3); font-weight: 600; }

/* encaisse screen - celebration */
.screen-encaisse { padding: 18px 20px; background: var(--ch-night); color: var(--ch-cream); border-color: transparent; box-shadow: var(--shadow-lg); }
.screen-encaisse .scr-head { border-bottom-color: var(--line-dark); }
.screen-encaisse .scr-ref { color: var(--ch-amber-bright); }
.screen-encaisse .scr-title { color: var(--ch-white); font-size: 15px; }
.encaisse-amount { display: flex; align-items: baseline; gap: 10px; margin: 4px 0 8px; }
.encaisse-amount .pulse-dot { width: 14px; height: 14px; border-radius: 999px; background: var(--ch-amber); animation: pulse 1.6s ease-in-out infinite; flex-shrink: 0; align-self: center; }
.encaisse-amount .v { font-family: var(--font-display); font-weight: 800; font-size: 30px; color: var(--ch-white); letter-spacing: -.02em; font-feature-settings: "tnum" 1; }
.encaisse-amount .v .u { font-size: .5em; color: var(--ch-amber-bright); }
.encaisse-sub { font-size: 11.5px; color: var(--fg2-dark); }
.encaisse-sub strong { color: var(--ch-white); font-weight: 600; }

@keyframes pulse {
  0%,100% { transform: scale(1); box-shadow: 0 0 0 0 color-mix(in srgb, var(--ch-amber) 50%, transparent); }
  50%     { transform: scale(1.12); box-shadow: 0 0 0 10px color-mix(in srgb, var(--ch-amber) 0%, transparent); }
}

/* arrow connectors between screens */
.flow-arrow { position: absolute; z-index: 2; pointer-events: none; color: var(--ch-amber-deep); }
.flow-arrow svg { width: 100%; height: 100%; }
body[data-mode="night"] .flow-arrow { color: var(--ch-amber-bright); }
.flow-arrow-1 { top: 18%; left: 60%; width: 60px; height: 60px; }
.flow-arrow-2 { bottom: 18%; left: 56%; width: 60px; height: 60px; transform: rotate(180deg); }

/* =============== LOGOS BAR =============== */
.logos { padding: 36px 0; background: var(--ch-night); border-bottom: 1px solid var(--line-dark); }
body[data-mode="cream"] .logos { background: var(--ch-night); border-bottom-color: var(--line-dark); }
body[data-mode="night"] .logos { background: var(--ch-night); border-bottom-color: var(--line-dark); }
.logos-inner { display: flex; align-items: center; gap: 48px; justify-content: space-between; flex-wrap: wrap; }
.logos .lbl { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ch-amber-bright); }
.logos .row { display: flex; gap: 44px; flex-wrap: wrap; align-items: center; }
.logos .logos-ticker {
  display: block;
  width: min(760px, 100%);
  height: 34px;
  overflow: hidden;
  flex: 1 1 620px;
  position: relative;
}
.logos .logos-ticker::before,
.logos .logos-ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42px;
  z-index: 1;
  pointer-events: none;
}
.logos .logos-ticker::before { left: 0; background: linear-gradient(90deg, var(--ch-night), transparent); }
.logos .logos-ticker::after { right: 0; background: linear-gradient(270deg, var(--ch-night), transparent); }
.logos-ticker-track {
  display: flex;
  width: max-content;
  animation: logosHorizontal 26s linear infinite;
  will-change: transform;
}
.logos-ticker-group {
  display: flex;
  align-items: center;
  gap: 44px;
  padding-right: 44px;
  white-space: nowrap;
}
.logos-ticker:hover .logos-ticker-track { animation-play-state: paused; }
.logos .row span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  color: var(--ch-cream);
  letter-spacing: -.01em;
  opacity: .72;
  line-height: 34px;
  transition: filter .2s, color .2s;
}
.logos .row span:hover { filter: grayscale(0) opacity(1); color: var(--ch-amber-bright); }
body[data-mode="night"] .logos .row span { color: var(--ch-cream); }
.logos .logos-ticker .logos-ticker-group span {
  flex: 0 0 auto;
}
@keyframes logosHorizontal {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .logos-ticker-track { animation: none; }
}

/* =============== PROBLEM (vs Excel) =============== */
.problem { padding: 128px 0; background: var(--ch-paper); position: relative; }
body[data-mode="cream"] .problem { background: var(--ch-cream); }
body[data-mode="night"] .problem { background: var(--ch-night); }

.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: stretch; margin-top: 32px; }
.problem-card {
  padding: 36px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--ch-white);
  display: flex; flex-direction: column;
}
body[data-mode="night"] .problem-card { background: var(--ch-night-elev); border-color: var(--line-dark); }
body[data-mode="cream"] .problem-card { background: var(--ch-white); border-color: var(--line-cream); }

.problem-card.bad {
  background: linear-gradient(180deg, rgba(239,159,39,.13), rgba(239,159,39,.07));
  border-color: rgba(239,159,39,.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
}
body[data-mode="cream"] .problem-card.bad {
  background: linear-gradient(180deg, #F8E7C4, #F6E0AE);
  border-color: rgba(239,159,39,.26);
}
body[data-mode="night"] .problem-card.bad { background: var(--ch-night-soft); border-color: var(--line-dark); }

.problem-card .tag {
  display: inline-flex; align-items: center; gap: 8px;
  align-self: flex-start;
  padding: 5px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em;
  margin-bottom: 18px;
}
.problem-card.bad .tag { background: rgba(239,159,39,.16); color: var(--ch-amber-deep); }
.problem-card.good .tag { background: var(--ch-paid-soft); color: #0F4F2A; }
body[data-mode="night"] .problem-card.bad .tag { background: rgba(239,159,39,.2); color: var(--ch-amber-bright); }
body[data-mode="night"] .problem-card.good .tag { background: rgba(31,157,85,.2); color: #6EE2A4; }

.problem-card h3 { font-size: 26px; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; color: var(--fg1); margin: 0 0 22px; }
.problem-card h3 em { font-style: italic; color: var(--ch-amber-deep); font-weight: 800; }
body[data-mode="night"] .problem-card h3 em { color: var(--ch-amber-bright); }

.problem-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.problem-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 14.5px; line-height: 1.5; color: var(--fg2); }
.problem-list li::before {
  content: ""; width: 18px; height: 18px; border-radius: 6px;
  flex-shrink: 0; margin-top: 2px;
  display: inline-block;
}
.problem-card.bad .problem-list li::before {
  background: rgba(239,159,39,.16);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C77900' stroke-width='3.2' stroke-linecap='round'><path d='M7 12 H17'/></svg>");
  background-size: 12px; background-position: center; background-repeat: no-repeat;
}
.problem-card.good .problem-list li::before {
  background: var(--ch-paid-soft);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F9D55' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12 L10 17 L19 7'/></svg>");
  background-size: 12px; background-position: center; background-repeat: no-repeat;
}

/* =============== FEATURES - alternating =============== */
.features { padding: 128px 0; background: var(--ch-cream); border-top: 1px solid var(--line-cream); border-bottom: 1px solid var(--line-cream); }
body[data-mode="paper"] .features { background: var(--ch-paper); border-color: var(--line); }
body[data-mode="night"] .features { background: var(--ch-night); border-color: var(--line-dark); }

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 96px;
  align-items: center;
  padding: 72px 0;
  border-top: 1px solid var(--line-cream);
}
.feature-row:first-of-type { border-top: none; padding-top: 32px; }
body[data-mode="paper"] .feature-row { border-color: var(--line); }
body[data-mode="night"] .feature-row { border-color: var(--line-dark); }
.feature-row.reverse > .feature-text { order: 2; }
.feature-row.reverse > .feature-visual { order: 1; }

.feature-num {
  font-family: var(--font-display);
  font-weight: 800; font-size: 13px;
  color: var(--ch-amber-deep);
  letter-spacing: .18em; text-transform: uppercase;
  margin-bottom: 14px;
}
body[data-mode="night"] .feature-num { color: var(--ch-amber-bright); }
.feature-text h3 { font-size: clamp(28px, 3vw, 40px); font-weight: 800; letter-spacing: -.025em; line-height: 1.08; color: var(--fg1); }
.feature-text h3 em { font-style: italic; color: var(--ch-amber-deep); font-weight: 800; }
body[data-mode="night"] .feature-text h3 em { color: var(--ch-amber-bright); }
.feature-text > p { font-size: 17px; line-height: 1.55; color: var(--fg2); margin: 18px 0 22px; max-width: 480px; }

.feature-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.feature-bullets li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--fg1); }
.feature-bullets li::before {
  content: ""; width: 7px; height: 7px; border-radius: 999px;
  background: var(--ch-amber); margin-top: 8px; flex-shrink: 0;
}

/* =============== FEATURES - bento variant =============== */
body[data-features="bento"] .features-alt { display: none; }
body[data-features="alt"]   .features-bento { display: none; }

.features-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin-top: 24px;
}
.bento {
  background: var(--ch-white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px;
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 240px;
  transition: transform .2s var(--ease-out), box-shadow .2s;
  position: relative;
  overflow: hidden;
}
.bento:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
body[data-mode="night"] .bento { background: var(--ch-night-elev); border-color: var(--line-dark); }
body[data-mode="cream"] .bento { background: var(--ch-white); border-color: var(--line-cream); }

.bento .num { font-family: var(--font-display); font-weight: 800; font-size: 12px; color: var(--ch-amber-deep); letter-spacing: .18em; text-transform: uppercase; }
body[data-mode="night"] .bento .num { color: var(--ch-amber-bright); }
.bento h4 { font-family: var(--font-display); font-size: 21px; font-weight: 700; letter-spacing: -.015em; margin: 12px 0 8px; color: var(--fg1); line-height: 1.15; }
.bento p { font-size: 14px; line-height: 1.5; color: var(--fg2); margin: 0; }

.bento-lg { grid-column: span 3; min-height: 280px; }
.bento-md { grid-column: span 3; }
.bento-sm { grid-column: span 2; }
.bento-dark { background: var(--ch-night); color: var(--ch-cream); border: none; }
.bento-dark h4 { color: var(--ch-white); }
.bento-dark p { color: var(--fg2-dark); }
.bento-dark .num { color: var(--ch-amber-bright); }
.bento-amber { background: var(--ch-amber); border: none; }
.bento-amber h4 { color: var(--ch-night); }
.bento-amber p { color: var(--ch-night); }
.bento-amber .num { color: var(--ch-night); opacity: .65; }

.bento-illu { margin-top: auto; padding-top: 18px; }

/* =============== TESTIMONIALS =============== */
.testimonials { padding: 128px 0; background: var(--ch-night); color: var(--ch-cream); }
body[data-mode="night"] .testimonials { background: var(--ch-night-elev); }
.testi-head { color: var(--ch-white); max-width: 780px; }
.testi-head .eyebrow { color: var(--ch-amber-bright); }
.testi-head .eyebrow .dot { background: var(--ch-amber-bright); }
.testi-head h2 { color: var(--ch-white); }
.testi-head h2 em { color: var(--ch-amber-bright); }
.testi-head p { color: var(--fg2-dark); }

.testi-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; margin-top: 48px; }
.testi-card {
  background: var(--ch-night-elev);
  border: 1px solid var(--line-dark);
  border-radius: 20px;
  padding: 32px;
  display: flex; flex-direction: column;
  gap: 24px;
}
.testi-card.feat-q { background: linear-gradient(180deg, #1A1F38 0%, var(--ch-night-elev) 100%); border-color: rgba(239,159,39,.25); grid-row: span 2; }
.testi-card.feat-q blockquote { font-family: var(--font-display); font-size: 28px; font-weight: 700; line-height: 1.2; letter-spacing: -.02em; color: var(--ch-white); margin: 0; flex: 1; }
.testi-card.feat-q blockquote em { font-style: italic; color: var(--ch-amber-bright); }
.testi-card blockquote { font-size: 17px; line-height: 1.45; color: var(--fg2-dark); margin: 0; flex: 1; font-style: normal; }
.testi-card blockquote::before { content: "« "; color: var(--ch-amber-bright); font-family: var(--font-display); }
.testi-card blockquote::after { content: " »"; color: var(--ch-amber-bright); font-family: var(--font-display); }
.testi-who { display: flex; align-items: center; gap: 12px; }
.testi-who .av { width: 44px; height: 44px; border-radius: 999px; background: var(--ch-amber); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; color: var(--ch-night); font-size: 16px; flex-shrink: 0; }
.testi-who .av.av-2 { background: #D88410; }
.testi-who .av.av-3 { background: var(--ch-cream); }
.testi-who .av.av-4 { background: #B7BCC9; }
.testi-who .av.av-5 { background: var(--ch-amber-bright); }
.testi-who-info strong { font-family: var(--font-display); font-weight: 700; font-size: 14.5px; color: var(--ch-white); display: block; }
.testi-who-info span { font-size: 12px; color: var(--fg3-dark); }

.testi-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 64px; padding-top: 48px; border-top: 1px solid var(--line-dark); }
.testi-stat .v { font-family: var(--font-display); font-weight: 800; font-size: 56px; letter-spacing: -.025em; color: var(--ch-amber-bright); line-height: 1; font-feature-settings: "tnum" 1; }
.testi-stat .lbl { font-size: 13px; color: var(--fg2-dark); margin-top: 10px; line-height: 1.4; }

.testi-placeholder-note {
  font-size: 11px; color: var(--fg3-dark);
  font-style: italic; text-align: center;
  margin-top: 48px; padding: 12px;
  border: 1px dashed var(--line-dark);
  border-radius: 8px;
  background: rgba(255,255,255,.02);
}

/* =============== PRICING =============== */
.pricing { padding: 128px 0; background: var(--ch-paper); }
body[data-mode="cream"] .pricing { background: var(--ch-cream); }
body[data-mode="night"] .pricing { background: var(--ch-night); }
.pricing .section-head { max-width: 860px; }

.pricing-toggle { display: inline-flex; padding: 4px; border-radius: 999px; background: var(--ch-night); margin-top: 24px; gap: 2px; box-shadow: 0 10px 30px rgba(15,18,32,.12); }
body[data-mode="cream"] .pricing-toggle { background: var(--ch-night); }
body[data-mode="night"] .pricing-toggle { background: var(--ch-night-elev); }
.pricing-toggle button {
  border: 0; background: transparent;
  padding: 8px 18px; border-radius: 999px;
  font-family: inherit; font-size: 13px; font-weight: 600;
  color: #B7BCC9; cursor: pointer;
  transition: background .2s, color .2s;
}
.pricing-toggle button.active { background: var(--ch-white); color: var(--ch-night); }
body[data-mode="night"] .pricing-toggle button.active { background: var(--ch-cream); color: var(--ch-night); }
.pricing-toggle button .save { margin-left: 6px; padding: 3px 8px; border-radius: 999px; background: #F05A00; font-size: 10px; color: var(--ch-white); font-weight: 800; }
.pricing-toggle button.active .save { color: var(--ch-white); }

.pricing-tagline {
  max-width: 760px;
  margin: 32px auto 0;
  color: var(--fg3);
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
  text-align: center;
}

.founder-teaser {
  padding: 64px 0;
  background: var(--ch-night);
  color: var(--ch-cream);
}
.founder-teaser-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}
.founder-teaser .eyebrow { color: var(--ch-amber-bright); margin-bottom: 12px; }
.founder-teaser h2 {
  max-width: 700px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: -.025em;
  color: var(--ch-white);
}
.founder-teaser p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--fg2-dark);
  line-height: 1.6;
  font-size: 16px;
}
.founder-teaser-actions {
  display: grid;
  gap: 12px;
  min-width: 260px;
}
.founder-teaser-actions .btn { justify-content: center; }
.founder-teaser-actions span {
  color: var(--fg3-dark);
  font-size: 12.5px;
  text-align: center;
}

.founder-hero {
  padding: 96px 0 104px;
  background: radial-gradient(900px 460px at 82% -4%, rgba(239,159,39,.24), transparent 58%), var(--ch-cream);
  border-bottom: 1px solid var(--line-cream);
}
.founder-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, .72fr);
  gap: 64px;
  align-items: center;
}
.founder-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 6.8vw, 88px);
  line-height: .96;
  letter-spacing: -.035em;
  color: var(--fg1);
}
.founder-hero-copy p {
  max-width: 650px;
  margin: 26px 0 32px;
  color: var(--fg2);
  font-size: 19px;
  line-height: 1.58;
}
.founder-hero-note {
  margin-top: 28px;
  color: var(--fg3);
  font-size: 13px;
  font-weight: 700;
}
.founder-hero-panel {
  border-radius: 28px;
  padding: 30px;
  background: var(--ch-night);
  color: var(--ch-cream);
  box-shadow: var(--shadow-lg);
}
.panel-kicker {
  margin-bottom: 22px;
  color: var(--ch-amber-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.panel-price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line-dark);
}
.panel-price-row span {
  color: var(--fg2-dark);
  font-weight: 700;
}
.panel-price-row strong {
  color: var(--ch-white);
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 1;
  font-feature-settings: "tnum" 1;
}
.panel-price-row.featured strong,
.panel-price-row.featured span { color: var(--ch-amber-bright); }
.panel-price-main {
  color: var(--ch-amber-bright);
  font-family: var(--font-display);
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.035em;
  font-feature-settings: "tnum" 1;
}
.panel-price-sub {
  margin-top: 10px;
  color: var(--fg2-dark);
  font-size: 14px;
  font-weight: 700;
}
.panel-price-fcfa {
  margin-top: 8px;
  color: var(--fg3-dark);
  font-size: 22px;
  font-weight: 800;
  font-feature-settings: "tnum" 1;
}
.founder-hero-panel p {
  margin: 22px 0 0;
  color: var(--fg2-dark);
  font-size: 13.5px;
  line-height: 1.55;
}
.founder-problem {
  padding: 96px 0;
  background: var(--ch-night);
  color: var(--ch-cream);
}
.founder-problem-inner {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 58px;
  align-items: start;
}
.founder-problem .eyebrow { color: var(--ch-amber-bright); }
.founder-problem h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 4.3vw, 58px);
  line-height: 1.02;
  letter-spacing: -.028em;
  color: var(--ch-white);
}
.founder-problem-list p {
  margin: 0 0 24px;
  color: var(--fg2-dark);
  font-size: 18px;
  line-height: 1.6;
}
.founder-problem .problem-list li { color: var(--ch-cream); }
.founder-pricing { background: var(--ch-cream); }
.founder-transparency {
  padding: 0 0 104px;
  background: var(--ch-cream);
}
.founder-scarcity {
  max-width: 760px;
  margin: 46px auto 0;
  padding: 22px;
  border: 1px solid rgba(59,130,246,.28);
  border-radius: 20px;
  background: rgba(59,130,246,.08);
  color: var(--fg1);
  text-align: center;
  box-shadow: 0 18px 48px rgba(15,18,32,.06);
}
.founder-scarcity p {
  margin: 0;
  color: var(--fg2);
  line-height: 1.45;
}
.founder-scarcity p:first-child {
  color: var(--fg1);
  font-size: 17px;
  font-weight: 800;
}
.founder-scarcity strong { color: var(--fg1); }
.founder-scarcity .text-sm {
  margin-top: 12px;
  font-size: 13px;
}
.progress-bar {
  height: 10px;
  margin: 16px 0 0;
  border-radius: 999px;
  background: rgba(15,18,32,.1);
  overflow: hidden;
}
.progress-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: #3B82F6;
  transition: width .35s ease, background .2s ease;
}
.founder-scarcity[data-seats-state="warning"] {
  border-color: rgba(239,159,39,.36);
  background: rgba(239,159,39,.12);
}
.founder-scarcity[data-seats-state="warning"] .progress-bar-fill { background: var(--ch-amber); }
.founder-scarcity[data-seats-state="danger"] {
  border-color: rgba(192,57,43,.36);
  background: rgba(192,57,43,.1);
}
.founder-scarcity[data-seats-state="danger"] .progress-bar-fill { background: var(--ch-overdue); }
.founder-scarcity[data-seats-state="closed"] {
  border-color: rgba(15,18,32,.14);
  background: rgba(15,18,32,.06);
}
.founder-scarcity[data-seats-state="closed"] .progress-bar-fill { background: var(--ch-gris-500); }
.founder-single-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.founder-single-card {
  width: min(100%, 960px);
  padding: 10px;
}
.founder-card-inner {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 16px;
  align-items: stretch;
}
.founder-single-card .price-head {
  min-height: 0;
  padding: 48px 24px 24px;
}
.founder-single-card .price-features {
  min-height: 0;
  padding: 28px 24px 24px;
}
.member-badge {
  position: absolute;
  top: 14px;
  left: 22px;
  z-index: 2;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: var(--ch-cream);
  border: 1px solid rgba(255,255,255,.16);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.founder-price {
  display: grid;
  gap: 6px;
  margin: 20px 0 18px;
}
.founder-price .price-eur {
  color: var(--ch-amber-bright);
  font-family: var(--font-display);
  font-size: clamp(56px, 7vw, 78px);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.035em;
  font-feature-settings: "tnum" 1;
}
.founder-price .price-once {
  color: var(--fg2-dark);
  font-size: 14px;
  font-weight: 700;
}
.founder-price .price-fcfa {
  color: #B7BCC9;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 800;
  font-feature-settings: "tnum" 1;
}
.founder-single-card .payment-helper {
  max-width: 300px;
  margin-bottom: 18px;
}
.founder-single-card .price-features ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 18px;
}
.founder-single-card .price li {
  font-size: 14px;
  gap: 10px;
}
.founder-single-card .price li::before,
.founder-single-card li::before {
  width: 19px;
  height: 19px;
  background-size: 11px;
}
.founder-price-proof {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin: 26px auto 0;
  padding: 22px;
  border: 1px solid var(--line-cream);
  border-radius: 18px;
  background: rgba(255,255,255,.58);
  text-align: center;
}
.founder-price-proof strong {
  color: var(--fg1);
  font-family: var(--font-display);
  font-size: 20px;
}
.founder-price-proof span {
  color: var(--fg2);
  line-height: 1.5;
}
.founder-purchase-cta.is-disabled {
  pointer-events: none;
  filter: grayscale(1);
  opacity: .68;
}
.founder-closed-note {
  margin: 12px 0 0;
  color: #B7BCC9;
  font-size: 13px;
  line-height: 1.45;
}

.founder-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--ch-night);
  color: var(--ch-cream);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 14px 40px rgba(15,18,32,.14);
}

.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin: 64px auto 0; align-items: stretch; justify-content: center; max-width: 1180px; width: 100%; }
.price {
  background: var(--ch-white);
  border: 1px solid rgba(15,18,32,.06);
  border-radius: 28px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  box-shadow: 0 22px 70px rgba(15,18,32,.08);
  overflow: hidden;
}
body[data-mode="cream"] .price { border-color: var(--line-cream); }
body[data-mode="night"] .price { background: var(--ch-night-elev); border-color: var(--line-dark); }
.price-grid > .price.price-trial,
.price-grid > .price:not(.price-trial):not(.feat-plan) {
  background: #EEE8DE;
  border-color: rgba(15,18,32,.1);
}
.price-grid > .price.price-trial .price-head,
.price-grid > .price:not(.price-trial):not(.feat-plan) .price-head {
  background: rgba(255,255,255,.7);
}
.price.feat-plan {
  background: #102033;
  color: var(--ch-cream);
  border: 1px solid rgba(239,159,39,.28);
  box-shadow: 0 30px 90px rgba(15,18,32,.18), var(--shadow-amber);
}
.price-head {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 22px;
  padding: 30px 28px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
}
.price.feat-plan .price-head {
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.08);
}
.price.feat-plan h3,
.price.feat-plan .amount,
.price.feat-plan .amount-eur { color: var(--ch-white); }
.price .pop { position: absolute; top: 14px; right: 22px; z-index: 2; background: #F05A00; color: var(--ch-white); padding: 7px 18px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 12px 30px rgba(240,90,0,.25); }
.price .plan-name { font-family: var(--font-display); font-size: 23px; font-weight: 700; letter-spacing: 0; text-transform: none; color: var(--ch-amber-deep); line-height: 1.05; }
.price.feat-plan .plan-name { color: #F05A00; }
.price h3,
.price .price-head h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 26px;
  color: var(--fg2);
  line-height: 1.45;
  letter-spacing: 0;
}
.price.feat-plan .price-head h3 { color: var(--fg2-dark); }
.price .amount-row { display: flex; align-items: baseline; gap: 12px; margin: auto 0 4px; }
.price .amount,
.price .trial-amount { font-family: var(--font-display); font-weight: 800; font-size: 48px; letter-spacing: -.025em; color: var(--fg1); line-height: 1; font-feature-settings: "tnum" 1; }
.price .amount .u,
.price .trial-amount .u { font-size: 14px; font-weight: 500; color: var(--fg3); letter-spacing: 0; margin-left: 4px; }
.price.feat-plan .amount .u { color: #B7BCC9; }
.price .amount-eur { font-family: var(--font-mono); font-size: 13px; color: var(--fg3); font-weight: 500; }
.price.feat-plan .amount-eur { color: #B7BCC9; }
.price .price-xof {
  margin-top: 2px;
  color: var(--ch-amber-deep);
  font-weight: 800;
}
.price.feat-plan .price-xof { color: var(--ch-amber-bright); }
.price .payment-helper {
  max-width: 280px;
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.45;
}
.price .unit { font-size: 13px; color: var(--fg3); margin-bottom: 24px; margin-top: 6px; }
.price.feat-plan .unit { color: #B7BCC9; }
.price-features { padding: 30px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.price .feature-label { margin-bottom: 22px; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--fg3); }
.price.feat-plan .feature-label { color: #F05A00; }
.price ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; flex: 1; }
.price li { font-size: 15px; color: var(--fg2); display: flex; gap: 12px; align-items: flex-start; line-height: 1.42; }
.price.feat-plan li { color: var(--ch-cream); }
.price li::before {
  content: ""; width: 22px; height: 22px; border-radius: 999px;
  flex-shrink: 0; margin-top: 2px;
  background-color: var(--ch-night);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23EF9F27' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12 L10 17 L19 7'/></svg>");
  background-size: 13px; background-position: center; background-repeat: no-repeat;
}
.price.feat-plan li::before {
  background-color: var(--ch-cream);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230F1220' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12 L10 17 L19 7'/></svg>");
}
.price .btn { width: 100%; justify-content: center; }
.price.feat-plan .btn-outline { color: var(--ch-cream); border-color: var(--ch-cream); }
.price.feat-plan .btn-outline:hover { background: var(--ch-cream); color: var(--ch-night); }
.founder-grid .price-head { min-height: 318px; }
.founder-card .amount .u { white-space: nowrap; }
.founder-card .price-features { min-height: 430px; }

.pricing-fineprint {
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  color: var(--fg3);
}
.pricing-founder-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  max-width: 980px;
  margin: 34px auto 0;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, #F2A32E 0%, #EF9F27 56%, #D88410 100%);
  color: var(--ch-night);
  box-shadow: 0 24px 70px rgba(216,132,16,.22);
}
.pricing-founder-banner .banner-kicker {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.pricing-founder-banner h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: -.02em;
}
.pricing-founder-banner p {
  max-width: 650px;
  margin: 10px 0 0;
  color: rgba(15,18,32,.78);
  line-height: 1.5;
}
.pricing-founder-action {
  display: grid;
  gap: 12px;
  justify-items: stretch;
  min-width: 250px;
}
.founder-seats-badge {
  display: inline-flex;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  color: var(--ch-night);
  font-size: 12px;
  font-weight: 900;
}
.founder-seats-badge[data-seats-state="warning"] {
  background: rgba(15,18,32,.82);
  color: var(--ch-amber-bright);
}
.founder-seats-badge[data-seats-state="danger"],
.founder-seats-badge[data-seats-state="closed"] {
  background: rgba(15,18,32,.9);
  color: var(--ch-white);
}
.pricing-founder-action .btn { justify-content: center; }
.pricing-all-link {
  margin-top: 14px;
  text-align: center;
}
.pricing-all-link a {
  color: var(--ch-amber-deep);
  font-size: 14px;
  font-weight: 700;
}
.pricing-all-link a:hover {
  color: var(--ch-night);
}
.pricing-trust {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 28px;
  font-size: 12px;
  color: var(--fg3);
}
.pricing-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pricing-trust span::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: var(--ch-cream-deep);
  box-shadow: inset 0 0 0 1px rgba(15,18,32,.08);
}
.pricing-trust span:first-child::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230F1220' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><rect x='5' y='10' width='14' height='10' rx='2'/><path d='M8 10V7a4 4 0 0 1 8 0v3'/></svg>");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.pricing-trust span:nth-child(2)::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230F1220' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><rect x='4' y='5' width='16' height='15' rx='2'/><path d='M8 3v4M16 3v4M4 10h16'/></svg>");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.pricing-trust span:nth-child(3)::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230F1220' stroke-width='2.7' stroke-linecap='round'><path d='M7 7l10 10M17 7L7 17'/></svg>");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-standard .price-grid {
  max-width: 1040px;
  gap: 22px;
  margin-top: 40px;
}
.pricing-standard .price {
  padding: 28px;
  border-radius: 16px;
  background: var(--ch-white);
  border: 1px solid rgba(15,18,32,.12);
  box-shadow: none;
  overflow: visible;
}
.pricing-standard .price-grid > .price.price-trial,
.pricing-standard .price-grid > .price:not(.price-trial):not(.feat-plan) {
  background: var(--ch-white);
  border-color: rgba(15,18,32,.12);
}
.pricing-standard .price.feat-plan {
  background: #102033;
  color: var(--ch-cream);
  border-color: #102033;
}
.pricing-standard .price-head,
.pricing-standard .price-grid > .price.price-trial .price-head,
.pricing-standard .price-grid > .price:not(.price-trial):not(.feat-plan) .price-head,
.pricing-standard .price.feat-plan .price-head {
  min-height: 284px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.pricing-standard .price-features {
  padding: 22px 0 0;
}
.pricing-standard .price ul {
  gap: 14px;
}
.pricing-standard .price li {
  font-size: 15px;
  gap: 10px;
  line-height: 1.38;
}
.pricing-standard .price li::before {
  width: 20px;
  height: 20px;
  background-size: 12px;
}
.pricing-standard .price .pop {
  top: -13px;
  right: 50%;
  transform: translateX(50%);
  background: #F05A00;
}

.founder-terms {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 42px;
  align-items: start;
  margin-top: 72px;
  padding: 42px;
  border-radius: 28px;
  background: var(--ch-night);
  color: var(--ch-cream);
  box-shadow: var(--shadow-lg);
}
.founder-terms .eyebrow { color: var(--ch-amber-bright); margin-bottom: 14px; }
.founder-terms h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.05;
  letter-spacing: -.025em;
  color: var(--ch-white);
}
.founder-terms p {
  margin: 18px 0 0;
  color: var(--fg2-dark);
  line-height: 1.6;
  font-size: 15.5px;
}
.terms-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.term-card {
  min-height: 148px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
}
.term-card strong {
  display: block;
  margin-bottom: 9px;
  color: var(--ch-amber-bright);
  font-family: var(--font-display);
  font-size: 17px;
}
.term-card span {
  display: block;
  color: var(--fg2-dark);
  font-size: 13.5px;
  line-height: 1.5;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.faq-grid details {
  border: 1px solid var(--line-cream);
  border-radius: 16px;
  background: rgba(255,255,255,.62);
  padding: 18px 20px;
  box-shadow: 0 12px 34px rgba(15,18,32,.05);
}
.faq-grid summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--fg1);
  line-height: 1.35;
}
.faq-grid summary::marker { color: var(--ch-amber-deep); }
.faq-grid p {
  margin: 12px 0 0;
  color: var(--fg2);
  line-height: 1.55;
  font-size: 14px;
}

.payment-methods {
  margin: 42px auto 0;
  text-align: center;
}
.payment-title {
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--fg3);
}
.payment-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.payment-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--ch-white);
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 600;
  color: var(--fg2);
  box-shadow: 0 8px 24px rgba(15,18,32,.05);
}

/* =============== CTA END =============== */
.cta-end { padding: 128px 0; background: var(--ch-cream); text-align: center; border-top: 1px solid var(--line-cream); }
body[data-mode="paper"] .cta-end { background: var(--ch-paper); border-top-color: var(--line); }
body[data-mode="night"] .cta-end { background: var(--ch-night); border-top-color: var(--line-dark); }
.cta-end h2 { font-size: clamp(40px, 5vw, 76px); font-weight: 800; letter-spacing: -.028em; line-height: 1; color: var(--fg1); }
.cta-end h2 em { font-style: italic; color: var(--ch-amber-deep); }
body[data-mode="night"] .cta-end h2 em { color: var(--ch-amber-bright); }
.cta-end p { font-size: 18px; color: var(--fg2); margin: 22px auto 32px; max-width: 540px; }
.cta-end .row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-end .micro { font-size: 12.5px; color: var(--fg3); margin-top: 22px; }

/* =============== FOOTER =============== */
footer { background: var(--ch-night); color: #B7BCC9; padding: 72px 0 32px; }
footer .row { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--line-dark); }
footer h5 { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ch-amber-bright); margin: 0 0 18px; }
footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
footer li { font-size: 13.5px; }
footer li a { transition: color .2s; }
footer li a:hover { color: var(--ch-amber); }
footer .copy { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; font-size: 12px; color: #7A8093; flex-wrap: wrap; gap: 12px; }
footer .brand { color: var(--ch-white); }
footer .brand-tag { font-size: 13.5px; color: #B7BCC9; margin: 14px 0 16px; max-width: 340px; line-height: 1.55; }
footer .signature-line { font-family: var(--font-display); font-style: italic; color: var(--ch-amber-bright); font-size: 14px; font-weight: 700; }

/* =============== CONTACT PAGE =============== */
.contact-hero {
  padding: 96px 0 88px;
  background: radial-gradient(900px 420px at 82% 0%, rgba(239,159,39,.24), transparent 58%), var(--ch-night);
  color: var(--ch-cream);
}
.contact-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 56px;
  align-items: end;
}
.contact-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(46px, 7vw, 84px);
  line-height: .98;
  letter-spacing: -.035em;
  color: var(--ch-white);
}
.contact-hero p {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: 19px;
  line-height: 1.55;
  color: var(--fg2-dark);
}
.contact-meta {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  padding: 24px;
  background: rgba(255,255,255,.055);
  box-shadow: var(--shadow-lg);
}
.contact-meta span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ch-amber-bright);
}
.contact-meta strong {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--ch-white);
}

.contact-section {
  padding: 96px 0;
  background: var(--ch-cream);
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 28px;
  align-items: start;
}
.contact-form,
.contact-card {
  border: 1px solid var(--line-cream);
  border-radius: 28px;
  background: #F7F3EE;
  box-shadow: 0 22px 70px rgba(15,18,32,.08);
}
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 34px;
}
.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-row.full { grid-column: 1 / -1; }
.form-row label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ch-amber-deep);
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid rgba(15,18,32,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  color: var(--fg1);
  font: inherit;
  font-size: 15px;
  padding: 14px 16px;
  outline: none;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.form-row textarea { resize: vertical; min-height: 170px; }
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--ch-amber);
  background: var(--ch-white);
  box-shadow: 0 0 0 4px rgba(239,159,39,.16);
}
.contact-form .btn { justify-content: center; grid-column: 1 / -1; }

.contact-card {
  padding: 32px;
  background: var(--ch-night);
  color: var(--ch-cream);
  position: sticky;
  top: 96px;
}
.contact-card h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.025em;
  color: var(--ch-white);
}
.contact-card p {
  margin: 14px 0 24px;
  color: var(--fg2-dark);
  line-height: 1.55;
}
.contact-actions {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}
.contact-actions .btn { justify-content: center; }
.contact-list {
  list-style: none;
  padding: 24px 0 0;
  margin: 0;
  border-top: 1px solid var(--line-dark);
  display: grid;
  gap: 14px;
}
.contact-list li {
  display: flex;
  gap: 10px;
  color: var(--fg2-dark);
  line-height: 1.4;
}
.contact-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  border-radius: 999px;
  background-color: var(--ch-amber);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230F1220' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12 L10 17 L19 7'/></svg>");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

/* =============== UTILITY =============== */
.inline-dot { display: inline-block; width: 8px; height: 8px; border-radius: 999px; background: var(--ch-amber); vertical-align: 1px; margin-left: 2px; }

/* =============== FEATURE VISUAL - small product chrome =============== */
.fv {
  background: var(--ch-white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  position: relative;
}
body[data-mode="night"] .fv { background: var(--ch-night-elev); border-color: var(--line-dark); }
.fv-top { display: flex; align-items: center; gap: 8px; padding: 12px 14px; border-bottom: 1px solid var(--line); background: var(--ch-paper); }
body[data-mode="night"] .fv-top { background: var(--ch-night); border-bottom-color: var(--line-dark); }
.fv-top .dot-row { display: flex; gap: 5px; }
.fv-top .dot-row span { width: 9px; height: 9px; border-radius: 999px; background: var(--ch-gris-200); }
.fv-top .dot-row span:first-child { background: #FF5F57; }
.fv-top .dot-row span:nth-child(2) { background: #FEBC2E; }
.fv-top .dot-row span:nth-child(3) { background: #28C840; }
.fv-top .title { font-family: var(--font-mono); font-size: 11px; color: var(--fg3); margin-left: 8px; }
.fv-body { padding: 22px; }

/* devis composer visual */
.composer-line { display: grid; grid-template-columns: 1fr 80px 80px 80px; gap: 12px; padding: 10px 0; font-size: 12px; color: var(--fg2); border-bottom: 1px dashed var(--line); }
.composer-line.header { font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--fg3); padding-bottom: 6px; }
.composer-line .amt { font-family: var(--font-mono); text-align: right; font-weight: 600; color: var(--fg1); }
.composer-line.total { border-bottom: none; padding-top: 14px; margin-top: 6px; border-top: 1.5px solid var(--fg1); font-size: 13px; color: var(--fg1); font-weight: 700; }
.composer-line.total .amt { font-family: var(--font-display); font-size: 18px; font-weight: 800; letter-spacing: -.01em; color: var(--ch-amber-deep); }

/* kanban for relances */
.kanban { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.kanban-col { background: var(--ch-paper); border: 1px solid var(--line); border-radius: 12px; padding: 10px; min-height: 220px; display: flex; flex-direction: column; gap: 8px; }
body[data-mode="night"] .kanban-col { background: var(--ch-night); border-color: var(--line-dark); }
.kanban-col .col-h { display: flex; justify-content: space-between; align-items: center; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--fg3); padding: 4px 6px 6px; }
.kanban-col .col-h .count { background: var(--ch-gris-100); color: var(--fg1); padding: 2px 8px; border-radius: 999px; font-size: 9.5px; font-weight: 700; }
body[data-mode="night"] .kanban-col .col-h .count { background: var(--ch-night-elev); color: var(--fg1-dark); }
.kanban-card { background: var(--ch-white); border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; display: flex; flex-direction: column; gap: 6px; font-size: 11.5px; }
body[data-mode="night"] .kanban-card { background: var(--ch-night-elev); border-color: var(--line-dark); }
.kanban-card .client { font-weight: 700; color: var(--fg1); }
.kanban-card .amt { font-family: var(--font-mono); font-weight: 700; color: var(--fg1); }
.kanban-card .meta { font-size: 10px; color: var(--fg3); }
.kanban-card .meta.late { color: var(--ch-overdue); }

/* rentabilité chart visual */
.profit { display: flex; flex-direction: column; gap: 14px; }
.profit-row { display: grid; grid-template-columns: 110px 1fr 90px; gap: 14px; align-items: center; font-size: 12.5px; }
.profit-row .name { font-weight: 600; color: var(--fg1); }
.profit-row .bar { position: relative; height: 22px; background: var(--ch-gris-50); border-radius: 6px; overflow: hidden; }
body[data-mode="night"] .profit-row .bar { background: var(--ch-night); }
.profit-row .bar-fill { position: absolute; left: 0; top: 0; bottom: 0; background: linear-gradient(90deg, var(--ch-amber) 0%, var(--ch-amber-deep) 100%); border-radius: 6px; }
.profit-row .bar-fill.neg { background: linear-gradient(90deg, var(--ch-overdue) 0%, #872317 100%); }
.profit-row .margin { font-family: var(--font-mono); text-align: right; font-weight: 700; color: var(--fg1); font-feature-settings: "tnum" 1; }
.profit-row .margin.neg { color: var(--ch-overdue); }

/* dashboard metric tiles */
.metrics-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.metric-tile { background: var(--ch-paper); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; }
body[data-mode="night"] .metric-tile { background: var(--ch-night); border-color: var(--line-dark); }
.metric-tile .k { font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--fg3); }
.metric-tile .v { font-family: var(--font-display); font-size: 24px; font-weight: 800; letter-spacing: -.02em; color: var(--fg1); margin-top: 4px; line-height: 1; font-feature-settings: "tnum" 1; }
.metric-tile .delta { font-size: 11px; color: var(--ch-paid); font-weight: 600; margin-top: 4px; }
.metric-tile .delta.neg { color: var(--ch-overdue); }

/* receipt list */
.receipts { display: flex; flex-direction: column; gap: 8px; }
.receipt { display: grid; grid-template-columns: 36px 1fr 70px; gap: 12px; align-items: center; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--ch-paper); }
body[data-mode="night"] .receipt { background: var(--ch-night); border-color: var(--line-dark); }
.receipt .ic { width: 36px; height: 36px; border-radius: 8px; background: var(--ch-cream); display: grid; place-items: center; color: var(--ch-amber-deep); font-size: 14px; font-weight: 800; font-family: var(--font-display); }
body[data-mode="night"] .receipt .ic { background: var(--ch-night-elev); color: var(--ch-amber-bright); }
.receipt .info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.receipt .name { font-size: 12.5px; font-weight: 600; color: var(--fg1); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.receipt .meta { font-size: 10.5px; color: var(--fg3); }
.receipt .amt { font-family: var(--font-mono); font-weight: 700; font-size: 12.5px; text-align: right; color: var(--fg1); }

/* signature mini */
.sign-mini {
  display: flex; align-items: center; justify-content: center;
  height: 64px;
  border: 1.5px dashed var(--line-strong);
  border-radius: 10px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  color: var(--ch-amber-deep);
  background: var(--ch-cream);
}
body[data-mode="night"] .sign-mini { background: var(--ch-night); border-color: var(--line-dark); color: var(--ch-amber-bright); }

/* objectif mensuel visual */
.goal-visual .fv-body { display: grid; gap: 18px; }
.goal-summary {
  padding: 22px;
  border-radius: 16px;
  background: var(--ch-night);
  color: var(--ch-cream);
}
.goal-label {
  display: block;
  margin-bottom: 8px;
  color: var(--ch-amber-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.goal-summary strong {
  display: block;
  color: var(--ch-white);
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 58px);
  line-height: .95;
  letter-spacing: -.03em;
  font-feature-settings: "tnum" 1;
}
.goal-sub {
  display: block;
  margin-top: 8px;
  color: var(--fg2-dark);
  font-size: 13px;
}
.goal-progress {
  height: 14px;
  border-radius: 999px;
  background: var(--ch-gris-100);
  overflow: hidden;
}
.goal-progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ch-amber) 0%, var(--ch-amber-deep) 100%);
}
.goal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.goal-grid > div,
.goal-breakdown > div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--ch-paper);
}
.goal-grid span,
.goal-breakdown span {
  display: block;
  color: var(--fg3);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.goal-grid strong,
.goal-breakdown strong {
  display: block;
  margin-top: 5px;
  color: var(--fg1);
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 800;
  font-feature-settings: "tnum" 1;
}
.goal-grid > div:last-child strong { color: var(--ch-amber-deep); }
.goal-breakdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

/* =============== RESPONSIVE (graceful only - design is desktop-first) =============== */
@media (max-width: 1200px) {
  .container, .container-wide { padding-inline: 28px; }
  .nav-inner { gap: 22px; }
  .nav-links a { padding-inline: 10px; }
  .hero { padding: 72px 0 96px; }
  .hero-inner { gap: 44px; grid-template-columns: minmax(0, 1fr) minmax(440px, .92fr); }
  .hero h1 { font-size: clamp(48px, 6.2vw, 74px); }
  .hero-visual { height: 540px; }
  .feature-row { gap: 56px; }
  .problem-grid { gap: 36px; }
  .price { padding: 10px; }
  .price-head { padding: 26px 22px; min-height: 318px; }
  .price-features { padding: 26px 22px 24px; }
  .price h3,
  .price .price-head h3 { font-size: 14px; font-weight: 400; }
  .price .amount,
  .price .trial-amount { font-size: 38px; }
  footer .row { gap: 32px; }
}

@media (max-width: 980px) {
  .container, .container-wide { padding-inline: 24px; }
  .nav { position: sticky; }
  .nav-inner { gap: 14px; padding-block: 12px; }
  .nav-links { display: none; }
  .brand { flex: 1; min-width: 0; }
  .nav-cta { gap: 6px; }
  .nav-cta .btn-ghost { display: none; }
  .nav-cta .btn-sm { padding: 9px 13px; }

  .hero { padding: 64px 0 80px; }
  .hero-inner,
  .problem-grid,
  .feature-row,
  .testi-grid,
  .founder-teaser-inner,
  .founder-hero-inner,
  .founder-problem-inner,
  footer .row {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .section-head { margin-bottom: 44px; }
  .section-head h2 { font-size: clamp(32px, 6vw, 46px); }
  .section-head p { font-size: 16.5px; }
  .hero-text { max-width: 720px; }
  .hero h1 { font-size: clamp(46px, 9vw, 72px); }
  .hero .lead { font-size: 18px; max-width: 660px; }
  .hero-visual {
    height: 510px;
    max-width: 620px;
    width: 100%;
    margin: 12px auto 0;
  }
  .screen-devis { width: 74%; left: 2%; }
  .screen-facture { width: 78%; top: 27%; right: 2%; }
  .screen-encaisse { width: 62%; left: 7%; }

  .logos-inner { align-items: flex-start; gap: 22px; }
  .logos .row { gap: 18px 28px; }
  .problem, .features, .testimonials, .pricing, .cta-end { padding: 88px 0; }
  .founder-teaser,
  .founder-hero,
  .founder-problem { padding: 88px 0; }
  .founder-transparency { padding-bottom: 88px; }
  .founder-teaser-actions { min-width: 0; max-width: 360px; }
  .founder-hero-copy p { max-width: 680px; }
  .founder-hero-panel { max-width: 520px; }
  .problem-card { padding: 30px; }
  .feature-row { padding: 56px 0; }
  .feature-row:first-of-type { padding-top: 8px; }
  .feature-row.reverse > .feature-text { order: 1; }
  .feature-row.reverse > .feature-visual { order: 2; }
  .feature-text > p { max-width: 660px; }
  .feature-visual { min-width: 0; }
  .fv { max-width: 680px; }
  .price-grid { grid-template-columns: repeat(2, minmax(300px, 1fr)); gap: 18px; max-width: 780px; }
  .price-head { min-height: 300px; }
  .founder-grid { grid-template-columns: 1fr; max-width: 560px; }
  .founder-single-card { max-width: 680px; }
  .founder-card-inner { grid-template-columns: 1fr; }
  .founder-grid .price-head,
  .founder-card .price-features { min-height: 0; }
  .founder-terms { grid-template-columns: 1fr; gap: 28px; padding: 34px; }
  .features-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bento-lg, .bento-md, .bento-sm { grid-column: span 2; }
  .testi-card.feat-q { grid-row: auto; }
  .testi-card.feat-q blockquote { font-size: 24px; }
  .testi-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .contact-hero-inner,
  .contact-layout { grid-template-columns: 1fr; }
  .contact-card { position: relative; top: auto; }
  footer .row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer .row > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .container, .container-wide { padding-inline: 20px; }
  .btn { min-height: 44px; justify-content: center; }
  .nav-inner { padding-block: 10px; }
  .brand { font-size: 18px; }
  .brand .mark, .brand .mark-img { width: 32px; height: 32px; border-radius: 8px; }
  .nav-cta .btn-primary { box-shadow: none; }

  .hero { padding: 48px 0 64px; }
  .hero-eyebrow { font-size: 11.5px; max-width: 100%; }
  .hero h1 { font-size: clamp(42px, 12vw, 62px); line-height: 1; }
  .hero .lead { font-size: 16.5px; line-height: 1.6; margin: 20px 0 26px; }
  .founder-hero h1 { font-size: clamp(42px, 11vw, 64px); line-height: 1; }
  .founder-hero-copy p,
  .founder-problem-list p { font-size: 16.5px; }
  .founder-hero-panel { border-radius: 22px; padding: 24px; }
  .hero-cta { align-items: stretch; }
  .hero-cta .btn { flex: 1 1 220px; }
  .hero-proof { align-items: flex-start; max-width: 480px; }
  .hero-visual { height: auto; display: grid; gap: 14px; max-width: 520px; }
  .screen {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
    border-radius: 16px;
    padding: 18px;
  }
  .screen-devis,
  .screen-facture,
  .screen-encaisse {
    width: 100%;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .screen-facture { box-shadow: var(--shadow-amber); }
  .flow-arrow { display: none; }
  .scr-head { gap: 12px; align-items: flex-start; }
  .scr-title { font-size: 15px; }
  .scr-total .v { font-size: 20px; }
  .encaisse-amount .v { font-size: 28px; }

  .logos { padding: 28px 0; }
  .logos .row { gap: 14px 20px; }
  .logos .row span { font-size: 14px; }
  .problem, .features, .testimonials, .pricing, .cta-end { padding: 72px 0; }
  .section-head { margin-bottom: 36px; }
  .section-head h2 { font-size: clamp(30px, 9vw, 42px); line-height: 1.08; }
  .section-head p { font-size: 16px; }
  .problem-card { padding: 24px; border-radius: 18px; }
  .problem-card h3 { font-size: 23px; }
  .feature-row { padding: 46px 0; gap: 26px; }
  .feature-text h3 { font-size: clamp(27px, 8vw, 36px); }
  .feature-text > p { font-size: 16px; }
  .fv-body { padding: 16px; }
  .fv-top .title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
  .composer-line { grid-template-columns: minmax(0, 1fr) 52px 66px 70px; gap: 8px; font-size: 11px; }
  .composer-line.header { font-size: 9px; }
  .composer-line.total .amt { font-size: 15px; }
  .metrics-row { grid-template-columns: 1fr; gap: 10px; }
  .kanban { grid-template-columns: 1fr; }
  .kanban-col { min-height: 0; }
  .profit-row { grid-template-columns: minmax(72px, .7fr) minmax(80px, 1fr) 58px; gap: 10px; }
  .receipt { grid-template-columns: 34px minmax(0, 1fr) 64px; gap: 10px; }

  .price-grid { grid-template-columns: 1fr; max-width: 430px; }
  .price.feat-plan { grid-column: auto; }
  .price { padding: 10px; border-radius: 22px; }
  .price-head { min-height: 0; padding: 26px 24px; border-radius: 18px; }
  .price-features { padding: 26px 24px 24px; }
  .price h3,
  .price .price-head h3 { font-size: 14px; font-weight: 400; }
  .price .amount,
  .price .trial-amount { font-size: 40px; }
  .founder-note { border-radius: 16px; line-height: 1.35; }
  .terms-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .term-card { min-height: 0; }
  .pricing-toggle { width: 100%; max-width: 360px; }
  .pricing-toggle button { flex: 1; padding-inline: 12px; }
  .testi-grid { gap: 18px; }
  .testi-card { padding: 24px; border-radius: 18px; }
  .testi-card.feat-q blockquote { font-size: 22px; }
  .testi-card blockquote { font-size: 16px; }
  .testi-stats { margin-top: 44px; padding-top: 36px; }
  .testi-stat .v { font-size: 42px; }
  .cta-end h2 { font-size: clamp(36px, 11vw, 58px); }
  .cta-end p { font-size: 16.5px; }
  .cta-end .row { align-items: stretch; }
  .cta-end .btn { flex: 1 1 240px; }
  .contact-hero { padding: 72px 0 64px; }
  .contact-section { padding: 72px 0; }
  .contact-form { grid-template-columns: 1fr; padding: 26px; border-radius: 22px; }
  .contact-card { padding: 26px; border-radius: 22px; }
  footer { padding: 56px 0 28px; }
  footer .row { gap: 32px 24px; }
}

@media (max-width: 520px) {
  .container, .container-wide { padding-inline: 16px; }
  .nav-cta .btn-sm { font-size: 12px; padding: 8px 11px; }
  .hero { padding-top: 40px; }
  .hero h1 { font-size: clamp(39px, 14vw, 54px); }
  .hero-eyebrow { border-radius: 14px; line-height: 1.35; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; flex-basis: auto; }
  .hero-proof { gap: 12px; font-size: 12.5px; }
  .screen { padding: 16px; }
  .scr-head { flex-direction: column; }
  .pill { align-self: flex-start; }
  .scr-row { font-size: 11.5px; }
  .scr-total { align-items: flex-start; gap: 8px; flex-direction: column; }
  .scr-total .v { font-size: 22px; }
  .encaisse-amount { align-items: flex-start; }
  .encaisse-amount .v { font-size: 26px; }
  .encaisse-amount .pulse-dot { margin-top: 8px; }

  .problem, .features, .testimonials, .pricing, .cta-end { padding: 60px 0; }
  .founder-teaser,
  .founder-hero,
  .founder-problem { padding: 60px 0; }
  .founder-transparency { padding-bottom: 60px; }
  .founder-teaser h2,
  .founder-problem h2 { font-size: clamp(29px, 10vw, 38px); }
  .founder-teaser-actions .btn { width: 100%; }
  .panel-price-row strong { font-size: 30px; }
  .eyebrow { letter-spacing: .12em; }
  .section-head h2 { font-size: clamp(29px, 10vw, 38px); }
  .problem-card { padding: 20px; }
  .problem-list li { gap: 11px; font-size: 14px; }
  .feature-row { padding: 40px 0; }
  .feature-num { letter-spacing: .13em; }
  .feature-bullets li { font-size: 13.5px; }
  .fv { border-radius: 14px; }
  .fv-body { padding: 14px; }
  .composer-line {
    grid-template-columns: minmax(0, 1fr) 58px;
    grid-template-areas:
      "name total"
      "qty unit";
    gap: 3px 10px;
    padding: 9px 0;
  }
  .composer-line span:first-child { grid-area: name; min-width: 0; }
  .composer-line span:nth-child(2) { grid-area: qty; }
  .composer-line span:nth-child(3) { grid-area: unit; text-align: left; }
  .composer-line span:nth-child(4) { grid-area: total; }
  .composer-line.header { display: none; }
  .composer-line.total { grid-template-columns: 1fr auto; grid-template-areas: "name total"; }
  .composer-line.total span:nth-child(2),
  .composer-line.total span:nth-child(3) { display: none; }
  .metrics-row,
  .kanban,
  .profit,
  .receipts { min-width: 0; }
  .profit-row {
    grid-template-columns: 1fr 58px;
    grid-template-areas:
      "name margin"
      "bar bar";
  }
  .profit-row .name { grid-area: name; }
  .profit-row .bar { grid-area: bar; }
  .profit-row .margin { grid-area: margin; }
  .sign-mini { height: 52px; font-size: 18px; }
  .price { padding: 8px; }
  .price-head { padding: 22px 18px; }
  .price-features { padding: 22px 18px 20px; }
  .price .amount,
  .price .trial-amount { font-size: 34px; display: block; }
  .price .amount .u,
  .price .trial-amount .u { display: block; margin: 6px 0 0; font-size: 13px; }
  .price .pop { top: 14px; right: 18px; left: auto; }
  .founder-terms { padding: 24px 18px; border-radius: 20px; }
  .founder-single-card .price-features ul { grid-template-columns: 1fr; }
  .founder-single-card .price-head,
  .founder-single-card .price-features { padding-inline: 18px; }
  .term-card,
  .faq-grid details { padding: 18px; border-radius: 14px; }
  .testi-stats { grid-template-columns: 1fr; gap: 24px; }
  .testi-placeholder-note { text-align: left; }
  .cta-end .row { flex-direction: column; }
  .cta-end .btn { width: 100%; flex-basis: auto; }
  .contact-hero h1 { font-size: clamp(38px, 13vw, 54px); }
  .contact-hero p { font-size: 16px; }
  .contact-meta strong { font-size: 18px; }
  .contact-form,
  .contact-card { padding: 20px; border-radius: 18px; }
  footer .row { grid-template-columns: 1fr; }
  footer .row > div:first-child { grid-column: auto; }
  footer .copy { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 390px) {
  .container, .container-wide { padding-inline: 14px; }
  .brand { font-size: 17px; gap: 8px; }
  .brand .mark, .brand .mark-img { width: 30px; height: 30px; }
  .nav-cta .btn-primary { padding-inline: 10px; }
  .hero h1 { font-size: clamp(36px, 14.5vw, 48px); }
  .hero .lead { font-size: 15.5px; }
  .hero-proof { flex-direction: column; }
  .scr-ref { font-size: 9.5px; }
  .scr-title { font-size: 14px; }
  .screen { padding: 14px; }
  .encaisse-amount .v { font-size: 23px; }
  .section-head h2 { font-size: clamp(27px, 10.5vw, 34px); }
  .problem-card h3 { font-size: 21px; }
  .feature-text h3 { font-size: clamp(25px, 9vw, 32px); }
  .bento { padding: 20px; min-height: 210px; }
  .price .amount,
  .price .trial-amount { font-size: 30px; }
  .pricing-toggle button { font-size: 12px; padding-inline: 8px; }
  .pricing-toggle button .save { display: block; margin: 2px 0 0; }
  .testi-card { padding: 20px; }
  .testi-card.feat-q blockquote { font-size: 20px; }
  .cta-end h2 { font-size: clamp(32px, 12vw, 44px); }
}
