/* COVERAGE: contact-page, cv2-shell, cv2-wrap, cv2-hero, cv2-eyebrow, cv2-h1, cv2-lead, cv2-grid, cv2-card, cv2-card--form, cv2-card__title, cv2-card__sub, cv2-alert, cv2-alert--error, cv2-form, cv2-form__row, cv2-label, cv2-input, cv2-input--err, cv2-select, cv2-textarea, cv2-help-txt, cv2-err, cv2-submit-row, cv2-btn, cv2-aside, cv2-aside-card, cv2-band, cv2-band__head, cv2-h2, cv2-helps, cv2-help-link, cv2-faqs-wrap, cv2-faq, cv2-faq__body */

/* =====================================================================
   askaide.com — page CONTACT — akmk 3D reskin (2026)
   Scope  : tout ce qui vit dans .cv2-shell (racine de la famille cv2-*).
            Le brief nomme ".cv2-wrap" ; .cv2-wrap n est qu un conteneur de
            largeur repete 3 fois et ne contient ni la bande ni la FAQ : les
            tokens sont donc poses sur .cv2-shell (parent commun) ET sur
            .cv2-wrap (au cas ou un .cv2-wrap orphelin serait rendu ailleurs).
   Markup : gele — cette feuille ne re-style que les hooks .cv2-* existants.
   Theme  : tokens clairs sur le scope, sombres sous html[data-theme="dark"]
            ET prefers-color-scheme garde par html:not([data-theme="light"]).
   Charge : APRES contact-v2.css. L ancienne feuille n a que des selecteurs
            (0,1,0)/(0,2,1) ; tout ici est prefixe .cv2-shell -> (0,2,x) et
            gagne par specificite ou par ordre. !important : focus uniquement.
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@10..48,600;10..48,700;10..48,800&family=Figtree:wght@400;500;600;700&display=swap');

/* ── 1. TOKENS ── */
.cv2-shell, .cv2-wrap {
  --ground:#FAF7F2; --surface:#FFFFFF; --surface-2:#F4F0E8; --raise:#FBF9F5;
  --ink:#191C26; --ink-soft:#565B6B; --ink-faint:#8B8F9C; --line:#ECE6DC; --line-2:#DED7C9;
  --primary:#2B4CF0; --primary-ink:#FFFFFF; --primary-soft:#EAEEFF; --primary-line:#CFD8FF; --violet:#6A4BF2;
  --accent:#FF6A45; --accent-soft:#FFEDE7; --accent-ink:#B33A1E;
  --trust:#0FA968; --trust-soft:#E3F6ED; --trust-ink:#0A7A4B; --gold:#F5A623;
  --danger:#E5484D; --danger-soft:#FDECEC; --danger-ink:#B3261E; --danger-line:#F6C4C6;
  --shadow:0 1px 1px rgba(25,28,38,.05),0 4px 8px -3px rgba(25,28,38,.10),0 16px 30px -12px rgba(25,28,38,.16);
  --lift:0 24px 44px -14px rgba(25,28,38,.24),0 46px 100px -30px rgba(43,76,240,.28);
  --edge:inset 0 1.5px 0 rgba(255,255,255,.9),inset 0 -1px 0 rgba(25,28,38,.03);
  --r:26px; --r-sm:15px; --r-pill:999px;
  --display:'Bricolage Grotesque','Figtree',system-ui,sans-serif;
  --body:'Figtree',system-ui,-apple-system,'Segoe UI',sans-serif;
  --br:8px; /* rayon du focus ring, voir section 14 */
  --chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23565B6B' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  color-scheme:light;
}

html[data-theme="dark"] .cv2-shell, html[data-theme="dark"] .cv2-wrap {
  --ground:#0E1017; --surface:#171A22; --surface-2:#1E2230; --raise:#1B1F29;
  --ink:#F1EFEA; --ink-soft:#A7ABB8; --ink-faint:#767B8B; --line:#272B37; --line-2:#353B4B;
  --primary:#6B84FF; --primary-ink:#0C1024; --primary-soft:#1A2242; --primary-line:#2C3768; --violet:#8B78FF;
  --accent:#FF7E5C; --accent-soft:#39241D; --accent-ink:#FFB59F;
  --trust:#34D399; --trust-soft:#122A20; --trust-ink:#7EE9BE; --gold:#FBBF52;
  --danger:#FF6B70; --danger-soft:#3A1E20; --danger-ink:#FFB4B6; --danger-line:#6B2F33;
  --shadow:0 1px 1px rgba(0,0,0,.5),0 6px 14px -6px rgba(0,0,0,.6),0 20px 40px -16px rgba(0,0,0,.72);
  --lift:0 28px 54px -16px rgba(0,0,0,.8),0 56px 116px -34px rgba(107,132,255,.42);
  --edge:inset 0 1.5px 0 rgba(255,255,255,.09),inset 0 -1px 0 rgba(0,0,0,.35);
  --chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23A7ABB8' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  color-scheme:dark;
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]) .cv2-shell, html:not([data-theme="light"]) .cv2-wrap {
  --ground:#0E1017; --surface:#171A22; --surface-2:#1E2230; --raise:#1B1F29;
  --ink:#F1EFEA; --ink-soft:#A7ABB8; --ink-faint:#767B8B; --line:#272B37; --line-2:#353B4B;
  --primary:#6B84FF; --primary-ink:#0C1024; --primary-soft:#1A2242; --primary-line:#2C3768; --violet:#8B78FF;
  --accent:#FF7E5C; --accent-soft:#39241D; --accent-ink:#FFB59F;
  --trust:#34D399; --trust-soft:#122A20; --trust-ink:#7EE9BE; --gold:#FBBF52;
  --danger:#FF6B70; --danger-soft:#3A1E20; --danger-ink:#FFB4B6; --danger-line:#6B2F33;
  --shadow:0 1px 1px rgba(0,0,0,.5),0 6px 14px -6px rgba(0,0,0,.6),0 20px 40px -16px rgba(0,0,0,.72);
  --lift:0 28px 54px -16px rgba(0,0,0,.8),0 56px 116px -34px rgba(107,132,255,.42);
  --edge:inset 0 1.5px 0 rgba(255,255,255,.09),inset 0 -1px 0 rgba(0,0,0,.35);
  --chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23A7ABB8' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  color-scheme:dark;
}
}

/* ── 2. PAGE GROUND — aurore + trame de points (.contact-page = meme noeud que .cv2-shell) ── */
.cv2-shell {
  position:relative; isolation:isolate; overflow-x:clip; min-height:60vh; padding:0 0 24px;
  background:var(--ground); color:var(--ink); font-family:var(--body); font-size:15.5px; line-height:1.55;
  -webkit-font-smoothing:antialiased; box-sizing:border-box;
}
.cv2-shell *, .cv2-shell *::before, .cv2-shell *::after{ box-sizing:border-box; }
.cv2-shell::before, .cv2-shell::after{ content:""; position:absolute; inset:0; pointer-events:none; z-index:-1; }
.cv2-shell::before {
  background:
    radial-gradient(52% 40% at 8% 0%,color-mix(in srgb,var(--primary) 20%,transparent),transparent 70%),
    radial-gradient(40% 32% at 26% 8%,color-mix(in srgb,var(--violet) 14%,transparent),transparent 72%),
    radial-gradient(44% 36% at 96% 42%,color-mix(in srgb,var(--accent) 14%,transparent),transparent 70%),
    radial-gradient(36% 30% at 70% 98%,color-mix(in srgb,var(--gold) 12%,transparent),transparent 72%);
  filter:blur(6px);
}
.cv2-shell::after {
  background-image:radial-gradient(color-mix(in srgb,var(--ink) 18%,transparent) .6px,transparent .7px);
  background-size:22px 22px; opacity:.5;
  -webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent 60%);
  mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent 60%);
}
.cv2-shell :is(input, select, textarea, button){ font-family:var(--body); }
.cv2-shell :is(.cv2-h1, .cv2-h2, .cv2-card__title, .cv2-aside-card h3, .cv2-btn, .cv2-help-link strong, .cv2-faq summary){ font-family:var(--display); }

.cv2-shell .cv2-wrap{ position:relative; max-width:1180px; margin:0 auto; padding:0 20px; }
@media (min-width: 640px){ .cv2-shell .cv2-wrap{ padding:0 28px; } }
@media (min-width: 1024px){ .cv2-shell .cv2-wrap{ padding:0 32px; } }

/* ── 3. HERO ── */
.cv2-shell .cv2-hero{ padding:clamp(56px,8vw,88px) 0 clamp(20px,3vw,30px); text-align:center; }
.cv2-shell .cv2-eyebrow {
  display:inline-flex; align-items:center; gap:8px; padding:6px 14px; border-radius:var(--r-pill);
  background:var(--primary-soft); border:1px solid var(--primary-line); color:var(--primary);
  font-family:var(--body); font-size:.72rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
  box-shadow:var(--edge);
}
.cv2-shell .cv2-eyebrow::before{ content:""; width:7px; height:7px; border-radius:50%; background:var(--primary); box-shadow:0 0 0 3px var(--primary-line); }
.cv2-shell .cv2-h1 {
  margin:18px auto 14px; max-width:20ch; font-family:var(--display); font-size:clamp(2.1rem,5.2vw,3.35rem);
  font-weight:800; line-height:1.06; letter-spacing:-.028em; color:var(--ink); text-wrap:balance;
}
.cv2-shell .cv2-lead{ max-width:60ch; margin:0 auto; color:var(--ink-soft); font-size:clamp(1rem,1.4vw,1.1rem); line-height:1.65; }
.cv2-shell .cv2-lead a{ color:var(--primary); font-weight:600; text-decoration:underline; text-underline-offset:3px; text-decoration-thickness:1.5px; }
.cv2-shell .cv2-lead a:hover{ color:var(--violet); }
.cv2-shell .cv2-lead strong{ color:var(--ink); }

/* ── 4. GRILLE formulaire + aside ── */
.cv2-shell .cv2-grid{ display:grid; grid-template-columns:minmax(0,1.85fr) minmax(280px,1fr); gap:28px; align-items:start; padding:18px 0 clamp(48px,6vw,72px); }
@media (max-width: 900px){ .cv2-shell .cv2-grid{ grid-template-columns:minmax(0,1fr); gap:20px; } }

/* ── 5. CARTES (verre + lisere interne) ── */
.cv2-shell .cv2-card {
  position:relative; padding:24px; overflow:hidden;
  background:color-mix(in srgb,var(--surface) 88%,transparent); border:1px solid var(--line);
  border-radius:var(--r); box-shadow:var(--shadow),var(--edge);
  -webkit-backdrop-filter:blur(14px) saturate(1.15); backdrop-filter:blur(14px) saturate(1.15);
  transition:transform .28s cubic-bezier(.2,.8,.3,1.1),box-shadow .28s,border-color .2s;
  animation:cv2FadeUp .55s cubic-bezier(.2,.8,.2,1) both;
}
.cv2-shell .cv2-card:hover{ box-shadow:var(--shadow),var(--edge); }
.cv2-shell .cv2-card--form{ padding:clamp(24px,4vw,44px); }
.cv2-shell .cv2-card--form::before {
  content:""; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(60% 50% at 100% 0%,color-mix(in srgb,var(--primary) 8%,transparent),transparent 70%);
}
.cv2-shell .cv2-card__title{ position:relative; margin:0 0 8px; font-family:var(--display); font-size:clamp(1.45rem,2.6vw,1.85rem); font-weight:800; line-height:1.12; letter-spacing:-.02em; color:var(--ink); text-wrap:balance; }
.cv2-shell .cv2-card__sub{ position:relative; margin:0 0 26px; max-width:60ch; color:var(--ink-soft); font-size:.95rem; line-height:1.6; }

/* ── 6. ALERTES (session success / error) ── */
.cv2-shell .cv2-alert {
  position:relative; display:flex; flex-direction:column; gap:2px; margin:0 0 22px; padding:14px 18px 14px 52px;
  border-radius:var(--r-sm); background:var(--trust-soft); border:1px solid color-mix(in srgb,var(--trust) 40%,transparent);
  color:var(--trust-ink); box-shadow:var(--edge); font-size:.92rem; line-height:1.5;
  animation:cv2Pop .4s cubic-bezier(.2,.8,.3,1.3) both;
}
.cv2-shell .cv2-alert::before {
  content:""; position:absolute; inset-inline-start:16px; top:14px; width:24px; height:24px; border-radius:50%;
  background:linear-gradient(135deg,var(--trust),color-mix(in srgb,var(--trust) 65%,var(--primary)));
  box-shadow:var(--edge),0 6px 14px -6px color-mix(in srgb,var(--trust) 70%,transparent);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='black'/%3E%3Cpath d='m7.5 12.5 3 3 6-7' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='black'/%3E%3Cpath d='m7.5 12.5 3 3 6-7' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat;
}
.cv2-shell .cv2-alert strong{ display:block; color:var(--trust-ink); font-weight:700; font-size:.98rem; }
.cv2-shell .cv2-alert span{ color:var(--trust-ink); }
.cv2-shell .cv2-alert--error {
  background:var(--danger-soft); border-color:var(--danger-line); color:var(--danger-ink); font-weight:600;
}
.cv2-shell .cv2-alert--error::before {
  background:linear-gradient(135deg,var(--danger),var(--accent));
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='black'/%3E%3Cpath d='M12 6.5v7M12 17.2h.01' fill='none' stroke='white' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") center/100% no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='black'/%3E%3Cpath d='M12 6.5v7M12 17.2h.01' fill='none' stroke='white' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") center/100% no-repeat;
  box-shadow:var(--edge),0 6px 14px -6px color-mix(in srgb,var(--danger) 60%,transparent);
}
.cv2-shell .cv2-alert--error strong, .cv2-shell .cv2-alert--error span{ color:var(--danger-ink); }

/* ── 7. FORMULAIRE — champs, labels, erreurs ── */
.cv2-shell .cv2-form{ position:relative; display:flex; flex-direction:column; gap:20px; }
.cv2-shell .cv2-form > div{ display:flex; flex-direction:column; gap:8px; min-width:0; }
.cv2-shell .cv2-form__row{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.cv2-shell .cv2-form__row > div{ display:flex; flex-direction:column; gap:8px; min-width:0; }
@media (max-width: 560px){ .cv2-shell .cv2-form__row{ grid-template-columns:minmax(0,1fr); } }

.cv2-shell .cv2-label{ display:block; margin:0; font-family:var(--body); font-size:.92rem; font-weight:600; color:var(--ink); letter-spacing:-.005em; }

/* .cv2-input est partage par input, select et textarea */
.cv2-shell .cv2-input {
  --br:var(--r-sm); display:block; width:100%; min-height:52px; margin:0; padding:13px 16px;
  background:var(--surface); border:1.5px solid var(--line-2); border-radius:var(--r-sm);
  color:var(--ink); font-family:var(--body); font-size:1rem; line-height:1.4; box-shadow:var(--edge);
  appearance:none; -webkit-appearance:none;
  transition:border-color .2s,box-shadow .2s,background .2s,transform .2s;
}
.cv2-shell .cv2-input::placeholder{ color:var(--ink-faint); opacity:1; }
.cv2-shell .cv2-input:hover{ border-color:var(--ink-faint); }
.cv2-shell .cv2-input:focus {
  outline:none; border-color:var(--primary); background:var(--surface);
  box-shadow:0 0 0 4px var(--primary-soft),0 0 0 1px var(--primary),var(--edge),0 10px 24px -14px color-mix(in srgb,var(--primary) 55%,transparent);
}
.cv2-shell .cv2-input:-webkit-autofill,
.cv2-shell .cv2-input:-webkit-autofill:focus{ -webkit-text-fill-color:var(--ink); -webkit-box-shadow:0 0 0 1000px var(--surface) inset,var(--edge); transition:background-color 9999s; }
.cv2-shell .cv2-textarea{ min-height:168px; resize:vertical; line-height:1.55; }
.cv2-shell .cv2-select {
  padding-inline-end:46px; background-image:var(--chevron); background-repeat:no-repeat;
  background-position:right 16px center; background-size:16px 16px; cursor:pointer;
}
.cv2-shell .cv2-select option{ background:var(--surface); color:var(--ink); }
.cv2-shell .cv2-select:invalid, .cv2-shell .cv2-select option[value=""]{ color:var(--ink-faint); }
.cv2-shell .cv2-select:valid{ color:var(--ink); }

/* etat d erreur : bord + halo rouge (message textuel .cv2-err ci-dessous = info non portee par la seule couleur) */
.cv2-shell .cv2-input--err, .cv2-shell .cv2-input--err:hover {
  border-color:var(--danger); background:color-mix(in srgb,var(--danger-soft) 55%,var(--surface));
  box-shadow:0 0 0 4px var(--danger-soft),var(--edge);
}
.cv2-shell .cv2-input--err:focus{ border-color:var(--danger); box-shadow:0 0 0 4px var(--danger-soft),0 0 0 1px var(--danger),var(--edge); }
.cv2-shell .cv2-err {
  display:inline-flex; align-items:center; gap:7px; width:fit-content; max-width:100%; margin:0; padding:5px 12px 5px 9px;
  border-radius:var(--r-pill); background:var(--danger-soft); border:1px solid var(--danger-line);
  color:var(--danger-ink); font-size:.82rem; font-weight:600; line-height:1.4;
  animation:cv2Pop .32s cubic-bezier(.2,.8,.3,1.3) both;
}
.cv2-shell .cv2-err::before {
  content:"!"; display:inline-grid; place-items:center; flex:0 0 auto; width:16px; height:16px; border-radius:50%;
  background:var(--danger); color:#fff; font-size:.7rem; font-weight:800; line-height:1;
}
.cv2-shell .cv2-err:empty{ display:none; }
.cv2-shell .cv2-help-txt{ margin:0; font-size:.8rem; color:var(--ink-soft); }

/* ── 8. SOUMISSION — bouton pilule 3D + note ── */
.cv2-shell .cv2-submit-row{ display:flex; flex-wrap:wrap; align-items:center; gap:14px 18px; padding-top:6px; }
.cv2-shell .cv2-submit-row > span {
  display:inline-flex; align-items:center; gap:8px; color:var(--ink-soft); font-size:.84rem; font-weight:500; line-height:1.4;
}
.cv2-shell .cv2-submit-row > span::before {
  content:""; flex:0 0 auto; width:8px; height:8px; border-radius:50%; background:var(--trust);
  box-shadow:0 0 0 3px var(--trust-soft);
}
.cv2-shell .cv2-btn {
  --br:var(--r-pill); position:relative; display:inline-flex; align-items:center; justify-content:center; gap:10px;
  min-height:52px; padding:14px 30px; border:1.5px solid transparent; border-radius:var(--r-pill);
  background:linear-gradient(135deg,var(--primary),var(--violet)); color:var(--primary-ink);
  font-family:var(--display); font-size:1.02rem; font-weight:700; letter-spacing:-.01em; line-height:1.2;
  text-decoration:none; cursor:pointer; overflow:hidden; isolation:isolate;
  box-shadow:var(--shadow),0 10px 22px -8px color-mix(in srgb,var(--primary) 70%,transparent),inset 0 1.5px 0 rgba(255,255,255,.28);
  transition:transform .25s cubic-bezier(.2,.8,.3,1.1),box-shadow .25s,filter .2s;
}
.cv2-shell .cv2-btn::after {
  content:""; position:absolute; top:-20%; left:-70%; width:45%; height:140%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent); transform:skewX(-18deg);
  transition:left .6s cubic-bezier(.2,.8,.2,1); pointer-events:none;
}
.cv2-shell .cv2-btn:hover{ filter:brightness(1.06); transform:translateY(-2px); background:linear-gradient(135deg,var(--primary),var(--violet)); color:var(--primary-ink); box-shadow:var(--lift),inset 0 1.5px 0 rgba(255,255,255,.28); text-decoration:none; }
.cv2-shell .cv2-btn:hover::after{ left:130%; }
.cv2-shell .cv2-btn:active{ transform:translateY(0) scale(.99); }
.cv2-shell .cv2-btn:disabled{ opacity:.55; cursor:not-allowed; pointer-events:none; }
.cv2-shell .cv2-btn svg{ width:18px; height:18px; flex:0 0 auto; }

/* ── 9. ASIDE — cartes 3D avec tuile d icone en degrade (::before, icone en data-URI) ── */
.cv2-shell .cv2-aside{ display:flex; flex-direction:column; gap:16px; }
.cv2-shell .cv2-aside-card {
  --tile-a:var(--primary); --tile-b:var(--violet);
  display:flex; flex-direction:column; gap:6px; padding:22px 22px 22px 84px; min-height:44px;
  background:color-mix(in srgb,var(--surface) 88%,transparent);
}
.cv2-shell .cv2-aside-card:hover{ transform:translateY(-3px); box-shadow:var(--lift),var(--edge); border-color:var(--line-2); }
.cv2-shell .cv2-aside-card::before {
  content:""; position:absolute; inset-inline-start:22px; top:22px; width:46px; height:46px; border-radius:15px;
  background:linear-gradient(135deg,var(--tile-a),var(--tile-b)) padding-box;
  background-image:var(--tile-icon),linear-gradient(135deg,var(--tile-a),var(--tile-b));
  background-repeat:no-repeat; background-position:center; background-size:22px 22px,100% 100%;
  box-shadow:var(--edge),0 10px 22px -10px color-mix(in srgb,var(--tile-a) 65%,transparent);
  transition:transform .3s cubic-bezier(.2,.8,.3,1.3);
}
.cv2-shell .cv2-aside-card:hover::before{ transform:scale(1.06) rotate(-3deg); }
.cv2-shell .cv2-aside-card::after {
  content:""; position:absolute; inset:0; pointer-events:none; opacity:.9;
  background:radial-gradient(55% 60% at 0% 0%,color-mix(in srgb,var(--tile-a) 9%,transparent),transparent 70%);
}
.cv2-shell .cv2-aside-card:nth-child(1){ --tile-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='3'/%3E%3Cpath d='m3 8 9 6 9-6'/%3E%3C/svg%3E"); }
.cv2-shell .cv2-aside-card:nth-child(2){ --tile-a:var(--violet); --tile-b:var(--primary); --tile-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5.5A2.5 2.5 0 0 1 6.5 3H20v15H6.5A2.5 2.5 0 0 0 4 20.5z'/%3E%3Cpath d='M4 18.5V20.5M20 18v3H6.5'/%3E%3C/svg%3E"); }
.cv2-shell .cv2-aside-card:nth-child(3){ --tile-a:var(--accent); --tile-b:var(--danger); --tile-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 4 6v5c0 5 3.4 8.6 8 10 4.6-1.4 8-5 8-10V6z'/%3E%3Cpath d='M12 8.5v4M12 15.5h.01'/%3E%3C/svg%3E"); }
.cv2-shell .cv2-aside-card:nth-child(4){ --tile-a:var(--trust); --tile-b:color-mix(in srgb,var(--trust) 60%,var(--primary)); --tile-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3.2 2'/%3E%3C/svg%3E"); }
.cv2-shell .cv2-aside-card h3{ position:relative; margin:0; font-family:var(--display); font-size:1.08rem; font-weight:800; letter-spacing:-.015em; line-height:1.2; color:var(--ink); }
.cv2-shell .cv2-aside-card p{ position:relative; margin:0; color:var(--ink-soft); font-size:.9rem; line-height:1.55; }
.cv2-shell .cv2-aside-card a {
  position:relative; display:inline-flex; align-items:center; gap:6px; width:fit-content; min-height:44px; margin:2px 0 -10px;
  padding:0 2px; color:var(--primary); font-family:var(--body); font-size:.92rem; font-weight:700; text-decoration:none;
  overflow-wrap:anywhere; transition:color .2s,gap .2s;
}
.cv2-shell .cv2-aside-card a::after {
  content:""; position:absolute; left:2px; right:2px; bottom:9px; height:2px; border-radius:2px;
  background:linear-gradient(90deg,var(--primary),var(--violet)); transform:scaleX(.35); transform-origin:left;
  transition:transform .3s cubic-bezier(.2,.8,.2,1); opacity:.7;
}
.cv2-shell .cv2-aside-card a:hover{ color:var(--violet); text-decoration:none; }
.cv2-shell .cv2-aside-card a:hover::after{ transform:scaleX(1); opacity:1; }

/* ── 10. BANDE "Acces rapides" — strip verre + liens tuiles ── */
.cv2-shell .cv2-band {
  position:relative; padding:clamp(48px,7vw,72px) 0;
  background:color-mix(in srgb,var(--surface) 55%,transparent);
  border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.5);
}
html[data-theme="dark"] .cv2-shell .cv2-band{ box-shadow:inset 0 1px 0 rgba(255,255,255,.04),inset 0 -1px 0 rgba(255,255,255,.04); }
@media (prefers-color-scheme: dark){ html:not([data-theme="light"]) .cv2-shell .cv2-band{ box-shadow:inset 0 1px 0 rgba(255,255,255,.04),inset 0 -1px 0 rgba(255,255,255,.04); } }
.cv2-shell .cv2-band__head{ text-align:center; margin:0 0 clamp(24px,4vw,36px); }
.cv2-shell .cv2-h2 {
  margin:14px auto 0; max-width:26ch; font-family:var(--display); font-size:clamp(1.5rem,3.2vw,2.15rem);
  font-weight:800; line-height:1.1; letter-spacing:-.024em; color:var(--ink); text-wrap:balance;
}
.cv2-shell .cv2-helps{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; max-width:1040px; margin:0 auto; }
@media (max-width: 900px){ .cv2-shell .cv2-helps{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width: 600px){ .cv2-shell .cv2-helps{ grid-template-columns:minmax(0,1fr); gap:12px; } }
.cv2-shell .cv2-help-link {
  --br:20px; position:relative; display:flex; align-items:center; gap:14px; min-height:44px; padding:18px 18px 18px 20px;
  background:color-mix(in srgb,var(--surface) 90%,transparent); border:1px solid var(--line); border-radius:20px;
  color:var(--ink); text-decoration:none; box-shadow:var(--shadow),var(--edge); overflow:hidden;
  transition:transform .28s cubic-bezier(.2,.8,.3,1.1),box-shadow .28s,border-color .2s,background .2s;
}
.cv2-shell .cv2-help-link::before {
  content:""; position:absolute; inset:0; pointer-events:none; opacity:0; transition:opacity .3s;
  background:radial-gradient(70% 90% at 100% 50%,color-mix(in srgb,var(--primary) 10%,transparent),transparent 70%);
}
.cv2-shell .cv2-help-link:hover{ transform:translateY(-4px); box-shadow:var(--lift),var(--edge); border-color:var(--primary-line); background:color-mix(in srgb,var(--surface) 96%,transparent); color:var(--ink); text-decoration:none; }
.cv2-shell .cv2-help-link:hover::before{ opacity:1; }
.cv2-shell .cv2-help-link > div{ position:relative; flex:1 1 auto; min-width:0; display:flex; flex-direction:column; gap:3px; }
.cv2-shell .cv2-help-link strong{ font-family:var(--display); font-size:1.05rem; font-weight:800; letter-spacing:-.015em; line-height:1.2; color:var(--ink); }
.cv2-shell .cv2-help-link span{ font-size:.86rem; line-height:1.45; color:var(--ink-soft); }
/* <b>↗</b> = tuile fleche en degrade */
.cv2-shell .cv2-help-link b {
  position:relative; display:grid; place-items:center; flex:0 0 auto; width:42px; height:42px; border-radius:14px;
  background:linear-gradient(135deg,var(--primary),var(--violet)); color:var(--primary-ink);
  font-family:var(--body); font-size:1.15rem; font-weight:700; line-height:1;
  box-shadow:var(--edge),0 10px 22px -10px color-mix(in srgb,var(--primary) 65%,transparent);
  transition:transform .3s cubic-bezier(.2,.8,.3,1.3);
}
.cv2-shell .cv2-help-link:hover b{ transform:translate(2px,-2px) rotate(8deg); }
.cv2-shell .cv2-help-link:nth-child(2) b{ background:linear-gradient(135deg,var(--gold),var(--accent)); color:#241703; box-shadow:var(--edge),0 10px 22px -10px color-mix(in srgb,var(--accent) 60%,transparent); }
.cv2-shell .cv2-help-link:nth-child(3) b{ background:linear-gradient(135deg,var(--trust),color-mix(in srgb,var(--trust) 60%,var(--primary))); color:#fff; box-shadow:var(--edge),0 10px 22px -10px color-mix(in srgb,var(--trust) 60%,transparent); }
.cv2-shell .cv2-help-link:nth-child(2):hover{ border-color:color-mix(in srgb,var(--gold) 50%,transparent); }
.cv2-shell .cv2-help-link:nth-child(3):hover{ border-color:color-mix(in srgb,var(--trust) 45%,transparent); }

/* ── 11. FAQ — accordeons ── */
.cv2-shell .cv2-faqs-wrap{ position:relative; max-width:800px; margin:0 auto; padding:clamp(48px,7vw,72px) 20px clamp(40px,6vw,64px); }
@media (min-width: 640px){ .cv2-shell .cv2-faqs-wrap{ padding-inline:28px; } }
.cv2-shell .cv2-faq {
  margin:0 0 10px; background:color-mix(in srgb,var(--surface) 88%,transparent); border:1px solid var(--line);
  border-radius:18px; box-shadow:var(--edge),0 1px 2px rgba(25,28,38,.04); overflow:hidden;
  transition:box-shadow .25s,border-color .2s,transform .25s;
}
.cv2-shell .cv2-faq:hover{ border-color:var(--line-2); box-shadow:var(--shadow),var(--edge); }
.cv2-shell .cv2-faq[open]{ border-color:var(--primary-line); box-shadow:var(--shadow),var(--edge),0 0 0 4px color-mix(in srgb,var(--primary-soft) 70%,transparent); }
.cv2-shell .cv2-faq summary {
  --br:18px; display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:44px;
  padding:16px 18px 16px 22px; list-style:none; cursor:pointer;
  font-family:var(--display); font-size:1.05rem; font-weight:700; letter-spacing:-.012em; line-height:1.3; color:var(--ink);
  transition:color .2s;
}
.cv2-shell .cv2-faq summary::-webkit-details-marker{ display:none; }
.cv2-shell .cv2-faq summary::marker{ content:""; }
.cv2-shell .cv2-faq summary:hover{ color:var(--primary); }
.cv2-shell .cv2-faq summary::after {
  content:"+"; display:grid; place-items:center; flex:0 0 auto; width:32px; height:32px; border-radius:50%;
  background:var(--surface-2); border:1px solid var(--line-2); color:var(--ink-soft);
  font-family:var(--body); font-size:1.25rem; font-weight:500; line-height:1; box-shadow:var(--edge);
  transition:transform .35s cubic-bezier(.2,.8,.3,1.2),background .2s,color .2s,border-color .2s;
}
.cv2-shell .cv2-faq[open] summary::after {
  content:"+"; transform:rotate(45deg); background:linear-gradient(135deg,var(--primary),var(--violet));
  border-color:transparent; color:var(--primary-ink);
}
.cv2-shell .cv2-faq__body {
  padding:0 22px 20px; color:var(--ink-soft); font-size:.95rem; line-height:1.65;
  animation:cv2FadeUp .35s cubic-bezier(.2,.8,.2,1) both;
}
.cv2-shell .cv2-faq__body a{ color:var(--primary); font-weight:600; text-decoration:underline; text-underline-offset:3px; }

/* ── 12. KEYFRAMES ── */
@keyframes cv2FadeUp{ from{ opacity:0; transform:translateY(14px); } to{ opacity:1; transform:none; } }
@keyframes cv2Pop{ 0%{ transform:scale(.85); opacity:0; } 70%{ transform:scale(1.03); opacity:1; } 100%{ transform:scale(1); } }

/* ── 13. RESPONSIVE + RTL ── */
@media (max-width: 600px) {
  .cv2-shell{ font-size:15px; }
  .cv2-shell .cv2-card{ border-radius:20px; padding:20px 18px; }
  .cv2-shell .cv2-card--form{ padding:22px 18px; }
  .cv2-shell .cv2-card__sub{ margin-bottom:20px; }
  .cv2-shell .cv2-aside-card{ padding:18px 18px 18px 76px; }
  .cv2-shell .cv2-aside-card::before{ inset-inline-start:18px; top:18px; width:42px; height:42px; border-radius:13px; }
  .cv2-shell .cv2-submit-row{ flex-direction:column; align-items:stretch; }
  .cv2-shell .cv2-btn{ width:100%; }
  .cv2-shell .cv2-submit-row > span{ justify-content:center; text-align:center; }
  .cv2-shell .cv2-help-link{ padding:16px; border-radius:18px; }
  .cv2-shell .cv2-faq summary{ padding:14px 14px 14px 18px; font-size:1rem; }
  .cv2-shell .cv2-faq__body{ padding:0 18px 18px; }
}
@media (max-width: 380px) {
  .cv2-shell .cv2-wrap{ padding-inline:16px; }
  .cv2-shell .cv2-faqs-wrap{ padding-inline:16px; }
  .cv2-shell .cv2-h1{ font-size:1.95rem; }
}
/* RTL — la vue pose dir="rtl" sur .cv2-shell lui-meme (pas forcement sur <html>) : on couvre les deux cas */
html[dir="rtl"] .cv2-shell, .cv2-shell[dir="rtl"]{ text-align:start; }
html[dir="rtl"] .cv2-shell .cv2-select, .cv2-shell[dir="rtl"] .cv2-select{ background-position:left 16px center; }
html[dir="rtl"] .cv2-shell .cv2-alert, .cv2-shell[dir="rtl"] .cv2-alert{ padding:14px 52px 14px 18px; }
html[dir="rtl"] .cv2-shell .cv2-aside-card, .cv2-shell[dir="rtl"] .cv2-aside-card{ padding:22px 84px 22px 22px; }
html[dir="rtl"] .cv2-shell .cv2-aside-card a::after, .cv2-shell[dir="rtl"] .cv2-aside-card a::after{ transform-origin:right; }
html[dir="rtl"] .cv2-shell .cv2-aside-card:hover::before, .cv2-shell[dir="rtl"] .cv2-aside-card:hover::before{ transform:scale(1.06) rotate(3deg); }
html[dir="rtl"] .cv2-shell .cv2-help-link, .cv2-shell[dir="rtl"] .cv2-help-link{ padding:18px 20px 18px 18px; }
html[dir="rtl"] .cv2-shell .cv2-help-link::before, .cv2-shell[dir="rtl"] .cv2-help-link::before{ background:radial-gradient(70% 90% at 0% 50%,color-mix(in srgb,var(--primary) 10%,transparent),transparent 70%); }
html[dir="rtl"] .cv2-shell .cv2-help-link b, .cv2-shell[dir="rtl"] .cv2-help-link b{ transform:scaleX(-1); }
html[dir="rtl"] .cv2-shell .cv2-help-link:hover b, .cv2-shell[dir="rtl"] .cv2-help-link:hover b{ transform:scaleX(-1) translate(2px,-2px) rotate(8deg); }
html[dir="rtl"] .cv2-shell .cv2-btn::after, .cv2-shell[dir="rtl"] .cv2-btn::after{ transform:skewX(18deg); }
html[dir="rtl"] .cv2-shell .cv2-faq summary, .cv2-shell[dir="rtl"] .cv2-faq summary{ padding:16px 22px 16px 18px; }
@media (max-width: 600px) {
  html[dir="rtl"] .cv2-shell .cv2-aside-card, .cv2-shell[dir="rtl"] .cv2-aside-card{ padding:18px 76px 18px 18px; }
  html[dir="rtl"] .cv2-shell .cv2-faq summary, .cv2-shell[dir="rtl"] .cv2-faq summary{ padding:14px 18px 14px 14px; }
}

/* ── 14. MOTION + FOCUS (scopes a .cv2-shell uniquement) ── */
@media (prefers-reduced-motion: reduce) {
  .cv2-shell *, .cv2-shell *::before, .cv2-shell *::after {
    animation-duration:.01ms !important; animation-delay:0s !important; animation-iteration-count:1 !important;
    transition-duration:.01ms !important; scroll-behavior:auto !important;
  }
  .cv2-shell .cv2-card:hover, .cv2-shell .cv2-aside-card:hover, .cv2-shell .cv2-help-link:hover, .cv2-shell .cv2-btn:hover{ transform:none; }
}
/* anneau --primary plein (>=3:1 sur --ground dans les deux themes). !important : le layout global
   peut poser un outline:none / outline generique sur a, button, input — on doit gagner sans le connaitre. */
html body .cv2-shell :is(a, button, input, select, textarea, summary):focus-visible {
  outline:3px solid var(--primary) !important; outline-offset:3px !important;
  border-radius:var(--br,8px) !important;
}
html body .cv2-shell .cv2-input:focus-visible{ outline-offset:2px !important; }
html body .cv2-shell .cv2-input--err:focus-visible{ outline-color:var(--danger) !important; }

/* ── 15. GUARD — neutralise public-pages-unified-2026.min.css ──────────────
   La feuille partagee (public-pages-unified-2026.min.css) cible NOMMEMENT
   `.contact-page` / `.cv2-*` avec des !important qui imposent :
     - un hero + bande "forest" #141a2e avec texte blanc (illisible sur mon
       ground clair) ;
     - des cartes/inputs/faq forces sur --pp-paper-2 (#fffdf8, TOUJOURS clair)
       -> en sombre = fond clair + texte akmk clair = illisible ;
     - un bouton coral, une police Fraunces, un titre/h2 en --pp-ink (#191c26,
       TOUJOURS sombre) -> en sombre = texte sombre sur carte sombre.
   Tous les selecteurs ci-dessous sont `html body .cv2-shell <hook>` (>= 0,2,2)
   + !important : ils battent le (0,2,0)/(0,3,0) !important de la feuille
   partagee. Les tokens akmk (var(--surface), var(--ink)...) basculent seuls en
   sombre, donc un seul bloc suffit pour les deux themes.
   (La 2e feuille partagee, public-deep-pages-2026.min.css, n a AUCUN hook
   .cv2-*/.contact-page : rien a neutraliser cote deep.)
   ========================================================================= */

/* 15.1 racine + police (shared force background:var(--pp-paper) et
   :is(h1,h2){font-family:Fraunces!important;letter-spacing:-.04em!important}) */
html body .cv2-shell{ background:var(--ground) !important; color:var(--ink) !important; }
html body .cv2-shell :is(h1,h2){ font-family:var(--display) !important; }

/* 15.2 HERO — shared force fond forest + texte blanc + gros padding, et dessine
   un anneau coral en ::after : on rend le hero transparent (le ground akmk
   reapparait) et on supprime l anneau. */
html body .cv2-shell .cv2-hero {
  background:transparent !important; color:var(--ink) !important; text-align:center !important;
  padding:clamp(56px,8vw,88px) 0 clamp(20px,3vw,30px) !important;
}
html body .cv2-shell .cv2-hero::after{ content:none !important; }
html body .cv2-shell .cv2-eyebrow {
  color:var(--primary) !important; background:var(--primary-soft) !important; border-color:var(--primary-line) !important;
}
html body .cv2-shell .cv2-h1 {
  color:var(--ink) !important; font-size:clamp(2.1rem,5.2vw,3.35rem) !important;
  line-height:1.06 !important; letter-spacing:-.028em !important;
}
html body .cv2-shell .cv2-lead{ color:var(--ink-soft) !important; }

/* 15.3 CARTES — shared force border/radius/box-shadow + background:--pp-paper-2
   (toujours clair). On restaure le verre akmk ; les etats (hover/open/err/focus)
   sont aussi !important car la base partagee l est (sinon ils sont ecrases). */
html body .cv2-shell .cv2-card {
  background:color-mix(in srgb,var(--surface) 88%,transparent) !important; border:1px solid var(--line) !important;
  border-radius:var(--r) !important; box-shadow:var(--shadow),var(--edge) !important;
}
html body .cv2-shell .cv2-card:hover{ box-shadow:var(--shadow),var(--edge) !important; }
html body .cv2-shell .cv2-card__title{ color:var(--ink) !important; letter-spacing:-.02em !important; }
html body .cv2-shell .cv2-card__sub{ color:var(--ink-soft) !important; }

/* aside : shared ajoute un border-top:4px forest -> on le ramene a --line */
html body .cv2-shell .cv2-aside-card{ border:1px solid var(--line) !important; border-top:1px solid var(--line) !important; }
html body .cv2-shell .cv2-aside-card:hover {
  box-shadow:var(--lift),var(--edge) !important; border-color:var(--line-2) !important;
}

/* 15.4 INPUTS — shared force background:#fff (RACCOURCI: efface le chevron !) +
   border --pp-line. On restaure la surface, la bordure, le radius, la couleur,
   puis on RE-POSE le chevron sur le select (sinon disparu meme en clair). */
html body .cv2-shell .cv2-input {
  background:var(--surface) !important; border:1.5px solid var(--line-2) !important;
  border-radius:var(--r-sm) !important; color:var(--ink) !important;
}
html body .cv2-shell .cv2-input:hover{ border-color:var(--ink-faint) !important; }
html body .cv2-shell .cv2-input:focus {
  border-color:var(--primary) !important; background:var(--surface) !important;
  box-shadow:0 0 0 4px var(--primary-soft),0 0 0 1px var(--primary),var(--edge),0 10px 24px -14px color-mix(in srgb,var(--primary) 55%,transparent) !important;
}
html body .cv2-shell .cv2-input--err, html body .cv2-shell .cv2-input--err:hover {
  border-color:var(--danger) !important; background:color-mix(in srgb,var(--danger-soft) 55%,var(--surface)) !important;
  box-shadow:0 0 0 4px var(--danger-soft),var(--edge) !important;
}
html body .cv2-shell .cv2-input--err:focus {
  border-color:var(--danger) !important;
  box-shadow:0 0 0 4px var(--danger-soft),0 0 0 1px var(--danger),var(--edge) !important;
}
html body .cv2-shell .cv2-select {
  background-image:var(--chevron) !important; background-repeat:no-repeat !important;
  background-position:right 16px center !important; background-size:16px 16px !important;
}
html[dir="rtl"] body .cv2-shell .cv2-select, html body .cv2-shell[dir="rtl"] .cv2-select {
  background-position:left 16px center !important;
}

/* 15.5 BOUTON — shared force coral + border:0 + radius 14 + color #fff.
   On restaure la pilule degrade primary->violet (et son hover). */
html body .cv2-shell .cv2-btn {
  background:linear-gradient(135deg,var(--primary),var(--violet)) !important; color:var(--primary-ink) !important;
  border:1.5px solid transparent !important; border-radius:var(--r-pill) !important;
  box-shadow:var(--shadow),0 10px 22px -8px color-mix(in srgb,var(--primary) 70%,transparent),inset 0 1.5px 0 rgba(255,255,255,.28) !important;
}
html body .cv2-shell .cv2-btn:hover {
  background:linear-gradient(135deg,var(--primary),var(--violet)) !important; color:var(--primary-ink) !important;
  box-shadow:var(--lift),inset 0 1.5px 0 rgba(255,255,255,.28) !important;
}

/* 15.6 BANDE — shared force fond forest + texte blanc (dont .cv2-band .cv2-h2 en
   0,3,0 : il faut le selecteur profond). On rend la bande translucide akmk. */
html body .cv2-shell .cv2-band {
  background:color-mix(in srgb,var(--surface) 55%,transparent) !important; color:var(--ink) !important;
}
html body .cv2-shell .cv2-h2{ color:var(--ink) !important; letter-spacing:-.024em !important; }
html body .cv2-shell .cv2-band .cv2-h2{ color:var(--ink) !important; }

/* 15.7 LIENS RAPIDES — shared (groupe cartes) force pp-paper-2 + color pp-ink */
html body .cv2-shell .cv2-help-link {
  background:color-mix(in srgb,var(--surface) 90%,transparent) !important; border:1px solid var(--line) !important;
  border-radius:20px !important; box-shadow:var(--shadow),var(--edge) !important; color:var(--ink) !important;
}
html body .cv2-shell .cv2-help-link:hover {
  box-shadow:var(--lift),var(--edge) !important; border-color:var(--primary-line) !important;
  background:color-mix(in srgb,var(--surface) 96%,transparent) !important; color:var(--ink) !important;
}
html body .cv2-shell .cv2-help-link:nth-child(2):hover{ border-color:color-mix(in srgb,var(--gold) 50%,transparent) !important; }
html body .cv2-shell .cv2-help-link:nth-child(3):hover{ border-color:color-mix(in srgb,var(--trust) 45%,transparent) !important; }

/* 15.8 FAQ — shared (groupe cartes) force pp-paper-2 + box-shadow:none */
html body .cv2-shell .cv2-faq {
  background:color-mix(in srgb,var(--surface) 88%,transparent) !important; border:1px solid var(--line) !important;
  border-radius:18px !important; box-shadow:var(--edge),0 1px 2px rgba(25,28,38,.04) !important;
}
html body .cv2-shell .cv2-faq:hover{ border-color:var(--line-2) !important; box-shadow:var(--shadow),var(--edge) !important; }
html body .cv2-shell .cv2-faq[open] {
  border-color:var(--primary-line) !important;
  box-shadow:var(--shadow),var(--edge),0 0 0 4px color-mix(in srgb,var(--primary-soft) 70%,transparent) !important;
}
html body .cv2-shell .cv2-faq summary{ color:var(--ink) !important; }

/* 15.9 RE-GUARD des variantes responsive (mes tweaks non-!important perdraient
   contre mes propres guards !important ci-dessus) */
@media (max-width: 600px) {
  html body .cv2-shell .cv2-card{ border-radius:20px !important; }
  html body .cv2-shell .cv2-help-link{ border-radius:18px !important; }
  html body .cv2-shell .cv2-faq[open]{ border-radius:18px !important; }
}
@media (max-width: 380px) {
  html body .cv2-shell .cv2-h1{ font-size:1.95rem !important; }
}
