/* RendsCa landing - visual refresh only (mobile-first) */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");

:root {
  --bg: #f2f7f4;
  --surface: #ffffff;
  --surface-soft: #f7fbf8;
  --text: #132219;
  --text-muted: #55645a;
  --primary: #1f5e3b;
  --primary-hover: #184a2f;
  --primary-soft: #dceee3;
  --border: #d9e6de;
  --border-fine: rgba(217, 230, 222, 0.85);
  --danger: #c62828;
  --focus: #2f80ed;
  --max: 1100px;
  --nav-h: 3.05rem;
  --radius: 16px;
  --radius-xl: 22px;
  --radius-card: 20px;
  --shadow-soft: 0 1px 2px rgba(16, 44, 29, 0.04), 0 10px 28px rgba(16, 44, 29, 0.06);
  --shadow-card: 0 1px 2px rgba(16, 44, 29, 0.05), 0 12px 32px rgba(16, 44, 29, 0.07);
  --shadow-hero: 0 24px 48px rgba(16, 44, 29, 0.1);
  --shadow-btn: 0 8px 20px rgba(25, 87, 54, 0.26);
  --shadow-btn-hover: 0 12px 26px rgba(25, 87, 54, 0.3);
  --glow-hero: rgba(55, 130, 88, 0.16);
  --space-section: clamp(2.15rem, 5.2vw, 3.85rem);
  --space-stack: clamp(0.9rem, 2vw, 1.45rem);
  --prose: 42ch;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  padding-top: var(--nav-h);
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text);
  background: radial-gradient(circle at 8% -8%, #ffffff 0%, var(--bg) 44%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Vertical rhythm inside each container */
.wrap > * + * { margin-top: var(--space-stack); }

.wrap > .section + .section {
  margin-top: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  border-radius: var(--radius);
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.wrap {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4.5vw, 2.25rem);
}

.narrow {
  max-width: 640px;
}

.section {
  padding-block: var(--space-section);
}

.section-hero {
  position: relative;
  padding-block: clamp(1.35rem, 4.2vw, 3.35rem);
  background:
    radial-gradient(ellipse 70% 50% at 12% 8%, rgba(255, 255, 255, 0.9) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 88% 22%, rgba(220, 238, 227, 0.45) 0%, transparent 58%),
    linear-gradient(180deg, #fcfffd 0%, #eef6f1 100%);
  overflow: hidden;
}

.hero-texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.65) 0%, transparent 42%),
    radial-gradient(circle at 76% 62%, rgba(31, 94, 59, 0.06) 0%, transparent 48%);
}

.section-hero .wrap {
  position: relative;
  display: grid;
  gap: 1.6rem;
  align-content: start;
}

.section-hero .wrap::before {
  content: "";
  position: absolute;
  right: 9%;
  bottom: 7%;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(31, 94, 59, 0.24), rgba(31, 94, 59, 0));
  filter: blur(1px);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  gap: clamp(0.95rem, 2.5vw, 1.45rem);
}

.hero-content {
  display: flex;
  flex-direction: column;
}

.hero-content > * + * {
  margin-top: 0;
}

/* ── Hero : charge mentale → soulagement → confiance ── */
.hero-emotional {
  margin: 0 0 clamp(1.45rem, 3vw, 1.75rem);
  max-width: min(44ch, 100%);
  font-size: clamp(1.08rem, 2.2vw, 1.2rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.012em;
  background-image: linear-gradient(
    118deg,
    rgba(38, 58, 48, 0.72) 0%,
    rgba(31, 94, 59, 0.88) 48%,
    rgba(61, 148, 104, 0.82) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Slogan principal (h1 sémantique) */
.hero-content .hero-tagline {
  margin: 0 0 clamp(0.7rem, 1.6vw, 0.95rem);
  max-width: min(22ch, 100%);
  font-size: clamp(2.05rem, 6.8vw, 2.88rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.052em;
  color: #173d28;
}

/* Promesse produit */
.hero-promise {
  margin: 0 0 clamp(1.35rem, 3.2vw, 1.75rem);
  max-width: min(34ch, 100%);
  font-size: clamp(1.22rem, 3vw, 1.58rem);
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: -0.034em;
  color: var(--primary);
}

/* Bénéfices hero — mini blocs premium */
.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: clamp(0.7rem, 1.35vw, 0.95rem);
  margin: 0 0 clamp(1.45rem, 3vw, 1.85rem);
  padding: 0;
  list-style: none;
  max-width: min(100%, 38rem);
}

.hero-highlight {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
  flex: 1 1 9.75rem;
  padding: 0.78rem 1.05rem 0.78rem 0.82rem;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.82) 0%,
    rgba(250, 253, 251, 0.58) 100%
  );
  border: 1px solid rgba(217, 230, 222, 0.52);
  box-shadow:
    0 1px 2px rgba(16, 44, 29, 0.03),
    0 5px 16px rgba(16, 44, 29, 0.045);
}

.hero-highlight__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 13px;
  background: linear-gradient(
    165deg,
    rgba(228, 244, 234, 0.95) 0%,
    rgba(200, 228, 210, 0.62) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--primary);
  box-shadow:
    0 1px 2px rgba(31, 94, 59, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.hero-highlight__icon svg {
  display: block;
  width: 1.28rem;
  height: 1.28rem;
}

.hero-highlight__label {
  font-size: clamp(0.9rem, 1.45vw, 0.98rem);
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: -0.015em;
  color: rgba(19, 34, 25, 0.8);
}

.hero-cta {
  margin-top: 0.85rem;
}

.hero-after-cta {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(217, 230, 222, 0.65);
  max-width: var(--prose);
}

.hero-reassure {
  margin: 0.55rem 0 0;
  font-size: 0.86rem;
  font-weight: 500;
  color: rgba(85, 100, 90, 0.82);
  line-height: 1.5;
  max-width: 36ch;
}

.hero-visual {
  display: grid;
  justify-items: center;
  position: relative;
  padding-block: 0.5rem 0;
}

.hero-glow {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate3d(-50%, -50%, 0);
  width: min(82vw, 340px);
  height: min(82vw, 340px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 40%, rgba(90, 160, 118, 0.2) 0%, transparent 48%),
    radial-gradient(circle, var(--glow-hero) 0%, rgba(47, 130, 82, 0.04) 50%, transparent 74%);
  filter: blur(36px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.92;
}

@keyframes heroFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -5px, 0); }
}

.hero-phone-frame {
  width: min(70vw, 330px);
  height: min(136vw, 638px);
  max-height: 550px;
  animation: heroFloat 8.5s ease-in-out infinite;
  will-change: transform;
  justify-self: center;
  border-radius: 38px;
  background: radial-gradient(circle at 30% 14%, #f8fffb 0%, #edf6f1 42%, #e2efe8 100%);
  border: 1px solid #d5e5dc;
  box-shadow:
    0 22px 44px rgba(16, 44, 29, 0.1),
    0 6px 16px rgba(31, 94, 59, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.45),
    inset 0 0 0 8px #12291d;
  opacity: 0.97;
  padding: 14px 10px 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.hero-phone-frame::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 42%;
  height: 24px;
  border-radius: 999px;
  background: #0f1f16;
  z-index: 2;
}

.hero-phone-shot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  object-position: center bottom;
}

.lead {
  margin: 0 0 1.25rem;
  font-size: clamp(1.02rem, 2.1vw, 1.16rem);
  line-height: 1.58;
  color: var(--text-muted);
  max-width: var(--prose);
}

.hero-store-line {
  margin: 0;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--primary);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(217, 230, 222, 0.95);
  box-shadow: 0 4px 14px rgba(16, 44, 29, 0.06);
}

.store-badge--light {
  background: rgba(255, 255, 255, 0.9);
}

.store-badge__icon {
  flex-shrink: 0;
  opacity: 0.85;
}

.hero-trust,
.final-trust {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
}

.hero-trust li,
.final-trust li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
  line-height: 1.45;
}

.hero-trust li::before,
.final-trust li::before {
  content: "✓";
  flex-shrink: 0;
  margin-top: 0.05em;
  font-weight: 700;
  color: var(--primary);
}

.waitlist-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: stretch;
  max-width: 34rem;
}

.input-email {
  flex: 1 1 200px;
  min-height: 3.35rem;
  padding: 0 1.1rem;
  font: inherit;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  box-shadow:
    0 1px 0 rgba(14, 42, 27, 0.03),
    inset 0 1px 2px rgba(16, 44, 29, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.input-email::placeholder {
  color: #8b9a92;
}

.input-email:hover {
  border-color: #c5d9ce;
}

.input-email:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
  border-color: var(--primary);
  box-shadow:
    0 0 0 4px rgba(31, 94, 59, 0.1),
    inset 0 1px 2px rgba(16, 44, 29, 0.04);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0 1.55rem;
  font: inherit;
  font-weight: 700;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 240ms cubic-bezier(0.22, 1, 0.36, 1),
    background 240ms ease;
}

.btn-primary {
  flex: 1 1 auto;
  background: linear-gradient(180deg, #236b44 0%, var(--primary) 48%, #1a4f32 100%);
  color: #fff;
  box-shadow: var(--shadow-btn);
  letter-spacing: 0.01em;
}

.btn-primary:hover {
  background: linear-gradient(180deg, #28724a 0%, #1f5e3b 48%, #184a2f 100%);
  transform: translateY(-1px);
  box-shadow: var(--shadow-btn-hover);
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(25, 87, 54, 0.26);
}

.btn-primary:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

.btn-primary--large {
  min-height: 3.45rem;
  padding-inline: 1.85rem;
  font-size: 1.02rem;
}

.form-error {
  flex-basis: 100%;
  margin: 0;
  min-height: 1.25rem;
  font-size: 0.875rem;
  color: var(--danger);
}

.form-success {
  flex-basis: 100%;
  margin: 0;
  min-height: 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary);
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 280ms ease,
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.form-success.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.waitlist-form.is-loading .btn-primary {
  cursor: wait;
  opacity: 0.82;
}

.waitlist-form.is-loading .input-email {
  opacity: 0.92;
}

@media (prefers-reduced-motion: reduce) {
  .form-success {
    transition: none;
    transform: none;
  }
}

.section h2 {
  margin: 0 0 1.35rem;
  font-size: clamp(1.6rem, 3.6vw, 2rem);
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.list {
  margin: 0 0 1.5rem;
  padding-left: 1.2rem;
  color: var(--text-muted);
}

.list li {
  margin-bottom: 0.55rem;
}

.list li:last-child {
  margin-bottom: 0;
}

.conclusion {
  margin: 0;
  font-weight: 700;
  color: var(--text);
  line-height: 1.48;
}

.conclusion--emotional {
  margin-top: 0.15rem;
  font-size: clamp(1.02rem, 2vw, 1.12rem);
  line-height: 1.55;
  letter-spacing: -0.015em;
  max-width: 38ch;
}

.brand-tagline {
  margin: 0;
  max-width: min(16ch, 100%);
  font-size: clamp(1.72rem, 5.4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.045em;
  color: var(--primary);
}

.text-card--emotional .brand-tagline {
  margin-top: 1.35rem;
  margin-bottom: 0;
}

.list--light {
  margin-bottom: 1.1rem;
}

.list--light li {
  margin-bottom: 0.45rem;
  font-size: 0.98rem;
  line-height: 1.5;
}

.block-intro,
.block-text {
  margin: 0 0 1.05rem;
  color: var(--text-muted);
  max-width: var(--prose);
}

.section-problem {
  background: transparent;
}

.section-solution {
  background: transparent;
}

.section-projection {
  background: transparent;
}

.section-final-cta {
  background: transparent;
  text-align: center;
  padding-block: clamp(2.35rem, 6vw, 4rem);
}

.section-final-cta h2 {
  font-size: clamp(1.55rem, 3.6vw, 2rem);
  letter-spacing: -0.032em;
  margin-bottom: 0.85rem;
}

.section-how {
  padding-block: clamp(1.85rem, 5vw, 3.5rem);
  background: linear-gradient(180deg, #f6fbf8 0%, var(--bg) 88%);
}

.section-head {
  text-align: center;
  max-width: 38rem;
  margin-inline: auto;
  margin-bottom: clamp(1.15rem, 3.2vw, 1.75rem);
}

.section-head h2 {
  margin-bottom: 0.75rem;
}

.eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--primary);
}

.section-lead {
  margin: 0 auto;
  color: var(--text-muted);
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  line-height: 1.58;
  max-width: 40ch;
}

.steps-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.step-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--border-fine);
  border-radius: var(--radius-card);
  padding: clamp(1.1rem, 2.8vw, 1.4rem);
  box-shadow: var(--shadow-soft);
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms ease,
    border-color 280ms ease;
}

.step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--primary-soft);
  color: var(--primary);
  margin-bottom: 0.95rem;
}

.step-icon--mint {
  background: #e5f4eb;
  color: #2a6648;
}

.step-icon--soft {
  background: #eef6f1;
  color: #3a7558;
}

.step-title {
  margin: 0 0 0.5rem;
  font-size: 1.07rem;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.02em;
  color: var(--text);
}

.step-text {
  margin: 0;
  font-size: 0.96rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.final-cta-panel {
  background: linear-gradient(168deg, #ffffff 0%, #f7fbf8 55%, #eef5f0 100%);
  border: 1px solid var(--border-fine);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  padding: clamp(1.85rem, 4.8vw, 2.55rem) clamp(1.45rem, 4vw, 2.25rem);
}

.final-cta-eyebrow {
  margin: 0 0 1rem;
  display: flex;
  justify-content: center;
}

.final-cta-panel h2 {
  margin-bottom: 0.65rem;
  letter-spacing: -0.03em;
}

.final-cta-panel .block-text {
  margin-inline: auto;
  margin-bottom: 1.1rem;
  max-width: 32ch;
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.62;
  color: var(--text-muted);
}

.final-cta-panel .final-trust {
  margin-bottom: 1.35rem;
  gap: 0.5rem;
}

.final-cta-panel .final-mention {
  margin-top: 1rem;
  font-size: 0.86rem;
  color: rgba(85, 100, 90, 0.8);
}

.final-cta-panel .waitlist-form {
  margin-bottom: 0.35rem;
}

.final-cta-panel .btn-primary--large {
  box-shadow: 0 10px 24px rgba(25, 87, 54, 0.28);
  min-width: min(100%, 16.5rem);
}

.waitlist-form--centered {
  max-width: 30rem;
}

.relance-card {
  margin: 0 auto;
  max-width: 860px;
  border-radius: calc(var(--radius-card) - 2px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border-fine);
  box-shadow: 0 1px 2px rgba(16, 44, 29, 0.04), 0 8px 22px rgba(16, 44, 29, 0.05);
  overflow: hidden;
  padding: clamp(0.45rem, 1.2vw, 0.65rem);
  will-change: transform;
}

.relance-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.showcase-card {
  margin: 0 auto;
  max-width: 860px;
  border-radius: calc(var(--radius-card) - 2px);
  border: 1px solid var(--border-fine);
  box-shadow: 0 1px 2px rgba(16, 44, 29, 0.04), 0 8px 22px rgba(16, 44, 29, 0.05);
  overflow: hidden;
  padding: clamp(0.45rem, 1.2vw, 0.65rem);
  will-change: transform;
}

.showcase-card--rose {
  background: rgba(255, 246, 246, 0.88);
}

.showcase-card--mint {
  background: rgba(245, 255, 249, 0.88);
}

.showcase-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  filter: blur(1px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.reveal-soft {
  opacity: 0;
  filter: blur(2px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.reveal-left {
  transform: translate3d(-24px, 0, 0);
}

.reveal-right {
  transform: translate3d(24px, 0, 0);
}

.reveal-soft.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-soft {
    transition: none;
    transform: none;
    filter: none;
    opacity: 1;
  }

  .hero-phone-frame {
    animation: none;
  }

  .feature-row__inner:hover,
  .step-card:hover,
  .why-card:hover,
  .relance-card:hover,
  .showcase-card:hover {
    transform: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .feature-row__inner:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 36px rgba(16, 44, 29, 0.08);
    border-color: #cddfd6;
  }

  .relance-card,
  .showcase-card {
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 280ms ease;
  }

  .relance-card:hover,
  .showcase-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 32px rgba(16, 44, 29, 0.09);
  }

  .step-card:hover,
  .why-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 36px rgba(16, 44, 29, 0.08);
    border-color: #cddfd6;
  }
}

.section-problem .wrap.narrow,
.section-solution .wrap.narrow,
.section-projection .wrap.narrow {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  padding: clamp(1.45rem, 4vw, 2.2rem);
}

.section-solution .wrap.narrow {
  background: linear-gradient(180deg, #ffffff 0%, var(--surface-soft) 100%);
}

/* Alléger visuellement les anciens gros blocs texte (sans toucher au contenu). */
.section-problem,
.section-solution,
.section-projection {
  padding-block: clamp(2.2rem, 6.4vw, 4.1rem);
}

.section-problem h2,
.section-solution h2,
.section-projection h2,
.section-final-cta h2 {
  font-size: clamp(1.45rem, 3.4vw, 1.85rem);
}

.section-problem .list,
.section-solution .list,
.section-projection .list {
  color: rgba(85, 100, 90, 0.92);
}

.block-intro,
.block-text {
  font-size: 0.98rem;
}

.list li {
  line-height: 1.55;
}

.conclusion {
  letter-spacing: -0.01em;
}

.section-final-cta .wrap.narrow {
  margin-inline: auto;
}

.section-final-cta .block-text {
  margin-bottom: 1.15rem;
  max-width: 36rem;
  margin-inline: auto;
  font-size: clamp(1.02rem, 2.2vw, 1.12rem);
  line-height: 1.6;
}

.section-final-cta .waitlist-form {
  margin-inline: auto;
  justify-content: center;
}

@media (min-width: 560px) {
  .hero-trust {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.45rem 1.15rem;
  }

  .final-trust {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.35rem;
  }
}

@media (min-width: 720px) {
  .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }

  .steps-grid .step-card:nth-child(2).reveal {
    transition-delay: 70ms;
  }

  .steps-grid .step-card:nth-child(3).reveal {
    transition-delay: 140ms;
  }
}

.final-mention {
  margin: 1.25rem 0 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 900px) {
  .hero-visual {
    justify-items: end;
  }

  .section-hero .wrap::before {
    right: 2%;
    bottom: 6%;
  }
}

/* Feature rows: mobile-first stack, desktop 2-col grid with alternance */
.feature-row {
  padding-block: clamp(0.75rem, 3.2vw, 1.65rem);
}

.feature-row__inner {
  display: grid;
  gap: clamp(0.95rem, 2.8vw, 1.65rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 253, 252, 0.95) 100%);
  border: 1px solid var(--border-fine);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  padding: clamp(0.75rem, 2.8vw, 1.15rem);
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms ease,
    border-color 280ms ease;
}

.feature-visual,
.feature-content {
  min-width: 0;
}

.text-card {
  /* Le texte est “intégré” au story block (plus de carte séparée) */
  max-width: 36rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  position: relative;
}

.text-card .list,
.text-card .block-intro,
.text-card .conclusion {
  max-width: 34ch;
}

.text-card h2 {
  margin-bottom: 1rem;
}

@media (min-width: 960px) {
  /* Desktop typography: Inter + clear hierarchy */
  body {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
  }

  .hero-content .hero-tagline,
  .section h2 {
    font-weight: 700;
    letter-spacing: -0.03em;
  }

  .lead,
  .hero-mention,
  .block-intro,
  .block-text,
  .final-mention,
  .list {
    font-weight: 500;
  }

  .conclusion {
    font-weight: 700;
  }

  .wrap { max-width: 1380px; }

  .feature-row {
    padding-block: clamp(0.9rem, 1.8vw, 1.35rem);
  }

  .feature-row__inner {
    /* 55% illustration / 45% texte */
    grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
    align-items: center;
    gap: clamp(0.95rem, 2.4vw, 1.7rem);
    padding: clamp(1rem, 1.8vw, 1.3rem);
  }

  .feature-row--reverse .feature-row__inner {
    /* 45% texte / 55% illustration (ligne inversée) */
    grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  }

  .feature-row--reverse .feature-visual { order: 2; }
  .feature-row--reverse .feature-content { order: 1; }

  /* Illustration sizing: RELANCER a bit larger, others more compact */
  .feature-row--relance .relance-card { max-width: 760px; margin-left: 0; }
  .feature-row--je-dois .showcase-card,
  .feature-row--on-me-doit .showcase-card { max-width: 600px; margin-left: auto; }

  /* Continuité: petit séparateur subtil entre image et texte */
  .feature-content {
    position: relative;
    padding-left: clamp(0.8rem, 1.6vw, 1.15rem);
  }
  .feature-row--reverse .feature-content {
    padding-left: 0;
    padding-right: clamp(0.8rem, 1.6vw, 1.15rem);
  }
  .feature-content::before,
  .feature-row--reverse .feature-content::before {
    content: none;
  }

  /* HERO: texte prioritaire, mockup discret */
  .hero-grid {
    grid-template-columns: minmax(0, 1.22fr) minmax(220px, 300px);
    align-items: center;
    gap: clamp(1rem, 2.2vw, 1.75rem);
  }

  .hero-content {
    padding-right: clamp(0.75rem, 2.5vw, 2rem);
  }

  .section-hero .hero-emotional,
  .section-hero .hero-promise,
  .section-hero .hero-after-cta {
    max-width: min(48ch, 100%);
  }

  .section-hero .hero-highlights {
    max-width: 100%;
  }

  .section-hero .hero-tagline {
    max-width: min(20ch, 100%);
    font-size: clamp(2.1rem, 3.6vw, 2.82rem);
    margin-bottom: 0.75rem;
  }

  .section-hero .hero-promise {
    max-width: min(32ch, 100%);
    font-size: clamp(1.28rem, 2.15vw, 1.55rem);
    margin-bottom: 1.55rem;
  }

  .section-hero .hero-emotional {
    margin-bottom: 1.55rem;
    font-size: clamp(1.1rem, 1.75vw, 1.22rem);
  }

  .section-hero .hero-highlights {
    margin-bottom: 1.85rem;
    gap: 0.85rem;
  }

  .section-hero .hero-highlight {
    flex: 1 1 0;
    min-width: 8.75rem;
    padding: 0.82rem 1.08rem 0.82rem 0.86rem;
  }

  /* Section Imagine : moment émotionnel */
  .feature-row--on-me-doit {
    padding-block: clamp(1.35rem, 3.5vw, 2.25rem);
  }

  .feature-row--on-me-doit .text-card h2 {
    font-size: clamp(1.45rem, 2.8vw, 1.75rem);
    margin-bottom: 0.85rem;
  }

  .feature-row--on-me-doit .conclusion--emotional {
    font-size: clamp(1.05rem, 1.85vw, 1.14rem);
    line-height: 1.58;
  }

  .feature-row--on-me-doit .brand-tagline {
    font-size: clamp(1.75rem, 2.85vw, 2.2rem);
    margin-top: 1.5rem;
  }

  /* Hiérarchie cartes : relance/je-dois plus discrets */
  .feature-row--relance .feature-row__inner,
  .feature-row--je-dois .feature-row__inner {
    box-shadow: 0 1px 2px rgba(16, 44, 29, 0.03), 0 6px 20px rgba(16, 44, 29, 0.04);
  }

  .feature-row--on-me-doit .feature-row__inner {
    box-shadow: var(--shadow-card);
  }

  .hero-phone-frame {
    max-width: 317px;
    height: 594px;
    max-height: 594px;
    margin-top: 0;
  }

  .hero-glow {
    width: 300px;
    height: 300px;
  }

  .feature-visual .relance-card,
  .feature-visual .showcase-card {
    transform: scale(0.96);
    transform-origin: center center;
  }

  /* Reduce illustrations a touch + uniformize "card" feel */
  .relance-card,
  .showcase-card {
    border-radius: 26px;
    box-shadow: var(--shadow-card);
  }
  .relance-img,
  .showcase-img {
    border-radius: 20px;
  }

  .feature-row--relance .relance-card { max-width: 580px; }
  .feature-row--je-dois .showcase-card,
  .feature-row--on-me-doit .showcase-card { max-width: 440px; }

  /* --- Desktop polish (no global scale changes) --- */
  /* Centers: align visual and text blocks on the same baseline */
  .feature-visual {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .feature-content {
    display: flex;
    align-items: center;
  }
  .feature-content .text-card {
    width: 100%;
  }

  /* Reduce internal padding of image cards (more compact) */
  .relance-card,
  .showcase-card {
    padding: 0.45rem;
  }

  /* Harmonize illustration height across the 3 rows (~10–15% less tall) */
  .feature-row .relance-card,
  .feature-row .showcase-card {
    max-height: 380px;
    display: grid;
  }
  .feature-row .relance-img,
  .feature-row .showcase-img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* RELANCER : illustration entière (hauteur naturelle, pas de crop) */
  .feature-row--relance .relance-card {
    max-height: none;
    display: block;
    padding-bottom: 0.65rem;
  }
  .feature-row--relance .relance-img {
    height: auto;
    max-height: none;
    object-fit: unset;
    object-position: unset;
  }

  /* ON ME DOIT : garder la punchline visible (recadrer vers le bas) */
  .feature-row--on-me-doit .showcase-card {
    max-height: 480px;
  }
  .feature-row--on-me-doit .showcase-img {
    object-position: 50% 92%;
  }

  /* Slightly increase text presence (desktop only) */
  .section h2 {
    font-size: clamp(1.55rem, 2.2vw, 1.9rem);
  }
  .lead {
    font-size: 1.18rem;
    line-height: 1.55;
  }
  .list {
    font-size: 1rem;
  }

  /* Consistent visual accent for each feature text card */
  .feature-row .text-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 4px;
    border-radius: 26px 0 0 26px;
    background: rgba(31, 94, 59, 0.55);
  }

  .feature-row--je-dois .text-card::before {
    background: rgba(214, 116, 116, 0.55);
  }

  .feature-row--on-me-doit .text-card::before {
    background: rgba(95, 160, 127, 0.65);
  }

  /* Subtle "Actions à faire" accent: emphasize the first feature text card */
  .feature-row--relance .text-card {
    background: linear-gradient(180deg, #ffffff 0%, var(--surface-soft) 100%);
  }
}

/* ── Cartes premium unifiées ── */
.card-premium {
  border: 1px solid var(--border-fine);
  border-radius: var(--radius-card);
}

.step-card,
.feature-row__inner,
.final-cta-panel {
  border-radius: var(--radius-card);
}

/* ── Navbar minimaliste ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  background: rgba(252, 255, 253, 0.55);
  border-bottom: 1px solid transparent;
  transition:
    background 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease,
    backdrop-filter 280ms ease;
}

.site-header.is-scrolled {
  background: rgba(252, 255, 253, 0.78);
  border-bottom-color: rgba(217, 230, 222, 0.7);
  box-shadow: 0 4px 20px rgba(16, 44, 29, 0.04);
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.65rem 1rem;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4.5vw, 2.25rem);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--text);
  margin-right: auto;
  flex-shrink: 0;
}

.brand-mark {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
}

.site-header .brand-mark {
  width: 1.95rem;
  height: 1.95rem;
}

.brand-name {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.nav-links a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 200ms ease, opacity 200ms ease;
}

.nav-links a:hover {
  color: var(--primary);
  opacity: 1;
}

.nav-details {
  display: none;
  position: relative;
}

.nav-details[open] {
  z-index: 20;
}

.nav-details__toggle {
  list-style: none;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--primary);
  padding: 0.4rem 0.65rem;
  border-radius: 10px;
  border: 1px solid var(--border-fine);
  background: rgba(255, 255, 255, 0.7);
}

.nav-details__toggle::-webkit-details-marker {
  display: none;
}

.nav-links--panel {
  position: absolute;
  top: calc(var(--nav-h) - 2px);
  left: clamp(1rem, 4vw, 2rem);
  right: clamp(1rem, 4vw, 2rem);
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0.35rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--border-fine);
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(16, 44, 29, 0.1);
}

.nav-links--panel a {
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
}

.nav-links--panel a:hover {
  background: var(--surface-soft);
}

.btn-nav {
  flex-shrink: 0;
  min-height: 2.05rem;
  padding: 0 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--primary);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--border-fine);
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(16, 44, 29, 0.05);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    background 200ms ease,
    border-color 200ms ease;
}

.btn-nav:hover {
  background: #fff;
  border-color: #c5d9ce;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(16, 44, 29, 0.08);
}

/* ── Section Pourquoi ── */
.section-why .why-grid {
  gap: 0.95rem;
}

.section-why {
  padding-block: clamp(1.75rem, 4.8vw, 3.25rem);
  background: linear-gradient(180deg, var(--bg) 0%, #f8fcf9 50%, var(--bg) 100%);
}

.section-why .section-head {
  margin-bottom: clamp(1.35rem, 3.5vw, 2rem);
}

.why-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.why-card {
  padding: clamp(1.2rem, 3vw, 1.5rem);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  transition:
    transform 240ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0.85rem;
  border-radius: 12px;
  background: var(--primary-soft);
  color: var(--primary);
}

.why-icon--mint {
  background: #e5f4eb;
  color: #2a6648;
}

.why-icon--soft {
  background: #eef6f1;
  color: #3a7558;
}

.why-title {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.why-text {
  margin: 0;
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.55;
}

@media (min-width: 720px) {
  .why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

/* ── Footer ── */
.site-footer {
  padding-block: clamp(1.5rem, 4vw, 2.15rem);
  border-top: 1px solid var(--border-fine);
  background: linear-gradient(180deg, #f8fcf9 0%, #f2f7f4 100%);
}

.site-footer__inner {
  display: grid;
  gap: 0.65rem;
  text-align: center;
  justify-items: center;
}

.brand--footer {
  margin-right: 0;
}

.footer-tagline {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
}

.footer-store {
  margin: 0;
}

.store-badge--footer {
  font-size: 0.78rem;
  padding: 0.32rem 0.62rem;
}

.footer-contact {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
}

.footer-contact:hover {
  text-decoration: underline;
}

.footer-copy {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  color: rgba(85, 100, 90, 0.75);
}

/* ── Navbar responsive ── */
@media (max-width: 767px) {
  .nav-links--bar {
    display: none;
  }

  .nav-details {
    display: block;
    position: relative;
  }

  .btn-nav {
    padding-inline: 0.75rem;
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) {
  .nav-details {
    display: none;
  }

  .nav-links--bar {
    display: flex;
  }
}

/* ── Hero mobile compact ── */
@media (max-width: 899px) {
  .hero-grid {
    gap: 0.85rem;
  }

  .hero-visual {
    order: -1;
    padding-block: 0;
    margin-bottom: 0.15rem;
  }

  .hero-phone-frame {
    width: min(64vw, 295px);
    height: min(123vw, 550px);
    max-height: 506px;
  }

  .hero-glow {
    width: min(70vw, 280px);
    height: min(70vw, 280px);
  }

  .hero-content {
    text-align: left;
  }

  .hero-after-cta,
  .hero-content .hero-emotional,
  .hero-content .hero-tagline,
  .hero-content .hero-promise,
  .hero-content .hero-highlights,
  .hero-content .brand-tagline,
  .hero-content .lead {
    max-width: none;
  }

  .hero-content .hero-tagline {
    font-size: clamp(1.9rem, 8vw, 2.4rem);
    margin-bottom: 0.6rem;
  }

  .hero-promise {
    font-size: clamp(1.16rem, 4.6vw, 1.38rem);
    margin-bottom: 1.25rem;
  }

  .hero-highlights {
    gap: 0.65rem;
    margin-bottom: 1.45rem;
  }

  .hero-highlight {
    flex: 1 1 100%;
    padding: 0.72rem 0.95rem 0.72rem 0.78rem;
  }

  .hero-highlight__icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .hero-highlight__label {
    font-size: 0.9rem;
  }

  .hero-emotional {
    margin-bottom: 1.2rem;
  }

  .feature-row--on-me-doit .brand-tagline {
    margin-top: 1.15rem;
    font-size: clamp(1.5rem, 6.5vw, 1.85rem);
  }

  .waitlist-form {
    max-width: none;
  }

  .step-card,
  .why-card {
    padding: 1.05rem 1.1rem;
  }

  .feature-row__inner {
    padding: 0.7rem;
  }
}

/* ── Polish final : cartes & typo ── */
.card-premium {
  border: 1px solid var(--border-fine);
  box-shadow: var(--shadow-soft);
}

.step-text,
.why-text {
  max-width: 32ch;
}

.section-final-cta .block-text {
  max-width: 34ch;
}

@media (prefers-reduced-motion: reduce) {
  .feature-visual .relance-card,
  .feature-visual .showcase-card {
    transform: none;
  }
}

/* ── Dernière passe lecture (blocs image + texte, listes, CTA final) ── */

.feature-row {
  padding-block: clamp(0.65rem, 2.6vw, 1.35rem);
}

.feature-row__inner {
  gap: clamp(0.75rem, 2.2vw, 1.35rem);
  padding: clamp(0.75rem, 2.4vw, 1.05rem);
}

.feature-row--on-me-doit {
  padding-block: clamp(1rem, 3vw, 1.75rem);
}

.feature-row .text-card h2 {
  margin-bottom: 0.65rem;
  line-height: 1.2;
  font-size: clamp(1.32rem, 2.6vw, 1.62rem);
}

.feature-row .text-card .block-intro {
  margin-bottom: 0.55rem;
  line-height: 1.5;
}

.feature-row .list {
  margin-bottom: 0.75rem;
  padding-left: 1.05rem;
  line-height: 1.46;
}

.feature-row .list li {
  margin-bottom: 0.35rem;
  padding-left: 0.12rem;
}

.feature-row .list li::marker {
  color: rgba(31, 94, 59, 0.55);
  font-size: 0.88em;
}

.feature-row .conclusion {
  line-height: 1.44;
  font-size: clamp(0.94rem, 1.8vw, 1rem);
}

.feature-row .text-card .list,
.feature-row .text-card .block-intro,
.feature-row .text-card .conclusion {
  max-width: 36ch;
}

/* CTA final : alignement champ + bouton */
.waitlist-form--centered {
  gap: 0.6rem;
  row-gap: 0.55rem;
}

.final-cta-panel .final-cta-eyebrow {
  margin-bottom: 0.75rem;
}

.final-cta-panel .final-trust {
  margin-bottom: 1.05rem;
}

.final-cta-panel .final-mention {
  margin-top: 0.85rem;
}

.final-cta-panel .btn-primary--large {
  min-height: 3.42rem;
  padding-inline: 1.7rem;
  font-size: 1.03rem;
  letter-spacing: 0.015em;
  box-shadow: 0 9px 22px rgba(25, 87, 54, 0.3);
}

@media (min-width: 520px) {
  .waitlist-form--centered {
    flex-wrap: nowrap;
    align-items: stretch;
    max-width: 26.5rem;
  }

  .waitlist-form--centered .input-email {
    flex: 1 1 12rem;
    min-height: 3.25rem;
  }

  .waitlist-form--centered .btn-primary--large {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

@media (min-width: 960px) {
  .feature-row {
    padding-block: clamp(0.55rem, 1.4vw, 1rem);
  }

  .feature-row__inner {
    gap: clamp(0.75rem, 1.6vw, 1.25rem);
    padding: clamp(0.7rem, 1.4vw, 1rem);
  }

  .feature-content {
    padding-left: clamp(0.65rem, 1.2vw, 0.95rem);
  }

  .feature-row--reverse .feature-content {
    padding-right: clamp(0.65rem, 1.2vw, 0.95rem);
  }

  .feature-row .relance-card,
  .feature-row .showcase-card {
    max-height: 340px;
  }

  .feature-row--relance .relance-card {
    max-height: none;
    display: block;
    padding-bottom: 0.65rem;
  }

  .feature-row--relance .relance-img {
    height: auto;
    max-height: none;
    object-fit: unset;
    object-position: unset;
  }

  .feature-row--on-me-doit .showcase-card {
    max-height: 420px;
  }

  .feature-row .text-card h2 {
    margin-bottom: 0.6rem;
  }

  .feature-row .list {
    font-size: 0.98rem;
    margin-bottom: 0.65rem;
  }

  .feature-row .list li {
    margin-bottom: 0.32rem;
  }
}

@media (max-width: 519px) {
  .waitlist-form--centered .btn-primary--large {
    width: 100%;
  }
}
