/* ==========================================================================
   Alex Caron · Logiciels sur mesure pour PME
   Principe « Gumroad », palette resserrée.
   Une couleur dominante : MAUVE. Base noir + blanc. Jaune = surligneur.
   Sections pleine largeur, bordures noires nettes, coins carrés,
   boîtes à plat (ombre dure au survol seulement), typo noire grasse.
   ========================================================================== */

:root {
  --ink:    #000000;
  --paper:  #ffffff;
  --mauve:  #cbb4ff;
  --mauve-d:#b79bff;
  --yellow: #ffd633;   /* surligneur uniquement */

  --bd: 2px;
  --sh: 4px 4px 0 var(--ink);
  --sh-lg: 6px 6px 0 var(--ink);

  --display: 'Archivo', system-ui, sans-serif;
  --mono: 'Space Mono', ui-monospace, monospace;

  --wrap: 1320px;
  --gut: clamp(1.1rem, 4vw, 3rem);
  --pop: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: var(--display);
  font-size: clamp(1rem, .95rem + .25vw, 1.15rem);
  line-height: 1.5;
  font-weight: 500;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
ul, ol { list-style: none; padding: 0; }
::selection { background: var(--mauve); color: var(--ink); }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }

h1, h2, h3 { font-weight: 800; line-height: 1.0; letter-spacing: -.02em; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.dot { color: var(--mauve-d); }
section[id] { scroll-margin-top: 84px; }

.skip-link { position: absolute; left: 1rem; top: -120px; background: var(--ink); color: #fff; padding: .7rem 1rem; z-index: 500; font-family: var(--mono); transition: top .2s; }
.skip-link:focus { top: 1rem; }

/* Barre de progression de lecture */
.progress { position: fixed; top: 0; left: 0; right: 0; height: 4px; z-index: 400; pointer-events: none; }
.progress span { display: block; width: 0; height: 100%; background: var(--mauve-d); border-right: var(--bd) solid var(--ink); transition: width .1s linear; }

/* Surligneur jaune */
.mark, mark { background: var(--yellow); color: var(--ink); padding: 0 .12em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }

/* ==========================================================================
   Boutons (à plat, ombre dure au survol)
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--display); font-weight: 700; font-size: 1rem;
  border: var(--bd) solid var(--ink); border-radius: 0;
  padding: .8rem 1.4rem; background: var(--ink); color: #fff;
  transition: transform .1s var(--pop), box-shadow .1s var(--pop);
}
.btn .arr { font-family: var(--mono); }
.btn:hover { transform: translate(-3px, -3px); box-shadow: var(--sh-lg); }
.btn:active { transform: translate(0, 0); box-shadow: 0 0 0 var(--ink); }
.btn--accent { background: var(--ink); color: #fff; }
.btn--mauve { background: var(--mauve); color: var(--ink); }
.btn--ghost { background: var(--paper); color: var(--ink); }
.btn--sm { padding: .5rem 1.1rem; font-size: .92rem; }
.btn--lg { font-size: 1.08rem; padding: .95rem 1.7rem; }
.btn--xl { font-size: 1.12rem; padding: 1.05rem 2rem; }

/* Coches et croix */
.ck, .x {
  flex: none; display: inline-grid; place-items: center;
  width: 24px; height: 24px;
  border: 1.5px solid var(--ink);
  font-family: var(--mono); font-size: .78rem; font-weight: 700;
}
.ck { background: var(--mauve); color: var(--ink); }
.x { background: var(--paper); color: var(--ink); }

/* ==========================================================================
   Nav
   ========================================================================== */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 300; background: var(--paper); border-bottom: var(--bd) solid var(--ink); transition: transform .3s var(--pop); }
.nav.is-hidden { transform: translateY(-100%); }
.nav__bar { max-width: var(--wrap); margin-inline: auto; padding: 0 var(--gut); height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { font-family: var(--display); font-weight: 800; font-size: 1.35rem; letter-spacing: -.03em; }
.nav__links { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.7rem); }
.nav__links a:not(.btn) { font-family: var(--mono); font-size: .82rem; font-weight: 700; padding: .3rem 0; position: relative; }
.nav__links a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 3px; background: var(--mauve); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--pop); }
.nav__links a:not(.btn):hover::after,
.nav__links a:not(.btn)[aria-current]::after { transform: scaleX(1); }
.nav__cta { font-family: var(--display) !important; }

.burger { display: none; width: 44px; height: 44px; border: var(--bd) solid var(--ink); background: var(--mauve); position: relative; }
.burger span, .burger span::before, .burger span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 20px; height: 2.5px; background: var(--ink); transform: translate(-50%, -50%); transition: transform .3s var(--pop), opacity .2s; }
.burger span::before { transform: translate(-50%, -7px); }
.burger span::after { transform: translate(-50%, 7px); }
.nav.is-open .burger span { background: transparent; }
.nav.is-open .burger span::before { transform: translate(-50%, -50%) rotate(45deg); }
.nav.is-open .burger span::after { transform: translate(-50%, -50%) rotate(-45deg); }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { min-height: 92svh; display: flex; align-items: center; padding: 8rem 0 4rem; border-bottom: var(--bd) solid var(--ink); }

.hero__eyebrow { font-family: var(--mono); font-size: .85rem; font-weight: 700; display: flex; align-items: center; gap: .7rem; }
.pulse { width: 11px; height: 11px; border-radius: 50%; background: var(--mauve); border: 1.5px solid var(--ink); position: relative; }
.pulse::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1.5px solid var(--ink); opacity: 0; animation: pulse 2.4s var(--pop) infinite; }
@keyframes pulse { 0% { transform: scale(.5); opacity: .9; } 70%, 100% { transform: scale(1.2); opacity: 0; } }

.hero__title { margin-top: 1.4rem; font-size: clamp(2.2rem, 1rem + 4.6vw, 4.7rem); font-weight: 900; line-height: 1.04; text-transform: uppercase; letter-spacing: -.03em; }
.hero__title .mark { padding: .04em .1em; }
.h1line { display: block; overflow: hidden; padding-bottom: .09em; margin-bottom: -.09em; }
.h1line > span { display: inline-block; transform: translateY(115%); animation: rise .8s var(--pop) forwards; }
.h1line:nth-child(2) > span { animation-delay: .1s; }
.h1line:nth-child(3) > span { animation-delay: .2s; }
@keyframes rise { to { transform: translateY(0); } }

.hero__sub { margin-top: 1.8rem; max-width: 56ch; font-size: clamp(1.05rem, 1rem + .45vw, 1.3rem); font-weight: 500; opacity: 0; animation: fade .7s var(--pop) .45s forwards; }
.hero__actions { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: 1rem; opacity: 0; animation: fade .7s var(--pop) .6s forwards; }
.hero__chips { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; font-family: var(--mono); font-size: .82rem; font-weight: 700; opacity: 0; animation: fade .7s var(--pop) .75s forwards; }
.hero__chips li { display: flex; align-items: center; gap: .55rem; }
@keyframes fade { to { opacity: 1; } }

/* ==========================================================================
   Marquee
   ========================================================================== */
.band { background: var(--ink); color: #fff; border-bottom: var(--bd) solid var(--ink); overflow: hidden; }
.band__track { display: flex; width: max-content; animation: slide 30s linear infinite; }
.band__group { display: flex; align-items: center; gap: 2.2rem; padding: .9rem 1.1rem; flex: none; }
.band__group span { font-family: var(--mono); font-size: .85rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.band__group i { font-style: normal; color: var(--mauve); }
@keyframes slide { to { transform: translateX(-50%); } }

/* ==========================================================================
   Sections
   ========================================================================== */
.sec { padding-block: clamp(3.4rem, 6vw, 5.5rem); border-bottom: var(--bd) solid var(--ink); }
.sec--dark { background: var(--ink); color: var(--paper); }
#probleme { background: var(--mauve); }
#methode { background: var(--mauve); }

.kick { font-family: var(--mono); font-size: .8rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; display: flex; align-items: center; gap: .8rem; }
.kick b { background: var(--ink); color: #fff; font-weight: 700; padding: .05em .45em; }
.kick::after { content: ""; flex: 1; max-width: 72px; height: var(--bd); background: var(--ink); }
.kick--dark { color: #fff; }
.kick--dark b { background: var(--mauve); color: var(--ink); }
.kick--dark::after { background: var(--mauve); }

.sec__title { margin-top: 1rem; font-size: clamp(2rem, 1rem + 3.6vw, 3.6rem); max-width: 24ch; }
.sec__note { margin-top: 1.1rem; font-weight: 500; max-width: 58ch; font-size: 1.12rem; }
.sec__note--wide { max-width: 72ch; }

/* ==========================================================================
   01 · Le problème (fond mauve)
   ========================================================================== */
.pains { margin-top: 2.6rem; }
.pain { display: flex; gap: 1.3rem; align-items: flex-start; padding: 1.4rem; border: var(--bd) solid var(--ink); background: var(--paper); transition: transform .12s var(--pop), box-shadow .12s var(--pop); }
.pain + .pain { margin-top: 1rem; }
.pain:hover { transform: translate(-3px, -3px); box-shadow: var(--sh-lg); }
.pain__x { flex: none; width: 44px; height: 44px; display: grid; place-items: center; border: var(--bd) solid var(--ink); background: var(--mauve); font-family: var(--mono); font-weight: 700; font-size: 1.1rem; }
.pain p { font-weight: 600; font-size: 1.08rem; max-width: 62ch; }
.pains__close { margin-top: 2.4rem; font-size: clamp(1.3rem, 1.1rem + 1vw, 1.8rem); font-weight: 800; line-height: 1.35; max-width: 40ch; }

/* ==========================================================================
   02 · Ce que je bâtis
   ========================================================================== */
.cards { margin-top: 2.6rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.3rem; }
.card {
  border: var(--bd) solid var(--ink); background: var(--paper);
  padding: 1.8rem; display: flex; flex-direction: column;
  transition: transform .12s var(--pop), box-shadow .12s var(--pop);
}
.card:hover { transform: translate(-3px, -3px); box-shadow: var(--sh-lg); }
.card__idx { font-family: var(--mono); font-size: .78rem; font-weight: 700; letter-spacing: .06em; background: var(--mauve); border: 1.5px solid var(--ink); padding: .2em .6em; align-self: flex-start; }
.card h3 { margin-top: 1.1rem; font-size: clamp(1.35rem, 1.2rem + .7vw, 1.7rem); }
.card__txt { margin-top: .7rem; font-weight: 500; }
.card__ex { margin-top: 1.3rem; padding-top: 1rem; border-top: var(--bd) dashed var(--ink); font-family: var(--mono); font-size: .78rem; font-weight: 400; line-height: 1.55; }

/* ==========================================================================
   Citation (bande noire)
   ========================================================================== */
.quote { padding-block: clamp(4.5rem, 9vw, 7rem); border-bottom: var(--bd) solid var(--ink); }
.quote blockquote p {
  font-weight: 800; letter-spacing: -.02em;
  font-size: clamp(1.6rem, 1rem + 2.8vw, 2.9rem); line-height: 1.2;
  max-width: 28ch; margin-inline: auto; text-align: center;
}
.quote .mark { padding: .02em .14em; }
.quote__mark { color: var(--mauve); margin-right: .18em; }
.quote__mark--end { margin: 0 0 0 .18em; }

/* ==========================================================================
   03 · La méthode (fond mauve)
   ========================================================================== */
.steps { margin-top: 2.6rem; display: grid; gap: 1rem; }
.step { display: grid; grid-template-columns: 76px 1fr auto; gap: 1.2rem 1.6rem; align-items: start; padding: 1.6rem; border: var(--bd) solid var(--ink); background: var(--paper); transition: transform .12s var(--pop), box-shadow .12s var(--pop); }
.step:hover { transform: translate(-3px, -3px); box-shadow: var(--sh-lg); }
.step__n { width: 56px; height: 56px; display: grid; place-items: center; border: var(--bd) solid var(--ink); background: var(--mauve); font-size: 1.4rem; font-weight: 900; }
.step__body h3 { font-size: clamp(1.3rem, 1.2rem + .6vw, 1.6rem); }
.step__body p { margin-top: .55rem; font-weight: 500; max-width: 58ch; }
.step__tag { font-family: var(--mono); font-size: .74rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; border: 1.5px solid var(--ink); background: var(--paper); padding: .4em .9em; white-space: nowrap; }

.note { margin-top: 2.2rem; background: var(--paper); border: var(--bd) solid var(--ink); box-shadow: var(--sh); padding: 1.2rem 1.4rem; max-width: 780px; font-weight: 600; }
.note span { font-family: var(--mono); margin-right: .4rem; }

/* ==========================================================================
   04 · Pourquoi sur mesure
   ========================================================================== */
.compare { margin-top: 2.6rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; align-items: stretch; }
.compare__col { border: var(--bd) solid var(--ink); padding: 1.9rem; transition: transform .12s var(--pop), box-shadow .12s var(--pop); }
.compare__col:hover { transform: translate(-3px, -3px); box-shadow: var(--sh-lg); }
.compare__col h3 { font-size: 1.4rem; }
.compare__col ul { margin-top: 1.4rem; display: grid; gap: 1rem; }
.compare__col li { display: flex; gap: .8rem; align-items: baseline; font-weight: 600; }
.compare__col--no { background: var(--paper); }
.compare__col--yes { background: var(--ink); color: var(--paper); position: relative; }
.compare__col--yes:hover { box-shadow: 6px 6px 0 var(--mauve-d); }
.compare__badge { position: absolute; top: -14px; right: 18px; background: var(--yellow); color: var(--ink); border: var(--bd) solid var(--ink); font-family: var(--mono); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .35em .8em; }

/* ==========================================================================
   05 · FAQ
   ========================================================================== */
.faq { margin-top: 2.4rem; max-width: 880px; border: var(--bd) solid var(--ink); background: var(--paper); }
.faq details + details { border-top: var(--bd) solid var(--ink); }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.3rem 1.4rem; cursor: pointer; transition: background .15s; }
.faq summary:hover { background: var(--mauve); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary > span:first-child { font-weight: 800; font-size: clamp(1.1rem, 1rem + .5vw, 1.35rem); line-height: 1.25; letter-spacing: -.01em; }
.plus { flex: none; width: 34px; height: 34px; border: var(--bd) solid var(--ink); background: var(--paper); position: relative; transition: background .2s, transform .25s var(--pop); }
.plus::before, .plus::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--ink); transform: translate(-50%, -50%); }
.plus::before { width: 14px; height: 2.5px; }
.plus::after { width: 2.5px; height: 14px; }
.faq summary:hover .plus { background: var(--yellow); }
.faq details[open] .plus { transform: rotate(135deg); }
.faq__body { overflow: hidden; }
.faq__inner { padding: 0 1.4rem 1.5rem; }
.faq__inner p { font-weight: 500; max-width: 66ch; }

/* ==========================================================================
   06 · Contact (noir)
   ========================================================================== */
.contact { padding-block: clamp(4.5rem, 9vw, 7.5rem); text-align: center; border-bottom: var(--bd) solid var(--ink); }
.contact .kick { justify-content: center; }
.contact .kick::after { display: none; }
.contact__title { margin: 1.2rem auto 0; font-size: clamp(2.2rem, 1rem + 4.4vw, 4.4rem); font-weight: 900; text-transform: uppercase; letter-spacing: -.03em; max-width: 20ch; color: #fff; }
.contact__title .mark { padding: .04em .1em; }
.contact__note { margin: 1.4rem auto 0; max-width: 52ch; color: #e7e7e7; font-size: 1.15rem; font-weight: 500; }
.contact__actions { margin-top: 2.2rem; display: flex; justify-content: center; }
.contact__alt { margin-top: 1.5rem; font-family: var(--mono); font-size: .88rem; color: #cfcfcf; }
.contact__alt a { color: #fff; font-weight: 700; box-shadow: inset 0 -.45em 0 rgba(203, 180, 255, .45); transition: color .2s; }
.contact__alt a:hover { color: var(--mauve); }
.contact__chips { margin-top: 2.4rem; display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; }
.contact__chips li { font-family: var(--mono); font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border: 1.5px solid #fff; padding: .45em 1em; color: #fff; }

/* ==========================================================================
   Badge flottant (texte circulaire)
   ========================================================================== */
.orbit { position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); z-index: 250; width: 118px; height: 118px; display: grid; place-items: center; opacity: 0; visibility: hidden; transform: scale(.6); transition: opacity .3s var(--pop), transform .3s var(--pop), visibility .3s; }
.orbit.is-on { opacity: 1; visibility: visible; transform: scale(1); }
.orbit::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--paper); border: var(--bd) solid var(--ink); box-shadow: var(--sh); }
.orbit svg { position: absolute; inset: 0; animation: spin 22s linear infinite; }
.orbit text { font-family: var(--mono); font-size: 10.4px; font-weight: 700; letter-spacing: .1em; fill: var(--ink); }
.orbit__arrow { position: relative; width: 46px; height: 46px; display: grid; place-items: center; background: var(--mauve); border: var(--bd) solid var(--ink); color: var(--ink); font-family: var(--mono); font-size: 1.25rem; font-weight: 700; transition: transform .15s var(--pop); }
.orbit:hover .orbit__arrow { transform: translate(-2px, -2px); box-shadow: 3px 3px 0 var(--ink); }
@keyframes spin { to { transform: rotate(360deg); } }

/* ==========================================================================
   Footer (noir)
   ========================================================================== */
.foot { background: var(--ink); color: #cfcfcf; padding-block: 2.4rem; }
.foot__top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; align-items: center; }
.foot .brand { color: #fff; font-size: 1.5rem; }
.foot__nav { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; font-family: var(--mono); font-size: .82rem; font-weight: 700; }
.foot__nav a:hover, .foot__meta a:hover { color: var(--mauve); }
.foot__meta { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin-top: 1.5rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.2); font-family: var(--mono); font-size: .76rem; color: #8f8f8f; }
.foot__made { color: var(--mauve); }

/* ==========================================================================
   Blogue · liste
   ========================================================================== */
.page-head { padding: 9.5rem 0 clamp(3rem, 6vw, 4.5rem); background: var(--mauve); border-bottom: var(--bd) solid var(--ink); }
.page-head__title { margin-top: 1rem; font-size: clamp(2.1rem, 1rem + 3.8vw, 3.9rem); font-weight: 900; text-transform: uppercase; letter-spacing: -.03em; max-width: 20ch; }
.page-head__title .mark { padding: .04em .1em; }
.page-head__note { margin-top: 1.2rem; max-width: 58ch; font-size: 1.12rem; font-weight: 500; }

.posts { padding-block: clamp(3rem, 6vw, 5rem); }
.posts__grid { display: grid; gap: 1.3rem; max-width: 880px; }
.post-card { display: block; border: var(--bd) solid var(--ink); background: var(--paper); padding: 1.8rem; transition: transform .12s var(--pop), box-shadow .12s var(--pop); }
.post-card:hover { transform: translate(-3px, -3px); box-shadow: var(--sh-lg); }
.post-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1.1rem; font-family: var(--mono); font-size: .76rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.post-card__meta .tag { background: var(--mauve); border: 1.5px solid var(--ink); padding: .2em .6em; }
.post-card h2 { margin-top: 1rem; font-size: clamp(1.45rem, 1.2rem + 1.1vw, 2rem); }
.post-card__txt { margin-top: .8rem; font-weight: 500; max-width: 62ch; }
.post-card__more { margin-top: 1.4rem; font-family: var(--mono); font-size: .82rem; font-weight: 700; display: inline-block; box-shadow: inset 0 -.45em 0 var(--mauve); }
.post-card:hover .post-card__more { box-shadow: inset 0 -.45em 0 var(--yellow); }

/* ==========================================================================
   Blogue · article
   ========================================================================== */
.page-head--post .wrap { max-width: 860px; }
.post-back { font-family: var(--mono); font-size: .82rem; font-weight: 700; display: inline-block; margin-bottom: 1.6rem; box-shadow: inset 0 -.45em 0 rgba(255, 255, 255, .55); }
.post-back:hover { box-shadow: inset 0 -.45em 0 var(--yellow); }
.post-head__meta { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1.1rem; font-family: var(--mono); font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.post-head__meta .tag { background: var(--paper); border: 1.5px solid var(--ink); padding: .2em .6em; }
.post-head__title { margin-top: 1.1rem; font-size: clamp(2rem, 1rem + 3.4vw, 3.5rem); font-weight: 900; letter-spacing: -.03em; line-height: 1.06; }
.post-head__title .mark { padding: .04em .1em; }

.post-body { padding-block: clamp(3rem, 6vw, 5rem); }
.post-body .wrap { max-width: 860px; }
.post-body p { margin-top: 1.15rem; font-weight: 500; max-width: 68ch; }
.post-body .post-lede { font-size: 1.22rem; font-weight: 600; }
.post-body h2 { margin-top: 2.8rem; font-size: clamp(1.45rem, 1.2rem + 1vw, 1.9rem); line-height: 1.15; }
.post-body h2 .post-n { display: inline-grid; place-items: center; background: var(--ink); color: #fff; font-family: var(--mono); font-size: .58em; font-weight: 700; letter-spacing: .05em; padding: .35em .55em; margin-right: .6em; vertical-align: .22em; }
.post-body ul { margin-top: 1.15rem; display: grid; gap: .7rem; max-width: 68ch; }
.post-body ul li { display: flex; gap: .8rem; align-items: baseline; font-weight: 500; }
.post-body ul li::before { content: "✦"; font-family: var(--mono); color: var(--mauve-d); flex: none; }
.post-body mark { padding: 0 .14em; }

.post-cta { margin-top: 3.2rem; border: var(--bd) solid var(--ink); background: var(--ink); color: var(--paper); padding: clamp(1.6rem, 4vw, 2.4rem); }
.post-cta h2 { margin-top: 0; color: #fff; }
.post-cta p { color: #e7e7e7; }
.post-cta .btn { margin-top: 1.5rem; }
.post-cta__alt { margin-top: 1.1rem; font-family: var(--mono); font-size: .85rem; color: #cfcfcf; }
.post-cta__alt a { color: #fff; font-weight: 700; box-shadow: inset 0 -.45em 0 rgba(203, 180, 255, .45); }
.post-cta__alt a:hover { color: var(--mauve); }

/* ==========================================================================
   Reveal au défilement
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .45s var(--pop), transform .45s var(--pop); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .05s; }
.reveal[data-d="2"] { transition-delay: .1s; }
.reveal[data-d="3"] { transition-delay: .15s; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 940px) {
  .cards { grid-template-columns: 1fr; }
  .compare { grid-template-columns: 1fr; }
  .step { grid-template-columns: 56px 1fr; }
  .step__tag { grid-column: 2; justify-self: start; }
  .orbit { display: none; }

  .nav__links { position: absolute; inset: 66px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: var(--bd) solid var(--ink); padding: .5rem var(--gut) 1.2rem; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s var(--pop), transform .2s var(--pop), visibility .2s; }
  .nav.is-open .nav__links { opacity: 1; visibility: visible; transform: none; }
  .nav__links a:not(.btn) { padding: .85rem 0; font-size: .95rem; border-bottom: 1px solid var(--ink); }
  .nav__links a:not(.btn)::after { display: none; }
  .nav__cta { justify-content: center; margin-top: .6rem; }
  .burger { display: block; }
}

@media (max-width: 560px) {
  .hero { padding-top: 7rem; }
  .hero__title { font-size: clamp(1.55rem, 7vw, 2.1rem); }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .contact__actions .btn { width: 100%; justify-content: center; }
  .pain { gap: 1rem; padding: 1.1rem; }
  .pain__x { width: 38px; height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal, .hero__sub, .hero__actions, .hero__chips { opacity: 1; transform: none; }
  .h1line > span { transform: none; }
  .band__track { animation: none; }
  .orbit svg { animation: none; }
}
