@font-face {
  font-family: DM Sans;
  src: url('/assets/dm-sans-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --ink: #223c36;
  --muted: #596a63;
  --forest: #254b43;
  --forest-dark: #193a33;
  --paper: #fcfbf7;
  --white: #fff;
  --mist: #edf3ee;
  --line: #dce4dd;
  --gold: #efc374;
  --font: 'DM Sans', 'Segoe UI', sans-serif;
  --serif: Georgia, 'Times New Roman', serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button,
input,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
}
h3 {
  font-size: 1.18rem;
  line-height: 1.35;
  font-weight: 600;
}
p {
  color: var(--muted);
}
button,
summary,
a,
input,
textarea {
  outline-offset: 5px;
}
button:focus-visible,
summary:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #ad7024;
}
a,
button,
summary {
  touch-action: manipulation;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1200px, calc(100% - 96px));
  margin: auto;
}
.section {
  padding-top: 112px;
  padding-bottom: 112px;
}
.section-label {
  font-weight: 600;
  color: var(--forest);
  font-size: 0.88rem;
  margin-bottom: 22px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 54px;
  padding: 14px 25px;
  background: var(--forest);
  color: white;
  border: 1px solid var(--forest);
  border-radius: 7px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  transition:
    background 0.15s,
    box-shadow 0.15s;
}
.button:hover {
  background: var(--forest-dark);
  box-shadow: 0 3px 12px #193a3320;
}
.button span {
  font-size: 1.2rem;
  font-weight: 400;
}
.button-small {
  min-height: 43px;
  padding: 11px 17px;
  font-size: 0.84rem;
  gap: 18px;
}
.button-outline {
  background: transparent;
  color: var(--forest);
}
.button-outline:hover {
  background: var(--mist);
}
.inline-link,
.text-link {
  font-size: 0.93rem;
  font-weight: 600;
  text-decoration: none;
}
.inline-link {
  display: inline-block;
  border-bottom: 1px solid #a5b5ab;
  padding-bottom: 3px;
}
.inline-link span {
  margin-left: 8px;
}
.inline-link:hover,
.text-link:hover {
  color: #567c48;
}
.wordmark {
  font-family: var(--serif);
  font-size: 2.6rem;
  text-decoration: none;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -2.5px;
}
.wordmark span {
  color: #aa7b37;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 100;
  background: white;
  padding: 12px;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  height: 95px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fcfbf7f7;
  border-bottom: 1px solid #e6e9e280;
  backdrop-filter: blur(14px);
}
.nav-wrap {
  width: min(1320px, calc(100% - 80px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.nav-wrap nav {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  margin-right: 50px;
}
.nav-wrap nav a {
  font-size: 0.89rem;
  text-decoration: none;
  color: var(--muted);
}
.nav-wrap nav a:hover {
  color: var(--forest);
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 5px;
  min-height: 42px;
  padding: 6px 13px;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
  padding-top: 84px;
  padding-bottom: 88px;
}
.audience {
  font-size: 0.83rem;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  margin-bottom: 28px;
  font-weight: 500;
}
.audience-mark {
  font-size: 1.5rem;
  line-height: 1;
  color: #9b753e;
}
h1 {
  font-size: clamp(3.25rem, 4.8vw, 4.45rem);
  line-height: 1.105;
  letter-spacing: -2.7px;
  margin-bottom: 27px;
}
.hero-description {
  font-size: 1.08rem;
  max-width: 430px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 31px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.play-icon {
  border: 1px solid #9cad9f;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 9px;
  padding-left: 2px;
}
.hero-note {
  font-size: 0.79rem;
  margin-top: 24px;
}
.hero-visual {
  background: #dfeae1;
  border-radius: 160px 160px 16px 16px;
  padding: 42px 25px 23px;
  min-width: 0;
  position: relative;
}
.visual-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}
.mini-wordmark {
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -2px;
}
.visual-heading > span:last-child {
  font-size: 0.79rem;
  color: #486152;
}
.day-card {
  background: white;
  border: 1px solid #d7e1d8;
  border-radius: 12px;
  padding: 23px;
  box-shadow: 0 18px 40px #2f534013;
  transform: rotate(-2deg);
}
.day-card-top {
  display: flex;
  gap: 12px;
  align-items: center;
}
.day-card-top p {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ink);
}
.day-card-top div > span {
  font-size: 0.73rem;
  color: var(--muted);
}
.calendar-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-top: 4px solid #d4af70;
  width: 43px;
  line-height: 1.2;
  padding: 3px 0;
  font-size: 1.05rem;
  font-weight: 600;
}
.calendar-icon span {
  font-size: 0.6rem;
  font-weight: 400;
}
.appointment {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 25px 0 23px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--line);
}
.avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5ecdc;
  font-size: 0.8rem;
  color: #80633d;
}
.appointment > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.appointment strong {
  font-size: 0.9rem;
}
.appointment div > span {
  font-size: 0.72rem;
  color: var(--muted);
}
.appointment .amount {
  margin-left: auto;
  white-space: nowrap;
  font-weight: 600;
}
.payment-parts {
  display: grid;
  gap: 10px;
}
.payment-parts > div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.75rem;
}
.payment-parts strong {
  font-weight: 500;
  white-space: nowrap;
}
.payment-progress {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.65rem;
  margin: 26px 0;
  color: #5b6e63;
  white-space: nowrap;
}
.progress-check,
.progress-end {
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: #edf3ee;
  color: #466651;
  font-size: 0.68rem;
}
.progress-end {
  border: 1px solid #d2dace;
  background: #fafaf6;
}
.progress-line {
  height: 1px;
  background: #d3ddd4;
  flex: 1;
  min-width: 5px;
}
.progress-end.done {
  background: var(--forest);
  color: white;
}
.demo-button {
  width: 100%;
  border: 1px solid var(--line);
  background: #f7f9f5;
  border-radius: 5px;
  padding: 10px;
  font-size: 0.72rem;
  color: var(--forest);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.demo-button:hover {
  background: #eaf2e9;
}
.visual-note {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 15px;
  background: #254b43;
  color: white;
  border-radius: 7px;
  transform: rotate(1deg);
  margin: 24px -7px 0 18px;
}
.note-mark {
  border: 1px solid #6e8c77;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  color: var(--gold);
}
.visual-note p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: white;
  font-size: 0.78rem;
}
.visual-note p span {
  font-size: 0.68rem;
  color: #d2dfd3;
}
.visual-caption {
  text-align: center;
  font-size: 0.67rem;
  margin-top: 18px;
  color: #526b58;
}
.promise-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}
.promise-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 110px;
}
.promise-inner p {
  font-size: 0.83rem;
  line-height: 1.6;
}
.promise-inner p strong {
  font-weight: 500;
  color: var(--ink);
}
.promise-inner > span {
  font-size: 0.92rem;
  color: #526c5b;
  font-weight: 600;
}
.section-intro {
  max-width: 760px;
  margin-bottom: 55px;
}
h2 {
  font-size: clamp(2.1rem, 3.2vw, 2.8rem);
  line-height: 1.17;
  letter-spacing: -1.3px;
}
.section-intro > p:last-child {
  max-width: 570px;
  margin-top: 23px;
  font-size: 1rem;
}
.feature-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.feature-columns article {
  border-top: 1px solid #cbd6cc;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.feature-icon {
  height: 46px;
  width: 46px;
  display: grid;
  place-items: center;
  background: #eaf0e8;
  border-radius: 8px;
  margin-bottom: 24px;
}
.feature-icon svg,
.trust-points svg {
  height: 24px;
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature-columns h3 {
  margin-bottom: 15px;
}
.feature-columns p {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 24px;
}
.feature-columns .inline-link {
  margin-top: auto;
  font-size: 0.82rem;
}
.product-section {
  background: #eaf0e9;
  padding-top: 85px;
  padding-bottom: 60px;
}
.product-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 40px;
}
.product-heading h2 {
  font-size: 2.65rem;
}
.product-heading > p {
  font-size: 0.84rem;
  padding-bottom: 5px;
}
.product-frame {
  border: 1px solid #bcccbc;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 22px 45px #29482f12;
}
.browser-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #f9faf7;
  min-height: 43px;
  padding: 0 18px;
  border-bottom: 1px solid #e0e5dc;
  font-size: 0.7rem;
  color: #607265;
}
.browser-bar > span:first-child {
  color: #c1cbbf;
  font-size: 0.55rem;
  letter-spacing: 4px;
}
.browser-bar button {
  font-size: 0.7rem;
  border: 0;
  background: transparent;
  color: #405746;
  min-height: 40px;
}
.screenshot-button {
  border: 0;
  padding: 0;
  background: transparent;
  display: block;
  width: 100%;
  cursor: zoom-in;
}
.screenshot-button img {
  width: 100%;
}
.product-caption {
  display: flex;
  gap: 35px;
  justify-content: center;
  margin-top: 24px;
  font-size: 0.8rem;
  color: #486451;
}
.product-caption span::before {
  content: '✓';
  margin-right: 8px;
  color: #59754f;
}
.msp-section {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 110px;
}
.msp-copy h2 {
  font-size: 2.85rem;
}
.msp-copy > p:not(.section-label) {
  font-size: 1rem;
  margin: 26px 0 29px;
  max-width: 380px;
}
.msp-copy .button {
  font-size: 0.86rem;
}
.msp-details {
  padding-top: 28px;
}
.msp-details article {
  display: flex;
  gap: 23px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.msp-details article:first-child {
  padding-top: 0;
}
.step-number {
  font-size: 0.76rem;
  color: #728575;
  padding-top: 3px;
}
.msp-details h3 {
  font-size: 1.04rem;
  margin-bottom: 9px;
}
.msp-details p {
  font-size: 0.92rem;
}
.care-section {
  background: #f0eee5;
  padding-top: 80px;
  padding-bottom: 80px;
}
.care-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
}
.care-image {
  position: relative;
  align-self: stretch;
  min-height: 400px;
}
.care-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.care-image > span {
  position: absolute;
  bottom: 24px;
  left: 24px;
  padding: 8px 13px;
  background: #fffcf4eb;
  border-radius: 4px;
  font-size: 0.79rem;
  color: #354b3c;
}
.care-copy h2 {
  font-size: 2.65rem;
  margin-bottom: 24px;
}
.care-copy > p:not(.section-label) {
  font-size: 0.95rem;
  margin-top: 15px;
}
.founder-signature {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid #d4d7ca;
}
.founder-initials {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #a5b09e;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.8rem;
}
.founder-signature > div {
  display: flex;
  flex-direction: column;
  font-size: 0.83rem;
  gap: 3px;
}
.founder-signature > div span {
  font-size: 0.76rem;
  color: var(--muted);
}
.trust-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.trust-lead {
  max-width: 415px;
  margin: 23px 0 23px;
  font-size: 1rem;
}
.trust-section .inline-link {
  font-size: 0.85rem;
}
.trust-points {
  display: grid;
  gap: 28px;
}
.trust-points article {
  display: flex;
  gap: 20px;
}
.trust-points article > span,
.trust-points svg {
  flex-shrink: 0;
  margin-top: 3px;
  font-size: 1.8rem;
  width: 25px;
  height: 25px;
  line-height: 1;
}
.trust-points h3 {
  font-size: 1.03rem;
  margin-bottom: 6px;
}
.trust-points p {
  font-size: 0.9rem;
}
.faq-section {
  background: #f4f5ef;
  border-top: 1px solid var(--line);
  padding-top: 90px;
  padding-bottom: 95px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}
.faq-grid > div:first-child > p:last-child {
  margin-top: 26px;
  font-size: 0.94rem;
}
.faq-list details {
  border-bottom: 1px solid #ccd6c9;
}
.faq-list details:first-child {
  border-top: 1px solid #ccd6c9;
}
.faq-list summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  padding: 22px 0;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.5;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 1.3rem;
  font-weight: 300;
  flex-shrink: 0;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details > div {
  padding: 0 25px 24px 0;
  font-size: 0.92rem;
}
.faq-list details > div a {
  text-decoration: underline;
}
.invitation-section {
  background: var(--forest);
  color: white;
  padding-top: 90px;
  padding-bottom: 90px;
}
.invitation-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 115px;
  align-items: center;
}
.beta-label {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #597568;
  border-radius: 20px;
  font-size: 0.75rem;
  color: #d9e5d5;
  margin-bottom: 26px;
}
.invitation-copy h2 {
  font-size: 3.35rem;
  letter-spacing: -1.5px;
}
.invitation-copy > p {
  font-size: 1rem;
  color: #d0dbd1;
  margin-top: 24px;
  max-width: 380px;
}
.invitation-copy ul {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  font-size: 0.86rem;
  color: #e1e8db;
}
.invitation-copy li {
  margin-top: 8px;
}
.invitation-copy li::before {
  content: '✓';
  color: var(--gold);
  margin-right: 12px;
}
.invitation-card {
  border-radius: 12px;
  background: #fcfbf6;
  color: var(--ink);
  padding: 39px;
}
.invitation-card h3 {
  font-family: var(--serif);
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 17px;
}
.invitation-card p {
  font-size: 0.94rem;
}
.invitation-card .button {
  width: 100%;
  margin-top: 26px;
  font-size: 0.9rem;
  gap: 16px;
}
.invitation-card .small-note {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 12px;
}
.contact-alternative {
  font-size: 0.8rem;
  color: var(--muted);
  padding-top: 25px;
  border-top: 1px solid var(--line);
  margin-top: 25px;
  line-height: 1.8;
}
.contact-alternative a {
  font-weight: 500;
  color: var(--forest);
}
.champ {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.champ label,
.legende {
  font-size: 0.85rem;
  font-weight: 500;
}
.champ input:not([type='radio']),
.champ textarea {
  border: 1px solid #b5c1b6;
  border-radius: 5px;
  padding: 10px 11px;
  width: 100%;
  background: white;
  min-height: 44px;
  color: var(--ink);
}
.champ textarea {
  resize: vertical;
  min-height: 90px;
}
.champ-aide {
  font-size: 0.73rem;
  color: var(--muted);
}
fieldset.champ {
  border: 0;
  padding: 0;
}
.radios {
  display: flex;
  gap: 25px;
}
.radios label,
.case label {
  display: flex;
  gap: 9px;
  align-items: baseline;
}
.case {
  font-size: 0.8rem;
  margin: 18px 0;
}
.form-statut {
  margin-top: 13px;
}
.form-statut[data-ton='erreur'] {
  color: #9d3028;
}
.form-statut[data-ton='ok'] {
  color: var(--forest);
}
.form-note {
  font-size: 0.75rem !important;
  margin-top: 16px;
}
.turnstile-zone {
  margin-top: 10px;
}
.site-footer {
  padding-top: 53px;
  padding-bottom: 28px;
}
.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 35px;
  padding-bottom: 40px;
}
.footer-top p {
  font-size: 0.82rem;
  margin-top: 13px;
}
.footer-links {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 45px;
  row-gap: 12px;
  padding-top: 8px;
}
.footer-links a {
  text-decoration: none;
  font-size: 0.8rem;
  color: var(--muted);
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-bottom p {
  font-size: 0.72rem;
}
.dialog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 22px;
}
.dialog-heading h2 {
  font-size: 1.35rem;
}
.close-dialog {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 50%;
}
dialog {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0;
  max-width: min(1300px, 95vw);
  width: 95vw;
  max-height: 90vh;
  color: var(--ink);
}
dialog::backdrop {
  background: #102b25bb;
  backdrop-filter: blur(4px);
}
dialog > img {
  width: 100%;
  height: auto;
}
dialog > p {
  font-size: 0.78rem;
  padding: 14px 22px;
}
.legal-main {
  max-width: 800px;
  padding-top: 65px;
  padding-bottom: 80px;
}
.legal-main h1 {
  font-size: 3rem;
}
.legal-main h2 {
  font-size: 1.8rem;
  margin: 35px 0 15px;
}
.legal-main h3 {
  margin: 25px 0 10px;
}
.legal-main p,
.legal-main li {
  margin-bottom: 15px;
}
.legal-main .encadre {
  padding: 20px;
  background: var(--mist);
  border-radius: 8px;
  margin: 18px 0;
}
.legal-main .maj {
  font-size: 0.85rem;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .hero-visual {
    padding: 50px 32px 26px;
  }
  .day-card {
    padding: 28px;
  }
  .payment-progress {
    font-size: 0.7rem;
  }
  .visual-caption {
    font-size: 0.7rem;
  }
}
@media (max-width: 1100px) {
  .nav-wrap nav {
    margin-right: 10px;
    gap: 20px;
  }
  .hero {
    gap: 38px;
  }
  .container {
    width: calc(100% - 70px);
  }
  h1 {
    font-size: 3.6rem;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    font-size: 0.86rem;
    padding: 13px 17px;
  }
  .hero-actions .text-link {
    font-size: 0.83rem;
  }
  .hero-visual {
    padding: 32px 17px 20px;
  }
  .day-card {
    padding: 18px;
  }
  .payment-progress {
    gap: 5px;
    font-size: 0.59rem;
  }
  .visual-note {
    margin-left: 0;
    padding: 16px 12px;
  }
  .visual-note p {
    font-size: 0.74rem;
  }
  .visual-note p span {
    font-size: 0.63rem;
  }
  .promise-inner {
    gap: 20px;
  }
  .promise-inner > span {
    font-size: 0.8rem;
  }
  .msp-section,
  .trust-section {
    gap: 60px;
  }
  .care-grid {
    gap: 50px;
  }
  .faq-grid {
    gap: 55px;
  }
  .invitation-grid {
    gap: 60px;
  }
  .feature-columns {
    gap: 28px;
  }
}
@media (max-width: 850px) {
  .site-header {
    height: 80px;
  }
  .nav-wrap {
    width: calc(100% - 44px);
    gap: 20px;
  }
  .nav-wrap nav {
    gap: 18px;
    margin-right: 0;
  }
  .nav-wrap nav a {
    font-size: 0.78rem;
  }
  .header-cta {
    font-size: 0.74rem;
    padding: 10px 13px;
    gap: 8px;
  }
  .wordmark {
    font-size: 2.2rem;
  }
  .container {
    width: calc(100% - 48px);
  }
  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
  h1 {
    font-size: 2.95rem;
    letter-spacing: -1.8px;
  }
  .hero-description {
    font-size: 0.95rem;
  }
  .audience {
    font-size: 0.72rem;
    gap: 7px;
    margin-bottom: 22px;
  }
  .audience-mark {
    font-size: 1.15rem;
  }
  .hero-actions {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-note {
    font-size: 0.71rem;
    max-width: 230px;
  }
  .hero-visual {
    padding: 30px 12px 18px;
  }
  .visual-heading {
    margin-bottom: 23px;
  }
  .day-card {
    padding: 15px;
  }
  .day-card-top p {
    font-size: 0.75rem;
  }
  .day-card-top div > span {
    font-size: 0.61rem;
  }
  .appointment {
    gap: 7px;
  }
  .appointment strong {
    font-size: 0.78rem;
  }
  .appointment div > span {
    font-size: 0.6rem;
  }
  .avatar {
    width: 32px;
    height: 32px;
    font-size: 0.69rem;
  }
  .payment-parts > div {
    font-size: 0.65rem;
  }
  .payment-progress {
    white-space: normal;
    font-size: 0.57rem;
    gap: 4px;
  }
  .demo-button {
    font-size: 0.65rem;
  }
  .visual-note p {
    font-size: 0.69rem;
  }
  .visual-note p span {
    font-size: 0.59rem;
  }
  .visual-note {
    gap: 8px;
    margin: 23px 0 0;
  }
  .visual-caption {
    font-size: 0.58rem;
  }
  .promise-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
    column-gap: 30px;
    row-gap: 18px;
  }
  .promise-inner p {
    width: 100%;
    font-size: 0.85rem;
  }
  .promise-inner p br {
    display: none;
  }
  .promise-inner > span {
    font-size: 0.82rem;
  }
  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .feature-columns {
    gap: 25px;
  }
  .feature-columns h3 {
    font-size: 1.08rem;
  }
  .feature-columns p {
    font-size: 0.9rem;
  }
  .feature-columns .inline-link {
    font-size: 0.77rem;
  }
  .product-heading {
    display: block;
  }
  .product-heading > p {
    margin-top: 18px;
  }
  .product-heading > p br {
    display: none;
  }
  .product-heading h2 {
    font-size: 2.2rem;
  }
  .msp-section {
    gap: 40px;
  }
  .msp-copy h2 {
    font-size: 2.35rem;
  }
  .msp-details article {
    gap: 14px;
  }
  .msp-details h3 {
    font-size: 1rem;
  }
  .msp-details p {
    font-size: 0.88rem;
  }
  .msp-copy .button {
    font-size: 0.8rem;
    gap: 12px;
    padding: 12px 15px;
  }
  .care-grid {
    gap: 35px;
  }
  .care-copy h2 {
    font-size: 2.2rem;
  }
  .care-image {
    min-height: 380px;
  }
  .trust-section {
    gap: 45px;
  }
  .faq-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 38px;
  }
  .faq-list summary {
    font-size: 0.92rem;
  }
  .invitation-grid {
    gap: 35px;
  }
  .invitation-copy h2 {
    font-size: 2.75rem;
  }
  .invitation-card {
    padding: 27px;
  }
  .footer-links {
    column-gap: 28px;
  }
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 92px;
  }
  .site-header {
    height: 76px;
  }
  .nav-wrap {
    width: calc(100% - 36px);
    gap: 12px;
  }
  .wordmark {
    font-size: 2.2rem;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    font-size: 0.79rem;
  }
  .header-cta {
    font-size: 0.69rem;
    max-width: 139px;
    min-height: 42px;
    padding: 8px 12px;
    gap: 10px;
  }
  .header-cta span {
    font-size: 1rem;
  }
  .nav-wrap nav {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 12px 20px #254b430c;
  }
  .nav-wrap nav.open {
    display: flex;
  }
  .nav-wrap nav a {
    font-size: 1rem;
    display: block;
    padding: 4px;
    width: 100%;
  }
  .container {
    width: calc(100% - 40px);
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 44px;
    padding-bottom: 46px;
    gap: 44px;
  }
  .hero-copy {
    padding: 0 3px;
  }
  .audience {
    font-size: 0.77rem;
    margin-bottom: 23px;
  }
  .audience-mark {
    font-size: 1.4rem;
  }
  h1 {
    font-size: clamp(2.6rem, 8.5vw, 3.7rem);
    letter-spacing: -1.7px;
    margin-bottom: 23px;
  }
  .hero-description {
    font-size: 1rem;
    max-width: 390px;
    line-height: 1.7;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 27px;
  }
  .hero-actions .button {
    padding: 14px 18px;
    font-size: 0.88rem;
  }
  .hero-actions .text-link {
    font-size: 0.82rem;
  }
  .hero-note {
    font-size: 0.76rem;
    max-width: none;
    margin-top: 21px;
  }
  .hero-visual {
    width: 100%;
    max-width: 420px;
    justify-self: center;
    padding: 30px 21px 20px;
    min-height: 0;
  }
  .visual-heading {
    margin-bottom: 20px;
    gap: 4px;
  }
  .mini-wordmark {
    font-size: 2.2rem;
  }
  .visual-heading > span:last-child {
    font-size: 0.77rem;
  }
  .day-card {
    padding: 21px;
  }
  .day-card-top p {
    font-size: 0.82rem;
  }
  .day-card-top div > span {
    font-size: 0.69rem;
  }
  .appointment {
    gap: 10px;
    margin: 21px 0 19px;
  }
  .appointment strong {
    font-size: 0.86rem;
  }
  .appointment div > span {
    font-size: 0.69rem;
  }
  .avatar {
    width: 36px;
    height: 36px;
    font-size: 0.73rem;
  }
  .payment-parts > div {
    font-size: 0.73rem;
  }
  .payment-progress {
    font-size: 0.62rem;
    white-space: nowrap;
    gap: 5px;
    margin: 22px 0;
  }
  .demo-button {
    font-size: 0.71rem;
    padding: 11px;
  }
  .visual-note {
    padding: 16px;
    margin-left: 7px;
    margin-right: -6px;
    gap: 10px;
  }
  .visual-note p {
    font-size: 0.78rem;
  }
  .visual-note p span {
    font-size: 0.65rem;
  }
  .visual-caption {
    font-size: 0.64rem;
    margin-top: 17px;
  }
  .promise-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .promise-inner p {
    grid-column: 1/-1;
    font-size: 0.84rem;
  }
  .promise-inner > span {
    font-size: 0.79rem;
  }
  .section {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .section-label {
    font-size: 0.82rem;
    margin-bottom: 18px;
  }
  h2 {
    font-size: 2.1rem;
    letter-spacing: -0.9px;
  }
  .section-intro {
    margin-bottom: 35px;
  }
  .section-intro h2 br {
    display: none;
  }
  .section-intro > p:last-child {
    font-size: 0.95rem;
    margin-top: 21px;
  }
  .feature-columns {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .feature-columns article {
    padding-top: 24px;
  }
  .feature-icon {
    margin-bottom: 19px;
  }
  .feature-columns h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .feature-columns p {
    font-size: 0.95rem;
    margin-bottom: 17px;
  }
  .feature-columns .inline-link {
    font-size: 0.85rem;
  }
  .product-heading {
    margin-bottom: 27px;
  }
  .product-heading h2 {
    font-size: 2.1rem;
  }
  .product-heading > p {
    font-size: 0.8rem;
  }
  .browser-bar {
    font-size: 0.6rem;
    padding: 0 10px;
    min-height: 36px;
  }
  .browser-bar button {
    font-size: 0.65rem;
    min-height: 36px;
  }
  .browser-bar > span:first-child {
    font-size: 0.45rem;
    letter-spacing: 2px;
  }
  .product-caption {
    gap: 9px;
    flex-direction: column;
    align-items: center;
    font-size: 0.76rem;
    margin-top: 22px;
  }
  .msp-section {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .msp-copy h2 {
    font-size: 2.5rem;
  }
  .msp-copy > p:not(.section-label) {
    font-size: 0.95rem;
    margin: 23px 0;
  }
  .msp-copy .button {
    font-size: 0.87rem;
    min-height: 50px;
  }
  .msp-details {
    padding-top: 20px;
  }
  .msp-details article {
    gap: 22px;
    padding: 24px 0;
  }
  .msp-details h3 {
    font-size: 1.06rem;
  }
  .msp-details p {
    font-size: 0.93rem;
  }
  .care-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .care-image {
    min-height: 0;
    aspect-ratio: 1.16;
  }
  .care-image img {
    object-position: center;
  }
  .care-copy h2 {
    font-size: 2.3rem;
  }
  .care-copy > p:not(.section-label) {
    font-size: 0.94rem;
  }
  .care-image > span {
    left: 18px;
    bottom: 18px;
  }
  .trust-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .trust-section h2 {
    font-size: 2.4rem;
  }
  .trust-lead {
    font-size: 0.96rem;
    margin-top: 21px;
  }
  .trust-points {
    gap: 26px;
  }
  .trust-points h3 {
    font-size: 1.06rem;
  }
  .trust-points p {
    font-size: 0.93rem;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .faq-grid h2 {
    font-size: 2.25rem;
  }
  .faq-grid > div:first-child > p:last-child {
    font-size: 0.87rem;
    margin-top: 20px;
  }
  .faq-list summary {
    font-size: 0.95rem;
    padding: 21px 0;
  }
  .faq-list details > div {
    font-size: 0.92rem;
  }
  .invitation-grid {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .invitation-copy h2 {
    font-size: 2.95rem;
  }
  .invitation-copy > p {
    font-size: 0.96rem;
  }
  .invitation-card {
    padding: 29px;
  }
  .invitation-card h3 {
    font-size: 1.85rem;
  }
  .footer-top {
    flex-direction: column;
    gap: 27px;
    padding-bottom: 28px;
  }
  .footer-links {
    row-gap: 15px;
    column-gap: 32px;
  }
  .footer-links a {
    font-size: 0.77rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 9px;
  }
  .footer-bottom p {
    font-size: 0.7rem;
  }
  .site-footer {
    padding-top: 38px;
  }
  .legal-main {
    padding-top: 40px;
  }
  .legal-main h1 {
    font-size: 2.5rem;
  }
  .legal-main h2 {
    font-size: 1.8rem;
  }
  .dialog-heading {
    padding: 10px 14px;
  }
  .dialog-heading h2 {
    font-size: 1.1rem;
  }
  .close-dialog {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 370px) {
  .container {
    width: calc(100% - 32px);
  }
  .nav-wrap {
    width: calc(100% - 28px);
    gap: 9px;
  }
  .header-cta {
    max-width: 126px;
  }
  .menu-toggle {
    font-size: 0.73rem;
    padding: 5px 9px;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero-actions .button {
    padding: 13px 15px;
    font-size: 0.82rem;
  }
  .hero-actions .text-link {
    font-size: 0.76rem;
  }
  .hero-visual {
    padding: 25px 13px 18px;
  }
  .day-card {
    padding: 17px;
  }
  .visual-note {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 11px;
  }
  .visual-note p span {
    font-size: 0.59rem;
  }
  .payment-progress {
    font-size: 0.59rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* Tiers payant : suivi dans la durée et rapprochement. */
.payment-journey {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: grid;
  gap: 16px;
}
.payment-journey li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.payment-journey li > span {
  flex: 0 0 23px;
  height: 23px;
  border: 1px solid #d7dfd5;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  color: var(--forest, #234b42);
  background: #f3f6f0;
}
.payment-journey strong {
  display: block;
  font-size: 0.77rem;
  font-weight: 500;
  line-height: 1.4;
}
.payment-journey small {
  display: block;
  font-size: 0.67rem;
  line-height: 1.5;
  color: var(--muted, #62726c);
  margin-top: 3px;
}
.payment-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #d7dfd5;
  border-radius: 5px;
  background: #f5f7f2;
  color: inherit;
  font-size: 0.72rem;
  line-height: 1.5;
  text-decoration: none;
}
.payment-link:hover {
  background: #e8efe7;
}
.payment-link:focus-visible {
  outline: 2px solid #234b42;
  outline-offset: 4px;
}

/* Page 404. Ex-attribut `style=` : la CSP (#362) n'autorise aucun style inline. */
.titre-404 {
  margin-top: 50px;
}
