/* CERVOX — Services · page /services/ uniquement.
   Étape 3/5 · direction artistique et hiérarchie. Portée limitée aux éléments préfixés cvx-services-
   (et à un ajustement du header de cette seule page, bloc « header » plus bas).
   Aucune classe Tailwind nouvelle, aucune modification du bundle global ni de cvx-nav.css.
   Tokens identiques à l'identité CERVOX : papier, encre, gris d'encre, violet #946DC8. */

.cvx-services{
  --cvs-ink:#131210;
  --cvs-paper:#e9e8e4;
  --cvs-paper-2:#efeeea;
  --cvs-line:rgba(19,18,16,.12);
  --cvs-line-2:rgba(19,18,16,.24);
  --cvs-soft:rgba(19,18,16,.68);   /* texte secondaire : 5,9:1 sur papier */
  --cvs-muted:rgba(19,18,16,.62);  /* texte discret : 4,9:1 sur papier */
  --cvs-violet:#946DC8;
  --cvs-danger:#9b2c1f;
  --cvs-sec:3.75rem;               /* respiration entre sections */
  font-family:var(--font-sans),"Helvetica Neue",Arial,sans-serif;
  color:var(--cvs-ink);
}
@media (min-width:768px){.cvx-services{--cvs-sec:4.75rem}}
@media (min-width:1024px){.cvx-services{--cvs-sec:6rem}}
.cvx-services *,.cvx-services *::before,.cvx-services *::after{box-sizing:border-box}
.cvx-services [id]{scroll-margin-top:96px}

/* ---------- gabarit ---------- */
.cvx-services-wrap{max-width:1320px;margin:0 auto;padding:0 1.25rem}
@media (min-width:768px){.cvx-services-wrap{padding:0 2rem}}
.cvx-services-section{padding:var(--cvs-sec) 0 0}

/* titres : un seul niveau fort (offres, formulaire), un niveau d'accompagnement plus bas */
.cvx-services-h2{font-family:var(--font-cond),"Arial Narrow",sans-serif;font-weight:700;
  font-size:clamp(2rem,3.7vw,3.05rem);line-height:1.02;letter-spacing:-.014em;margin:0;text-wrap:balance}
.cvx-services-section-support .cvx-services-h2{font-size:clamp(1.65rem,2.6vw,2.2rem);line-height:1.05}
.cvx-services-section-secondary .cvx-services-h2{font-size:clamp(1.45rem,2.1vw,1.8rem);line-height:1.08}
.cvx-services-lead{margin:.85rem 0 0;max-width:58ch;font-size:clamp(1rem,1.3vw,1.1rem);
  line-height:1.55;color:var(--cvs-soft)}

/* ---------- boutons ---------- */
.cvx-services-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  min-height:50px;padding:.85rem 1.6rem;border-radius:9999px;border:0;cursor:pointer;
  background:var(--cvs-ink);color:var(--cvs-paper);font:inherit;font-size:15px;font-weight:500;
  line-height:1.2;text-decoration:none;transition:background-color .15s,color .15s,box-shadow .15s}
.cvx-services-btn:hover{background:#2b2926}
/* CTA des cartes : même action, présence plus calme (contour), plein au survol */
.cvx-services-btn-sm{min-height:44px;padding:.62rem 1.15rem;font-size:14.5px;
  background:transparent;color:var(--cvs-ink);box-shadow:inset 0 0 0 1px rgba(19,18,16,.82)}
.cvx-services-btn-sm:hover{background:var(--cvs-ink);color:var(--cvs-paper);box-shadow:inset 0 0 0 1px var(--cvs-ink)}
/* Étape 5/5 · repli #946DC8 : le CTA du header et la barre collante sont hors de .cvx-services, où
   --cvs-violet n'est pas défini ; sans repli, l'outline était invalide et le focus clavier invisible. */
.cvx-services :focus-visible,.cvx-services-hcta:focus-visible,.cvx-services-sticky a:focus-visible{
  outline:2px solid var(--cvs-violet,#946DC8);outline-offset:3px;border-radius:6px}
.cvx-services-btn:focus-visible,.cvx-services-hcta:focus-visible,.cvx-services-sticky a:focus-visible{border-radius:9999px}

/* ---------- header : CTA de la page + ajustement local ---------- */
.cvx-services-hcta{display:none;align-items:center;gap:.4rem;min-height:40px;padding:.55rem 1.1rem;
  border-radius:9999px;background:#131210;color:#e9e8e4;font-size:14.5px;font-weight:500;
  text-decoration:none;white-space:nowrap}
.cvx-services-hcta:hover{background:#2b2926}
@media (min-width:1024px){.cvx-services-hcta{display:inline-flex}}
/* Entre 1024 et 1099 px, le CTA propre à cette page faisait passer les libellés de navigation sur
   deux lignes. Correction locale : libellés sur une ligne, pastilles resserrées. Ne concerne que
   le header de /services/ (cette feuille n'est chargée nulle part ailleurs). */
@media (min-width:1024px) and (max-width:1099px){
  #cvx-header .pill-nav-link{white-space:nowrap;padding-left:.6rem;padding-right:.6rem}
  #cvx-header .cvx-services-hcta{padding:.55rem .95rem}
}

/* ---------- hero ---------- */
.cvx-services-hero{padding:7rem 0 0}
@media (min-width:768px){.cvx-services-hero{padding:8.5rem 0 0}}
@media (min-width:1024px){.cvx-services-hero{padding:9.25rem 0 0}}
.cvx-services-h1{font-family:var(--font-cond),"Arial Narrow",sans-serif;font-weight:700;
  font-size:clamp(2.15rem,4.8vw,4.15rem);line-height:.98;letter-spacing:-.018em;margin:0}
.cvx-services-h1 span{display:block;text-wrap:balance}
.cvx-services-h1 span+span{margin-top:.08em}
.cvx-services-sub{margin:1.6rem 0 0;max-width:52ch;font-size:clamp(1.05rem,1.4vw,1.2rem);
  line-height:1.5;color:var(--cvs-soft)}
.cvx-services-hero-act{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem 1.5rem;margin-top:2rem}
.cvx-services-zone{margin:0;max-width:34ch;font-size:13.5px;line-height:1.45;color:var(--cvs-muted)}
.cvx-services-hero-rule{height:1px;background:var(--cvs-line);margin-top:2.75rem}
@media (min-width:1024px){.cvx-services-hero-rule{margin-top:3.75rem}}

/* ---------- bandeau « 99 % » : note éditoriale rattachée au hero ---------- */
.cvx-services-remote{padding:1.5rem 0 0}
@media (min-width:1024px){.cvx-services-remote{padding:1.75rem 0 0}}
.cvx-services-remote-in{display:grid;grid-template-columns:1fr;gap:.6rem}
@media (min-width:768px){.cvx-services-remote-in{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.5rem;align-items:baseline}}
@media (min-width:1024px){.cvx-services-remote-in{gap:4rem}}
.cvx-services-remote-main{margin:0;font-size:clamp(1.05rem,1.35vw,1.2rem);line-height:1.35;color:var(--cvs-ink)}
.cvx-services-remote-n{font-family:var(--font-cond),"Arial Narrow",sans-serif;font-weight:700;
  font-size:1.75em;line-height:1;letter-spacing:-.01em;white-space:nowrap;margin-right:.1em}
.cvx-services-remote-sub{margin:0;max-width:52ch;font-size:14.5px;line-height:1.55;color:var(--cvs-soft)}
.cvx-services-remote .cvx-services-hero-rule{display:none}

/* ---------- les 6 offres principales ----------
   Étape 48 · accordéon éditorial compact, à toutes les largeurs. Une offre = une ligne : numéro,
   situation (violet), offre (noir), chevron. Le détail reste dans le DOM et s'ouvre sous sa ligne.
   Sans JS (pas de .cvx-services-js), tout reste ouvert et lisible. Mêmes tokens, mêmes typographies,
   aucune carte, aucune ombre : filets identiques à la FAQ de la page. */
.cvx-services-grid{margin-top:1.75rem;border-top:1px solid var(--cvs-ink)}
@media (min-width:1024px){.cvx-services-grid{margin-top:2.25rem}}

.cvx-services-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr);
  grid-template-rows:auto 1fr;border-bottom:1px solid var(--cvs-line)}
.cvx-services-card-head{position:relative;padding:1.15rem 2.75rem 1.2rem 0}
.cvx-services-card-body{min-height:0}

/* numéro : repère de rythme, jamais un badge */
.cvx-services-num{display:block;margin:0 0 .55rem;font-family:var(--font-mono),ui-monospace,monospace;
  font-size:11.5px;line-height:1;letter-spacing:.06em;color:var(--cvs-muted)}
/* situation : la porte d'entrée, lue en premier, graisse légère */
.cvx-services-situation{margin:0;font-size:clamp(1.1rem,1.5vw,1.36rem);font-weight:450;line-height:1.3;
  letter-spacing:-.008em;color:var(--cvs-ink);max-width:none;text-wrap:pretty}
/* offre : le nom structurant */
.cvx-services-offer{display:flex;align-items:flex-start;gap:.6rem;margin:.7rem 0 0;
  font-family:var(--font-cond),"Arial Narrow",sans-serif;font-weight:700;font-size:1rem;
  line-height:1.15;text-transform:uppercase;letter-spacing:.018em}
.cvx-services-offer::before{content:"";flex:none;width:7px;height:7px;margin-top:.34em;background:var(--cvs-violet)}
@media (min-width:768px){.cvx-services-offer{font-size:1.1rem}}
@media (min-width:1280px){.cvx-services-offer{font-size:1.18rem}}

/* contrôle : bouton natif couvrant toute la ligne d'en-tête (grande cible tactile),
   chevron fin dessiné en CSS à droite */
.cvx-services-toggle{display:none}
.cvx-services-js .cvx-services-toggle{display:block;position:absolute;inset:0;width:100%;margin:0;padding:0;
  background:transparent;border:0;border-radius:4px;cursor:pointer;z-index:1;-webkit-tap-highlight-color:transparent}
.cvx-services-js .cvx-services-toggle:focus{outline:none}
.cvx-services-js .cvx-services-toggle:focus-visible{outline:2px solid var(--cvs-violet);outline-offset:2px}
.cvx-services-js .cvx-services-card-head::after{content:"";position:absolute;right:.5rem;top:50%;
  width:9px;height:9px;margin-top:-7px;border-right:1.5px solid var(--cvs-ink);border-bottom:1.5px solid var(--cvs-ink);
  transform:rotate(45deg);transition:transform .28s cubic-bezier(.2,0,0,1),border-color .15s}
.cvx-services-js .cvx-services-card.is-open .cvx-services-card-head::after{transform:translateY(4px) rotate(-135deg)}
@media (hover:hover){
  .cvx-services-js .cvx-services-card-head:hover::after{border-color:var(--cvs-violet)}
}

/* repli : la ligne du détail passe de 0fr à 1fr (hauteur réelle, sans mesure JS),
   avec un fondu et une translation de quelques pixels. visibility:hidden retire le détail fermé
   du parcours clavier et des technologies d'assistance ; il reste dans le HTML. */
.cvx-services-js .cvx-services-card{grid-template-rows:auto 0fr;transition:grid-template-rows .3s cubic-bezier(.2,0,0,1)}
.cvx-services-js .cvx-services-card.is-open{grid-template-rows:auto 1fr}
.cvx-services-js .cvx-services-card-body{overflow:hidden;visibility:hidden;opacity:0;transform:translateY(-6px);
  transition:opacity .18s ease,transform .3s cubic-bezier(.2,0,0,1),visibility 0s linear .3s}
.cvx-services-js .cvx-services-card.is-open .cvx-services-card-body{visibility:visible;opacity:1;transform:none;
  transition:opacity .26s ease .04s,transform .3s cubic-bezier(.2,0,0,1),visibility 0s}
.cvx-services-js .cvx-services-card.cvs-instant,
.cvx-services-js .cvx-services-card.cvs-instant .cvx-services-card-body,
.cvx-services-js .cvx-services-card.cvs-instant .cvx-services-card-head::after{transition:none!important}

/* détail : contenu inchangé, séquence de lecture inchangée */
.cvx-services-var{padding-top:1.1rem;border-top:1px solid var(--cvs-line)}
.cvx-services-solution{margin:0;font-size:15px;line-height:1.55;color:var(--cvs-soft);max-width:60ch}
.cvx-services-label{display:block;margin:0 0 .55rem;font-family:var(--font-mono),ui-monospace,monospace;
  font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--cvs-muted)}
.cvx-services-receive{margin-top:1.15rem}
.cvx-services-receive ul{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}
.cvx-services-receive li{display:flex;gap:.65rem;font-size:15px;line-height:1.42;color:var(--cvs-ink)}
.cvx-services-receive li::before{content:"";flex:none;width:5px;height:5px;margin-top:.58em;
  border-radius:9999px;background:var(--cvs-violet)}

/* « Terminé quand » : le critère de fin, lisible */
.cvx-services-done{margin-top:1.15rem;padding:1rem 1.1rem 1.05rem;border-radius:11px;
  background:var(--cvs-ink);color:var(--cvs-paper)}
.cvx-services-done .cvx-services-label{margin-bottom:.4rem;color:rgba(233,232,228,.68)}
.cvx-services-done p{margin:0;font-size:15px;line-height:1.5}

/* ligne technique : pour le lecteur technique, en retrait */
.cvx-services-tech{margin:.9rem 0 0;font-family:var(--font-mono),ui-monospace,monospace;
  font-size:11.5px;line-height:1.6;color:var(--cvs-muted);overflow-wrap:anywhere}
.cvx-services-card-cta{padding:1.1rem 0 1.5rem}

.cvx-services-more{margin:1.5rem 0 0;font-size:15px;line-height:1.5}
.cvx-services-more a{color:var(--cvs-ink);font-weight:500;text-decoration:underline;
  text-underline-offset:4px;text-decoration-thickness:1px;text-decoration-color:var(--cvs-line-2)}
.cvx-services-more a:hover{text-decoration-color:currentColor}

@media (max-width:767px){
  .cvx-services-card-cta .cvx-services-btn{width:100%}
}

/* tablette et desktop : numéro en colonne d'ancrage, détail aligné sur la colonne de texte */
@media (min-width:768px){
  .cvx-services-card-head{display:grid;grid-template-columns:3.25rem minmax(0,1fr);
    padding:1.35rem 3.5rem 1.4rem 0}
  .cvx-services-num{grid-column:1;grid-row:1;margin:0;padding-top:.45em;font-size:12px}
  .cvx-services-situation{grid-column:2;grid-row:1;max-width:56ch}
  .cvx-services-offer{grid-column:2;grid-row:2}
  .cvx-services-card-body{padding-left:3.25rem}
  .cvx-services-js .cvx-services-card-head::after{right:.75rem}
  .cvx-services-card-cta{padding-bottom:1.75rem}
}
/* desktop : « Vous recevez » et « Terminé quand » côte à côte pour limiter la hauteur ouverte
   (ordre de lecture et contenu inchangés) */
@media (min-width:1024px){
  .cvx-services-card-head{padding:1.5rem 4rem 1.55rem 0;grid-template-columns:4rem minmax(0,1fr)}
  .cvx-services-situation{max-width:none}
  .cvx-services-card-body{padding-left:4rem}
  .cvx-services-var{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:2.5rem;
    max-width:980px;align-items:start}
  .cvx-services-var{padding-top:1.3rem}
  .cvx-services-solution{grid-column:1 / -1}
  .cvx-services-receive{grid-column:1;margin-top:1.3rem}
  .cvx-services-done{grid-column:2;margin-top:1.3rem}
  .cvx-services-tech{margin-top:1.1rem}
  .cvx-services-card-cta{padding:1.2rem 0 2rem}
}

/* ---------- engagements : éditorial, calme ---------- */
.cvx-services-commit{display:grid;grid-template-columns:1fr;margin-top:1.5rem;border-top:1px solid var(--cvs-line)}
.cvx-services-commit-item{padding:1.25rem 0;border-bottom:1px solid var(--cvs-line)}
.cvx-services-commit-item h3{margin:0;font-family:var(--font-cond),"Arial Narrow",sans-serif;font-weight:700;
  font-size:clamp(1.2rem,1.6vw,1.4rem);line-height:1.1}
.cvx-services-commit-item p{margin:.55rem 0 0;font-size:15px;line-height:1.55;color:var(--cvs-soft);max-width:48ch}
@media (min-width:768px){
  .cvx-services-commit-item{display:grid;grid-template-columns:minmax(0,15rem) minmax(0,1fr);gap:2rem;align-items:baseline}
  .cvx-services-commit-item p{margin-top:0}
}
@media (min-width:1024px){
  .cvx-services-commit{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem;margin-top:2rem;border-top:0}
  .cvx-services-commit-item{display:block;padding:1.2rem 0 0;border-bottom:0;border-top:1px solid var(--cvs-ink)}
  .cvx-services-commit-item p{margin-top:.6rem}
}

/* ---------- situations complémentaires : niveau secondaire assumé ---------- */
.cvx-services-split{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media (min-width:1024px){.cvx-services-split{grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:4rem;align-items:start}}
.cvx-services-section-secondary .cvx-services-lead{margin-top:.6rem;font-size:15px;max-width:40ch}
.cvx-services-others{list-style:none;margin:0;padding:0;border-bottom:1px solid var(--cvs-line)}
.cvx-services-others li{border-top:1px solid var(--cvs-line)}
@media (min-width:1024px){.cvx-services-others{margin-top:.35rem}}
.cvx-services-row{display:flex;flex-direction:column;gap:.25rem;padding:.9rem 0;
  color:var(--cvs-ink);text-decoration:none}
@media (min-width:640px){.cvx-services-row{flex-direction:row;align-items:baseline;justify-content:space-between;gap:1.5rem;padding:.95rem 0}}
.cvx-services-row-sit{font-size:15px;line-height:1.45;color:var(--cvs-soft);max-width:56ch}
.cvx-services-row-int{flex:none;font-size:14.5px;font-weight:500;line-height:1.4;white-space:nowrap}
.cvx-services-row:hover .cvx-services-row-int{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}
.cvx-services-row:hover .cvx-services-row-sit{color:var(--cvs-ink)}
.cvx-services-row:focus-visible{outline-offset:2px}

/* ---------- comment ça se passe : 1 → 2 → 3 → 4 ---------- */
.cvx-services-steps{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;grid-template-columns:1fr}
.cvx-services-step{display:grid;grid-template-columns:2.5rem minmax(0,1fr);align-content:start;gap:0 .75rem;
  padding:1.1rem 0 1.15rem;border-top:1px solid var(--cvs-line)}
.cvx-services-step-n{font-family:var(--font-cond),"Arial Narrow",sans-serif;font-weight:700;
  font-size:1.6rem;line-height:1;color:var(--cvs-ink)}
.cvx-services-step h3{margin:0;font-size:16px;font-weight:500;line-height:1.35}
.cvx-services-step p{margin:.35rem 0 0;font-size:15px;line-height:1.55;color:var(--cvs-soft);max-width:40ch}
@media (min-width:768px){
  .cvx-services-steps{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2rem}
}
@media (min-width:1024px){
  .cvx-services-steps{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:0;margin-top:2rem;border-top:1px solid var(--cvs-ink)}
  .cvx-services-step{position:relative;grid-template-columns:1fr;padding:1.35rem 2rem 0 0;border-top:0}
  .cvx-services-step::before{content:"";position:absolute;left:0;top:-4px;width:7px;height:7px;background:var(--cvs-violet)}
  .cvx-services-step-n{font-size:2.6rem;margin-bottom:1rem}
}

/* ---------- formulaire ---------- */
.cvx-services-formsec{margin-top:var(--cvs-sec);padding:0 .5rem .5rem}
@media (min-width:768px){.cvx-services-formsec{padding:0 .75rem .75rem}}
.cvx-services-formbox{background:var(--cvs-paper-2);border:1px solid var(--cvs-line);border-radius:24px;padding:2.5rem 0 2.75rem}
@media (min-width:768px){.cvx-services-formbox{padding:3.25rem 0}}
@media (min-width:1024px){.cvx-services-formbox{border-radius:36px;padding:4.25rem 0}}
.cvx-services-formgrid{display:grid;grid-template-columns:1fr;gap:1.75rem}
@media (min-width:1024px){.cvx-services-formgrid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:4.5rem;align-items:start}}
.cvx-services-formgrid h2:focus{outline:none}
.cvx-services-formsec .cvx-services-lead{max-width:36ch}
.cvx-services-form{display:grid;gap:1rem}
.cvx-services-2col{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:.5rem}
@media (min-width:640px){.cvx-services-2col{grid-template-columns:1fr 1fr}}
.cvx-services-field label{display:block;font-size:13.5px;font-weight:500;line-height:1.3;margin-bottom:.4rem}
.cvx-services-input{display:block;width:100%;min-height:48px;padding:.75rem 1rem;border-radius:12px;
  border:1px solid rgba(19,18,16,.22);background:var(--cvs-paper);color:var(--cvs-ink);
  font:inherit;font-size:16px;line-height:1.4;outline:none;transition:border-color .15s,box-shadow .15s}
textarea.cvx-services-input{min-height:0;resize:vertical}
select.cvx-services-input{appearance:none;-webkit-appearance:none;padding-right:2.75rem;cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5L6 8l3.5-3.5' fill='none' stroke='%23131210' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 1.1rem center}
/* le champ « situation » : premier et principal */
.cvx-services-form label[for="cvs-situation"]{font-size:14.5px}
#cvs-situation{min-height:54px;border-color:rgba(19,18,16,.5);font-weight:500}
.cvx-services-input::placeholder{color:rgba(19,18,16,.62)} /* étape 5/5 : AA, 4,9:1 */
.cvx-services-input:focus{border-color:var(--cvs-violet);box-shadow:0 0 0 1px var(--cvs-violet)}
.cvx-services-input[aria-invalid="true"]{border-color:var(--cvs-danger)}
.cvx-services-err{margin:.4rem 0 0;font-size:13.5px;line-height:1.4;color:var(--cvs-danger)}
.cvx-services-err[hidden]{display:none}
.cvx-services-submit{display:flex;flex-direction:column;align-items:stretch;gap:.7rem;margin-top:.6rem}
.cvx-services-submit .cvx-services-btn{min-height:52px}
@media (min-width:640px){.cvx-services-submit{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem}}
.cvx-services-note{margin:0;font-size:14px;line-height:1.45;color:var(--cvs-ink)}
.cvx-services-legal{margin:0;font-size:12.5px;line-height:1.5;color:var(--cvs-muted)}
.cvx-services-legal a{color:var(--cvs-ink);text-decoration:underline;text-underline-offset:3px}
.cvx-services-submit + .cvx-services-legal{margin-top:.35rem;padding-top:1rem;border-top:1px solid var(--cvs-line)}
.cvx-services-hp{position:absolute!important;left:-10000px!important;width:1px;height:1px;overflow:hidden}
.cvx-services-ok{padding:1.5rem;border-radius:16px;background:var(--cvs-ink);color:var(--cvs-paper);
  font-size:16.5px;line-height:1.55}
.cvx-services-ok[hidden]{display:none}

/* ---------- barre collante mobile ---------- */
.cvx-services-sticky{display:none}
@media (max-width:767px){
  .cvx-services-sticky{display:block;position:fixed;left:0;right:0;bottom:0;z-index:40;
    padding:.55rem 1rem calc(.55rem + env(safe-area-inset-bottom,0px));
    background:#e9e8e4;border-top:1px solid rgba(19,18,16,.12);
    transform:translateY(110%);visibility:hidden;transition:transform .22s ease,visibility .22s}
  .cvx-services-sticky.is-visible{transform:translateY(0);visibility:visible}
  .cvx-services-sticky a{display:flex;align-items:center;justify-content:center;gap:.4rem;min-height:46px;
    border-radius:9999px;background:#131210;color:#e9e8e4;font-size:15px;font-weight:500;text-decoration:none}
}

@media (prefers-reduced-motion:reduce){
  .cvx-services *,.cvx-services-sticky{transition:none!important;scroll-behavior:auto!important}
}

/* =====================================================================================
   Étape 4/5 · mobile, tablette, conversion. Règles isolées par media queries ;
   le rendu desktop au chargement est inchangé (vérifié par comparaison de captures).
   ===================================================================================== */

/* ---------- header de /services/ : fond papier dès que la page défile ----------
   Le composant global est fixe et transparent : en remontant, le logo passait sur le texte.
   Correction locale : cvx-services.js ajoute .cvs-hd-solid au header de cette page quand
   la page n'est plus tout en haut. Au chargement (haut de page), rendu identique. */
#cvx-header.cvs-hd-solid{background:#e9e8e4;box-shadow:0 1px 0 rgba(19,18,16,.12)}
@media (min-width:1024px){.cvx-services [id]{scroll-margin-top:112px}}

/* ---------- mobile ---------- */
@media (max-width:767px){
  /* hero compact : même hiérarchie, moins de vide */
  .cvx-services-hero{padding-top:6.5rem}
  .cvx-services-sub{margin-top:1.2rem}
  .cvx-services-hero-act{margin-top:1.6rem;gap:.7rem}
  .cvx-services-zone{max-width:none}
  .cvx-services-hero-rule{margin-top:2.1rem}

  /* 99 % : chiffre en colonne d'ancrage, phrase et précision à droite.
     La zone du hero reste une légende du CTA ; le bandeau devient une note distincte. */
  .cvx-services-remote{padding-top:1.4rem}
  .cvx-services-remote-in{gap:.45rem}
  .cvx-services-remote-main{display:grid;grid-template-columns:4.75rem minmax(0,1fr);column-gap:.85rem;
    align-items:center;font-size:1rem;line-height:1.38}
  .cvx-services-remote-n{font-size:2.3rem;line-height:.9;margin:0}
  .cvx-services-remote-sub{margin-left:5.6rem;font-size:14px;line-height:1.5}

  /* formulaire : moins de cadre, même contenu */
  .cvx-services-formbox{padding:2.1rem 0 2.3rem}
  .cvx-services-formgrid{gap:1.4rem}
}

/* mouvement réduit : pas de défilement animé sur cette page (le global impose scroll-behavior:smooth) */
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* =====================================================================================
   Extension Cloud · zone « Environnements Cloud » entre le hero et la note « 99 % ».
   Signal de périmètre, pas une section commerciale : une ligne sur desktop, compacte en mobile.
   Logos fournis par le client, non modifiés (redimensionnés à 4× la taille d'affichage) ;
   leur fond blanc JPEG se fond dans le papier par mix-blend-mode, sans altérer le fichier.
   ===================================================================================== */
.cvx-services-envs{padding:1.35rem 0 0}
.cvx-services-envs-in{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"t l" "p p";
  align-items:center;column-gap:1rem;row-gap:.55rem}
.cvx-services-envs-t{grid-area:t;margin:0}
.cvx-services-envs-p{grid-area:p;margin:0;max-width:60ch;font-size:14px;line-height:1.5;color:var(--cvs-soft)}
.cvx-services-envs-logos{grid-area:l;justify-self:end;display:flex;align-items:center;gap:1.05rem;list-style:none;margin:0;padding:0}
.cvx-services-envs-logos li{display:flex;align-items:center}
.cvx-services-envs-logos img{display:block;width:auto;mix-blend-mode:multiply}
/* équilibre optique à hauteur visuelle comparable : AWS est large, Azure a une marge blanche intégrée */
.cvx-services-envs-aws{height:22px}
.cvx-services-envs-azure{height:28px}
.cvx-services-envs-gcp{height:23px}
.cvx-services-envs-rule{height:1px;background:var(--cvs-line);margin-top:1.35rem}
@media (min-width:768px){
  .cvx-services-envs{padding-top:1.6rem}
  .cvx-services-envs-in{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"t l" "p l";
    column-gap:2.5rem;row-gap:.45rem}
  .cvx-services-envs-p{font-size:14.5px;line-height:1.55;max-width:52ch}
  .cvx-services-envs-logos{justify-self:start;gap:2.25rem}
  .cvx-services-envs-aws{height:28px}
  .cvx-services-envs-azure{height:35px}
  .cvx-services-envs-gcp{height:29px}
  .cvx-services-envs-rule{margin-top:1.6rem}
}
@media (min-width:1024px){
  .cvx-services-envs{padding-top:1.75rem}
  .cvx-services-envs-in{column-gap:4rem}
  .cvx-services-envs-logos{gap:2.75rem}
  .cvx-services-envs-aws{height:30px}
  .cvx-services-envs-azure{height:37px}
  .cvx-services-envs-gcp{height:31px}
  .cvx-services-envs-rule{margin-top:1.75rem}
}

/* etape 36 · les six situations principales en violet. #7a53ad = violet texte deja utilise sur le site
   (/verification/ : libelle « POUR QUI », badges) ; AA sur les cartes (4,7 a 4,9:1), contrairement a
   #946DC8 (3,2 a 3,4:1) a cette taille et cette graisse. Couleur uniquement. */
.cvx-services-card .cvx-services-situation{color:#7a53ad}

/* ==========================================================================
   etape 38 · hero /services/ : photographie d'equipe integree par fondu.
   Aucun cadre, aucune ombre, aucun arrondi : la photo est un calque sans fond,
   rendue progressivement transparente par un masque (mask-image) compose de
   trois degrades adoucis (courbe smootherstep) multiplies entre eux :
   lateral (long fondu vers le texte), vertical (haut leger, bas large),
   radial (supprime toute lecture de rectangle aux angles).
   Le fond beige du hero n'est pas touche : c'est lui qui apparait a travers.
   ========================================================================== */
.cvx-services-hero{position:relative}
.cvx-services-hero-photo{pointer-events:none;user-select:none;-webkit-user-select:none}
.cvx-services-hero-photo img{display:block;width:100%;height:100%;object-fit:cover}

/* mobile et tablette : composition verticale, photo legere sous le CTA */
@media (max-width:1023px){
  .cvx-services-hero-photo{position:relative;margin:1.1rem -1.25rem -1.75rem;height:clamp(210px,58vw,330px);opacity:.92;
  -webkit-mask-image:linear-gradient(to right,transparent 0.0%,rgba(0,0,0,0.016) 2.8%,rgba(0,0,0,0.104) 5.5%,rgba(0,0,0,0.275) 8.2%,rgba(0,0,0,0.500) 11.0%,rgba(0,0,0,0.725) 13.8%,rgba(0,0,0,0.896) 16.5%,rgba(0,0,0,0.984) 19.2%,#000 22.0%,#000 78.0%,rgba(0,0,0,0.984) 80.8%,rgba(0,0,0,0.896) 83.5%,rgba(0,0,0,0.725) 86.2%,rgba(0,0,0,0.500) 89.0%,rgba(0,0,0,0.275) 91.8%,rgba(0,0,0,0.104) 94.5%,rgba(0,0,0,0.016) 97.2%,transparent 100.0%),linear-gradient(to bottom,transparent 0.0%,rgba(0,0,0,0.016) 3.2%,rgba(0,0,0,0.104) 6.5%,rgba(0,0,0,0.275) 9.8%,rgba(0,0,0,0.500) 13.0%,rgba(0,0,0,0.725) 16.2%,rgba(0,0,0,0.896) 19.5%,rgba(0,0,0,0.984) 22.8%,#000 26.0%,#000 58.0%,rgba(0,0,0,0.991) 62.2%,rgba(0,0,0,0.942) 66.4%,rgba(0,0,0,0.837) 70.6%,rgba(0,0,0,0.683) 74.8%,rgba(0,0,0,0.500) 79.0%,rgba(0,0,0,0.317) 83.2%,rgba(0,0,0,0.163) 87.4%,rgba(0,0,0,0.058) 91.6%,rgba(0,0,0,0.009) 95.8%,transparent 100.0%),radial-gradient(ellipse 72% 80% at 50% 48%,#000 0.0%,#000 52.0%,rgba(0,0,0,0.991) 56.8%,rgba(0,0,0,0.942) 61.6%,rgba(0,0,0,0.837) 66.4%,rgba(0,0,0,0.683) 71.2%,rgba(0,0,0,0.500) 76.0%,rgba(0,0,0,0.317) 80.8%,rgba(0,0,0,0.163) 85.6%,rgba(0,0,0,0.058) 90.4%,rgba(0,0,0,0.009) 95.2%,transparent 100.0%);mask-image:linear-gradient(to right,transparent 0.0%,rgba(0,0,0,0.016) 2.8%,rgba(0,0,0,0.104) 5.5%,rgba(0,0,0,0.275) 8.2%,rgba(0,0,0,0.500) 11.0%,rgba(0,0,0,0.725) 13.8%,rgba(0,0,0,0.896) 16.5%,rgba(0,0,0,0.984) 19.2%,#000 22.0%,#000 78.0%,rgba(0,0,0,0.984) 80.8%,rgba(0,0,0,0.896) 83.5%,rgba(0,0,0,0.725) 86.2%,rgba(0,0,0,0.500) 89.0%,rgba(0,0,0,0.275) 91.8%,rgba(0,0,0,0.104) 94.5%,rgba(0,0,0,0.016) 97.2%,transparent 100.0%),linear-gradient(to bottom,transparent 0.0%,rgba(0,0,0,0.016) 3.2%,rgba(0,0,0,0.104) 6.5%,rgba(0,0,0,0.275) 9.8%,rgba(0,0,0,0.500) 13.0%,rgba(0,0,0,0.725) 16.2%,rgba(0,0,0,0.896) 19.5%,rgba(0,0,0,0.984) 22.8%,#000 26.0%,#000 58.0%,rgba(0,0,0,0.991) 62.2%,rgba(0,0,0,0.942) 66.4%,rgba(0,0,0,0.837) 70.6%,rgba(0,0,0,0.683) 74.8%,rgba(0,0,0,0.500) 79.0%,rgba(0,0,0,0.317) 83.2%,rgba(0,0,0,0.163) 87.4%,rgba(0,0,0,0.058) 91.6%,rgba(0,0,0,0.009) 95.8%,transparent 100.0%),radial-gradient(ellipse 72% 80% at 50% 48%,#000 0.0%,#000 52.0%,rgba(0,0,0,0.991) 56.8%,rgba(0,0,0,0.942) 61.6%,rgba(0,0,0,0.837) 66.4%,rgba(0,0,0,0.683) 71.2%,rgba(0,0,0,0.500) 76.0%,rgba(0,0,0,0.317) 80.8%,rgba(0,0,0,0.163) 85.6%,rgba(0,0,0,0.058) 90.4%,rgba(0,0,0,0.009) 95.2%,transparent 100.0%);
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;
  -webkit-mask-composite:source-in, source-in;mask-composite:intersect, intersect;}
  .cvx-services-hero-photo img{object-position:58% 30%}
}
@media (min-width:768px) and (max-width:1023px){
  .cvx-services-hero-photo{margin-left:-2rem;margin-right:-2rem;height:clamp(300px,40vw,380px)}
}

/* desktop (etape 40) : la scene entiere (les quatre personnes) reste visible, calee a droite.
   Largeur et position verticale suivent la taille du H1 (--cvs-h1f) : la bande claire du haut de
   la photo (fenetre, plafond) passe derriere la fin du titre en s'effacant, et les tetes commencent
   juste sous la 2e ligne. Le masque (lateral + vertical + radial) supprime toute lecture de cadre. */
@media (min-width:1024px){
  .cvx-services-hero .cvx-services-h1,.cvx-services-hero .cvx-services-sub,.cvx-services-hero .cvx-services-hero-act{position:relative;z-index:1}
  .cvx-services-hero-photo{--cvs-h1f:min(4.8vw,4.15rem);
    position:absolute;z-index:0;overflow:hidden;
    right:max(0px,calc((100% - 1320px) / 2 - 4rem));
    width:calc(var(--cvs-h1f) * 8);
    top:calc(156px + var(--cvs-h1f) * 1.4);bottom:2px;
  -webkit-mask-image:linear-gradient(to right,transparent 0.0%,rgba(0,0,0,0.009) 1.3%,rgba(0,0,0,0.058) 2.6%,rgba(0,0,0,0.163) 3.9%,rgba(0,0,0,0.317) 5.2%,rgba(0,0,0,0.500) 6.5%,rgba(0,0,0,0.683) 7.8%,rgba(0,0,0,0.837) 9.1%,rgba(0,0,0,0.942) 10.4%,rgba(0,0,0,0.991) 11.7%,#000 13.0%,#000 100.0%),linear-gradient(to bottom,transparent 0.0%,rgba(0,0,0,0.005) 2.0%,rgba(0,0,0,0.035) 4.0%,rgba(0,0,0,0.104) 6.0%,rgba(0,0,0,0.210) 8.0%,rgba(0,0,0,0.347) 10.0%,rgba(0,0,0,0.500) 12.0%,rgba(0,0,0,0.653) 14.0%,rgba(0,0,0,0.790) 16.0%,rgba(0,0,0,0.896) 18.0%,rgba(0,0,0,0.965) 20.0%,rgba(0,0,0,0.995) 22.0%,#000 24.0%,#000 64.0%,rgba(0,0,0,0.995) 67.0%,rgba(0,0,0,0.965) 70.0%,rgba(0,0,0,0.896) 73.0%,rgba(0,0,0,0.790) 76.0%,rgba(0,0,0,0.653) 79.0%,rgba(0,0,0,0.500) 82.0%,rgba(0,0,0,0.347) 85.0%,rgba(0,0,0,0.210) 88.0%,rgba(0,0,0,0.104) 91.0%,rgba(0,0,0,0.035) 94.0%,rgba(0,0,0,0.005) 97.0%,transparent 100.0%),radial-gradient(ellipse 84% 74% at 54% 44%,#000 0.0%,#000 42.0%,rgba(0,0,0,0.997) 46.1%,rgba(0,0,0,0.977) 50.3%,rgba(0,0,0,0.931) 54.4%,rgba(0,0,0,0.855) 58.6%,rgba(0,0,0,0.754) 62.7%,rgba(0,0,0,0.632) 66.9%,rgba(0,0,0,0.500) 71.0%,rgba(0,0,0,0.368) 75.1%,rgba(0,0,0,0.246) 79.3%,rgba(0,0,0,0.145) 83.4%,rgba(0,0,0,0.069) 87.6%,rgba(0,0,0,0.023) 91.7%,rgba(0,0,0,0.003) 95.9%,transparent 100.0%);mask-image:linear-gradient(to right,transparent 0.0%,rgba(0,0,0,0.009) 1.3%,rgba(0,0,0,0.058) 2.6%,rgba(0,0,0,0.163) 3.9%,rgba(0,0,0,0.317) 5.2%,rgba(0,0,0,0.500) 6.5%,rgba(0,0,0,0.683) 7.8%,rgba(0,0,0,0.837) 9.1%,rgba(0,0,0,0.942) 10.4%,rgba(0,0,0,0.991) 11.7%,#000 13.0%,#000 100.0%),linear-gradient(to bottom,transparent 0.0%,rgba(0,0,0,0.005) 2.0%,rgba(0,0,0,0.035) 4.0%,rgba(0,0,0,0.104) 6.0%,rgba(0,0,0,0.210) 8.0%,rgba(0,0,0,0.347) 10.0%,rgba(0,0,0,0.500) 12.0%,rgba(0,0,0,0.653) 14.0%,rgba(0,0,0,0.790) 16.0%,rgba(0,0,0,0.896) 18.0%,rgba(0,0,0,0.965) 20.0%,rgba(0,0,0,0.995) 22.0%,#000 24.0%,#000 64.0%,rgba(0,0,0,0.995) 67.0%,rgba(0,0,0,0.965) 70.0%,rgba(0,0,0,0.896) 73.0%,rgba(0,0,0,0.790) 76.0%,rgba(0,0,0,0.653) 79.0%,rgba(0,0,0,0.500) 82.0%,rgba(0,0,0,0.347) 85.0%,rgba(0,0,0,0.210) 88.0%,rgba(0,0,0,0.104) 91.0%,rgba(0,0,0,0.035) 94.0%,rgba(0,0,0,0.005) 97.0%,transparent 100.0%),radial-gradient(ellipse 84% 74% at 54% 44%,#000 0.0%,#000 42.0%,rgba(0,0,0,0.997) 46.1%,rgba(0,0,0,0.977) 50.3%,rgba(0,0,0,0.931) 54.4%,rgba(0,0,0,0.855) 58.6%,rgba(0,0,0,0.754) 62.7%,rgba(0,0,0,0.632) 66.9%,rgba(0,0,0,0.500) 71.0%,rgba(0,0,0,0.368) 75.1%,rgba(0,0,0,0.246) 79.3%,rgba(0,0,0,0.145) 83.4%,rgba(0,0,0,0.069) 87.6%,rgba(0,0,0,0.023) 91.7%,rgba(0,0,0,0.003) 95.9%,transparent 100.0%);
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;
  -webkit-mask-composite:source-in, source-in;mask-composite:intersect, intersect;}
  .cvx-services-hero-photo img{position:absolute;top:0;left:0;width:100%;height:auto;max-width:none;object-fit:initial;transform:none}
}
/* au-dela de 1560 px la photo ne touche plus le bord de l'ecran : fondu droit ajoute */
@media (min-width:1560px){
  .cvx-services-hero-photo{-webkit-mask-image:linear-gradient(to right,transparent 0.0%,rgba(0,0,0,0.009) 1.3%,rgba(0,0,0,0.058) 2.6%,rgba(0,0,0,0.163) 3.9%,rgba(0,0,0,0.317) 5.2%,rgba(0,0,0,0.500) 6.5%,rgba(0,0,0,0.683) 7.8%,rgba(0,0,0,0.837) 9.1%,rgba(0,0,0,0.942) 10.4%,rgba(0,0,0,0.991) 11.7%,#000 13.0%,#000 88.0%,rgba(0,0,0,0.984) 89.5%,rgba(0,0,0,0.896) 91.0%,rgba(0,0,0,0.725) 92.5%,rgba(0,0,0,0.500) 94.0%,rgba(0,0,0,0.275) 95.5%,rgba(0,0,0,0.104) 97.0%,rgba(0,0,0,0.016) 98.5%,transparent 100.0%),linear-gradient(to bottom,transparent 0.0%,rgba(0,0,0,0.005) 2.0%,rgba(0,0,0,0.035) 4.0%,rgba(0,0,0,0.104) 6.0%,rgba(0,0,0,0.210) 8.0%,rgba(0,0,0,0.347) 10.0%,rgba(0,0,0,0.500) 12.0%,rgba(0,0,0,0.653) 14.0%,rgba(0,0,0,0.790) 16.0%,rgba(0,0,0,0.896) 18.0%,rgba(0,0,0,0.965) 20.0%,rgba(0,0,0,0.995) 22.0%,#000 24.0%,#000 64.0%,rgba(0,0,0,0.995) 67.0%,rgba(0,0,0,0.965) 70.0%,rgba(0,0,0,0.896) 73.0%,rgba(0,0,0,0.790) 76.0%,rgba(0,0,0,0.653) 79.0%,rgba(0,0,0,0.500) 82.0%,rgba(0,0,0,0.347) 85.0%,rgba(0,0,0,0.210) 88.0%,rgba(0,0,0,0.104) 91.0%,rgba(0,0,0,0.035) 94.0%,rgba(0,0,0,0.005) 97.0%,transparent 100.0%),radial-gradient(ellipse 84% 74% at 54% 44%,#000 0.0%,#000 42.0%,rgba(0,0,0,0.997) 46.1%,rgba(0,0,0,0.977) 50.3%,rgba(0,0,0,0.931) 54.4%,rgba(0,0,0,0.855) 58.6%,rgba(0,0,0,0.754) 62.7%,rgba(0,0,0,0.632) 66.9%,rgba(0,0,0,0.500) 71.0%,rgba(0,0,0,0.368) 75.1%,rgba(0,0,0,0.246) 79.3%,rgba(0,0,0,0.145) 83.4%,rgba(0,0,0,0.069) 87.6%,rgba(0,0,0,0.023) 91.7%,rgba(0,0,0,0.003) 95.9%,transparent 100.0%);mask-image:linear-gradient(to right,transparent 0.0%,rgba(0,0,0,0.009) 1.3%,rgba(0,0,0,0.058) 2.6%,rgba(0,0,0,0.163) 3.9%,rgba(0,0,0,0.317) 5.2%,rgba(0,0,0,0.500) 6.5%,rgba(0,0,0,0.683) 7.8%,rgba(0,0,0,0.837) 9.1%,rgba(0,0,0,0.942) 10.4%,rgba(0,0,0,0.991) 11.7%,#000 13.0%,#000 88.0%,rgba(0,0,0,0.984) 89.5%,rgba(0,0,0,0.896) 91.0%,rgba(0,0,0,0.725) 92.5%,rgba(0,0,0,0.500) 94.0%,rgba(0,0,0,0.275) 95.5%,rgba(0,0,0,0.104) 97.0%,rgba(0,0,0,0.016) 98.5%,transparent 100.0%),linear-gradient(to bottom,transparent 0.0%,rgba(0,0,0,0.005) 2.0%,rgba(0,0,0,0.035) 4.0%,rgba(0,0,0,0.104) 6.0%,rgba(0,0,0,0.210) 8.0%,rgba(0,0,0,0.347) 10.0%,rgba(0,0,0,0.500) 12.0%,rgba(0,0,0,0.653) 14.0%,rgba(0,0,0,0.790) 16.0%,rgba(0,0,0,0.896) 18.0%,rgba(0,0,0,0.965) 20.0%,rgba(0,0,0,0.995) 22.0%,#000 24.0%,#000 64.0%,rgba(0,0,0,0.995) 67.0%,rgba(0,0,0,0.965) 70.0%,rgba(0,0,0,0.896) 73.0%,rgba(0,0,0,0.790) 76.0%,rgba(0,0,0,0.653) 79.0%,rgba(0,0,0,0.500) 82.0%,rgba(0,0,0,0.347) 85.0%,rgba(0,0,0,0.210) 88.0%,rgba(0,0,0,0.104) 91.0%,rgba(0,0,0,0.035) 94.0%,rgba(0,0,0,0.005) 97.0%,transparent 100.0%),radial-gradient(ellipse 84% 74% at 54% 44%,#000 0.0%,#000 42.0%,rgba(0,0,0,0.997) 46.1%,rgba(0,0,0,0.977) 50.3%,rgba(0,0,0,0.931) 54.4%,rgba(0,0,0,0.855) 58.6%,rgba(0,0,0,0.754) 62.7%,rgba(0,0,0,0.632) 66.9%,rgba(0,0,0,0.500) 71.0%,rgba(0,0,0,0.368) 75.1%,rgba(0,0,0,0.246) 79.3%,rgba(0,0,0,0.145) 83.4%,rgba(0,0,0,0.069) 87.6%,rgba(0,0,0,0.023) 91.7%,rgba(0,0,0,0.003) 95.9%,transparent 100.0%);
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;
  -webkit-mask-composite:source-in, source-in;mask-composite:intersect, intersect;}
}

/* Étape 45 · contact direct (téléphone, rendez-vous) */
.cvx-services-alt{margin:.55rem 0 0;font-size:13.5px;line-height:1.45;color:var(--cvs-muted)}
.cvx-services-alt a{color:var(--cvs-ink);text-decoration:underline;text-underline-offset:3px;white-space:nowrap}
.cvx-services-alt a:hover{color:var(--cvs-violet)}
.cvx-services-alt-form{margin-top:1rem;font-size:15px;max-width:36ch}

/* Étape 45 · questions fréquentes (details/summary natif, sans JS) */
.cvx-services-faq{margin-top:1.5rem;border-top:1px solid var(--cvs-ink);max-width:880px}
.cvx-services-faq-item{border-bottom:1px solid var(--cvs-line)}
.cvx-services-faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 0}
.cvx-services-faq-item summary::-webkit-details-marker{display:none}
.cvx-services-faq-item summary h3{margin:0;font-size:16px;font-weight:500;line-height:1.35}
.cvx-services-faq-item summary::after{content:"+";flex:none;font-size:20px;line-height:1;color:var(--cvs-violet);transition:transform .2s ease}
.cvx-services-faq-item[open] summary::after{transform:rotate(45deg)}
.cvx-services-faq-item summary:focus-visible{outline:2px solid var(--cvs-violet);outline-offset:4px}
.cvx-services-faq-item p{margin:0 0 1.2rem;font-size:15px;line-height:1.55;color:var(--cvs-soft);max-width:62ch}
@media (min-width:1024px){.cvx-services-faq{margin-top:2rem}}
@media (prefers-reduced-motion:reduce){.cvx-services-faq-item summary::after{transition:none}}
.cvx-services-hero-act{flex-wrap:wrap}
.cvx-services-hero-act .cvx-services-alt{flex-basis:100%;margin:0}
/* Étape 46 · mention AWS Partner (texte seul, sans logo) */
.cvx-services-partner{color:var(--cvs-ink);font-weight:500}
.cvx-services-partner::before{content:"";display:inline-block;width:7px;height:7px;margin-right:.55rem;vertical-align:.1em;background:var(--cvs-violet)}
.cvx-services-partner-form{margin-top:1.1rem}

/* Étape 50 · promesse d'estimation (hero et introduction du formulaire) : même composant que la ligne
   « AWS Partner » qu'elle remplace, sans le carré violet ; même écart que l'ancienne ligne du formulaire. */
.cvx-services-estim-form{margin-top:1.1rem}

/* Étape 51 · Due diligence technique : section distincte sous les offres, même ligne d'accordéon
   que les offres (fermée au chargement, un seul bloc ouvert sur la page), sans numéro. Aucun style propre. */

/* P1 · Facture et Alertes : même ligne que les autres entrées de « Votre situation est différente ? »
   (classes cvx-services-row / -row-sit / -row-int). La ligne est le bouton qui déplie le détail, placé dessous. */
.cvx-services-others .cvx-services-card{border-bottom:0}
.cvx-services-others .cvx-services-card li{border-top:0}
.cvx-services-others .cvx-services-toggle.cvx-services-row{position:static;inset:auto;display:flex;width:100%;margin:0;
  padding:.9rem 0;border:0;border-radius:0;background:transparent;font:inherit;text-align:start;color:var(--cvs-ink);cursor:pointer}
@media (min-width:640px){.cvx-services-others .cvx-services-toggle.cvx-services-row{padding:.95rem 0}}
.cvx-services-js .cvx-services-others .cvx-services-toggle.cvx-services-row:focus-visible{outline:revert;outline-offset:2px}
.cvx-services-others .cvx-services-card-body{padding-left:0}
