.bsol-page {
  background:
    radial-gradient(circle at 92% 4%, rgba(217, 149, 33, 0.08), transparent 25rem),
    var(--ivory);
}

.bsol-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 22px;
  color: var(--slate);
  font-size: 0.88rem;
}

.bsol-breadcrumb a,
.bsol-source-list a,
.bsol-inline-link {
  color: var(--teal-dark);
  font-weight: 800;
  text-underline-offset: 3px;
}

.bsol-hero {
  padding: 42px 0 30px;
}

.bsol-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
  gap: 28px;
  align-items: end;
}

.bsol-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(15, 157, 140, 0.25);
  border-radius: 999px;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--teal-dark);
  font-size: 0.8rem;
  font-weight: 850;
}

.bsol-hero h1 {
  max-width: 820px;
  margin: 13px 0 12px;
  color: var(--navy);
  font-size: clamp(1.72rem, 3.9vw, 3.1rem);
  line-height: 1.07;
  letter-spacing: -0.03em;
}
.bsol-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.bsol-hero-copy {
  max-width: 760px;
  margin: 0;
  color: var(--slate);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.65;
}

.bsol-date-card,
.bsol-card,
.bsol-notice,
.bsol-calculator,
.bsol-result,
.bsol-registry-country {
  border: 1px solid rgba(15, 157, 140, 0.24);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 250, 247, 0.86));
  box-shadow:
    0 14px 34px rgba(20, 34, 79, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.bsol-date-card {
  padding: 18px;
}

.bsol-date-card strong,
.bsol-date-card span {
  display: block;
}

.bsol-date-card strong {
  margin-bottom: 5px;
  color: var(--navy);
}

.bsol-date-card span {
  color: var(--slate);
  font-size: 0.86rem;
  line-height: 1.5;
}

.bsol-section {
  padding: 28px 0 48px;
}

.bsol-section + .bsol-section {
  border-top: 1px solid var(--line);
}

.bsol-section-head {
  max-width: 820px;
  margin-bottom: 22px;
}

.bsol-section-head h2 {
  margin: 0 0 9px;
  color: var(--navy);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.15;
}

.bsol-section-head p {
  margin: 0;
  color: var(--slate);
  line-height: 1.65;
}

.bsol-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bsol-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bsol-card {
  min-width: 0;
  padding: 20px;
}

.bsol-card h3 {
  margin: 0 0 9px;
  color: var(--navy);
  font-size: 1.05rem;
}

.bsol-card p,
.bsol-card li,
.bsol-notice p,
.bsol-registry-country li {
  color: var(--slate);
  line-height: 1.58;
}

.bsol-card p {
  margin: 0;
}

.bsol-card ul,
.bsol-source-list {
  margin: 12px 0 0;
  padding-left: 20px;
}

.bsol-card li + li,
.bsol-source-list li + li {
  margin-top: 7px;
}

.bsol-notice {
  margin: 20px 0;
  padding: 18px 20px;
  border-left: 5px solid var(--gold);
}

.bsol-notice strong {
  color: var(--navy);
}

.bsol-notice p {
  margin: 5px 0 0;
}

.bsol-decision-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bsol-decision-list li {
  display: grid;
  min-height: 54px;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--slate);
  line-height: 1.55;
}

.bsol-decision-list li:last-child {
  border-bottom: 0;
}

.bsol-decision-list span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-dark);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 850;
}

.bsol-country-controls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 10px;
  margin: 18px 0;
}
@media (min-width: 860px) {
  .bsol-country-controls {
    grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  }
}

.bsol-country-button,
.bsol-country-link,
.bsol-country-stat {
  position: relative;
  display: grid;
  min-height: 88px;
  min-width: 0;
  place-items: start;
  align-content: start;
  gap: 6px;
  border: 1px solid rgba(15, 157, 140, 0.18);
  border-radius: 16px;
  padding: 14px 12px 12px;
  background: linear-gradient(145deg, #fff 62%, #eefaf7);
  color: var(--navy);
  font: inherit;
  font-weight: 820;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.bsol-country-button::after,
.bsol-country-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  opacity: 0;
  transition: opacity .16s ease;
}
.bsol-country-button .bsol-flag {
  font-size: 20px;
  line-height: 1;
}
.bsol-country-button .bsol-count {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 30px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  padding: 0 8px;
  background: var(--gold);
  color: #1d1608;
  font-size: .76rem;
  font-weight: 800;
}
.bsol-country-button[aria-pressed="true"] .bsol-count {
  background: var(--teal);
  color: var(--on-teal);
}

.bsol-country-button,
.bsol-country-link {
  cursor: pointer;
}

.bsol-country-button:hover {
  border-color: var(--teal);
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(20, 34, 79, .08);
}
.bsol-country-button[aria-pressed="true"] {
  border-color: var(--teal);
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 157, 140, .14), inset 0 0 0 1px rgba(15, 157, 140, .12);
  color: var(--navy);
}
.bsol-country-button[aria-pressed="true"]::after {
  opacity: 1;
}
.bsol-country-link:hover {
  border-color: var(--teal);
  background: rgba(238, 250, 247, .96);
  color: var(--teal-dark);
}

.bsol-country-button span {
  color: var(--slate);
  font-size: 0.76rem;
  font-weight: 700;
}

.bsol-country-stat small {
  color: var(--slate);
  font-size: 0.76rem;
  font-weight: 700;
}

.bsol-registry-source {
  margin: 16px 0 0;
  color: var(--slate);
  font-size: 0.88rem;
}

.bsol-registry-source a {
  color: var(--teal-dark);
  font-weight: 800;
  text-underline-offset: 3px;
}

.bsol-country-status {
  min-height: 24px;
  margin: 0 0 16px;
  color: var(--slate);
  font-size: 0.88rem;
}

.bsol-registry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bsol-registry-country {
  min-width: 0;
  padding: 18px;
}

.bsol-registry-country[hidden] {
  display: none !important;
}

.bsol-registry-country h3 {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  color: var(--navy);
  font-size: 1rem;
}

.bsol-registry-country h3 span {
  display: inline-grid;
  min-width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(15, 157, 140, 0.12);
  color: var(--teal-dark);
  font-size: 0.78rem;
}

.bsol-registry-country ul {
  margin: 13px 0 0;
  padding-left: 20px;
}

.bsol-calculator {
  padding: 22px;
}

.bsol-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bsol-field {
  display: grid;
  min-width: 0;
  gap: 7px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.bsol-field small {
  color: var(--slate);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.4;
}

.bsol-field input,
.bsol-field select {
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(20, 34, 79, 0.2);
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
  color: var(--navy);
  font: inherit;
}

.bsol-field input:focus-visible,
.bsol-field select:focus-visible,
.bsol-country-button:focus-visible,
.bsol-country-link:focus-visible {
  outline: 3px solid rgba(15, 157, 140, 0.4);
  outline-offset: 2px;
}

.bsol-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

/* Cartes radios du calculateur EME (langage des cartes de choix) */
.bsol-calculator-fields {
  display: grid;
  gap: 16px;
}

.bsol-calculator .question {
  margin: 0;
}

.bsol-calculator .choice-grid {
  margin-top: 0;
}

.bsol-calculator .choice {
  min-height: 46px;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.3;
}

.bsol-calculator .choice input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  flex: none;
  border: 1.7px solid #b9c4d5;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.bsol-calculator .choice input[type="radio"]:checked {
  border-color: var(--teal-dark);
  background: var(--teal-dark);
  box-shadow: inset 0 0 0 4px #fff;
}

.bsol-calculator .choice input[type="radio"]:focus-visible {
  outline: 3px solid rgba(15, 157, 140, 0.48);
  outline-offset: 2px;
}

.bsol-calculator .choice:has(input:checked) {
  border-color: rgba(15, 157, 140, 0.72);
  background: rgba(15, 157, 140, 0.08);
  box-shadow: inset 0 0 0 1px rgba(15, 157, 140, 0.16);
}

.bsol-choice-note {
  display: block;
  margin-top: 10px;
  color: var(--slate);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.4;
}

.bsol-fee-guide {
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(15, 157, 140, 0.28);
  border-left: 5px solid var(--teal);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
}

.bsol-fee-guide strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
}

.bsol-fee-guide p {
  margin: 0;
  color: var(--slate);
  font-size: 0.9rem;
  line-height: 1.55;
}

.bsol-error {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--navy);
  font-weight: 750;
}

.bsol-result {
  margin-top: 18px;
  padding: 20px;
}

.bsol-result[hidden] {
  display: none !important;
}

.bsol-result h3 {
  margin: 0 0 14px;
  color: var(--navy);
}

.bsol-result-note {
  margin: 14px 0 0;
  color: var(--slate);
  font-size: 0.84rem;
  line-height: 1.5;
}

.bsol-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bsol-related a {
  display: grid;
  min-height: 80px;
  align-content: center;
  border: 1px solid rgba(15, 157, 140, 0.24);
  border-radius: 16px;
  padding: 14px;
  background: #fff;
  color: var(--navy);
  font-weight: 820;
  text-decoration: none;
}

.bsol-related a:hover {
  border-color: var(--teal);
  color: var(--teal-dark);
}

@media (max-width: 820px) {
  .bsol-hero-grid,
  .bsol-grid-3,
  .bsol-related {
    grid-template-columns: 1fr;
  }

  .bsol-date-card {
    max-width: 520px;
  }

  .bsol-country-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .bsol-hero {
    padding-top: 24px;
  }
  .bsol-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .bsol-hero-actions .btn {
    width: 100%;
  }

  .bsol-grid,
  .bsol-registry-grid,
  .bsol-form-grid {
    grid-template-columns: 1fr;
  }

  .bsol-card,
  .bsol-calculator,
  .bsol-result {
    padding: 17px;
  }
}

@media (max-width: 380px) {
  .bsol-country-controls {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bsol-country-button,
  .bsol-country-link,
  .bsol-country-stat,
  .bsol-related a {
    scroll-behavior: auto;
    transition: none !important;
  }
}

@media (forced-colors: active) {
  .bsol-date-card,
  .bsol-card,
  .bsol-notice,
  .bsol-calculator,
  .bsol-result,
  .bsol-registry-country,
  .bsol-country-button,
  .bsol-country-link,
  .bsol-country-stat,
  .bsol-related a {
    border: 1px solid CanvasText;
    background: Canvas;
    box-shadow: none;
    color: CanvasText;
  }
}


/* Explorateur de frais EME par pays et opérateur */
.bsol-explorer-step {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 820;
}

.bsol-operator-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

/* Refonte reçu : l'opérateur se choisit en pastille compacte (logo + nom),
   cible 44 px, anneau teal quand elle est active. */
.bsol-operator-button {
  display: inline-flex;
  min-height: 44px;
  min-width: 0;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--r-pill, 999px);
  padding: 6px 14px 6px 8px;
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-weight: 700;
  font-size: .95rem;
  text-align: left;
  cursor: pointer;
}
.bsol-operator-logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex: none;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  font-size: .78rem;
}
.bsol-operator-logo.om { background: #ff7900; }
.bsol-operator-logo.wave { background: #1fb6d4; }
.bsol-operator-logo.free { background: #c8102e; }
.bsol-operator-logo.idle { background: #5B6473; }
.bsol-operator-main { min-width: 0; display: grid; gap: 2px; }
.bsol-operator-name { color: var(--navy); font-weight: 800; font-size: .95rem; }
.bsol-operator-meta { color: var(--slate); font-size: .76rem; line-height: 1.35; }

.bsol-operator-button:hover {
  border-color: var(--teal);
  background: #fff;
  box-shadow: 0 10px 22px rgba(20,34,79,.06);
}
.bsol-operator-button[aria-pressed="true"] {
  border-color: var(--teal);
  background: rgba(15,157,140,.06);
  box-shadow: 0 0 0 3px rgba(15,157,140,.14);
  color: var(--navy);
}

.bsol-source-line {
  margin: 0 0 16px;
  color: var(--slate);
  font-size: 0.84rem;
  line-height: 1.5;
}

.bsol-source-line a {
  margin-left: 6px;
  color: var(--teal-dark);
  font-weight: 800;
  text-underline-offset: 3px;
}

.bsol-fee-unavailable {
  background: rgba(255, 255, 255, 0.8);
}

.bsol-subhead {
  margin: 28px 0 10px;
  color: var(--navy);
  font-size: 1.08rem;
}

@media (max-width: 620px) {
  .bsol-operator-grid {
    gap: 6px;
  }
  .bsol-operator-button {
    flex: 1 1 calc(50% - 6px);
    justify-content: flex-start;
  }
}


/* Option B - mobile refinements */
@media (max-width: 620px) {
  .bsol-country-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .bsol-country-button { min-height: 82px; padding: 12px 10px; }
}
@media (max-width: 380px) {
  .bsol-country-controls { grid-template-columns: 1fr 1fr; }
}
.bsol-hero { border-top: 3px solid transparent; border-image: linear-gradient(90deg, var(--teal), var(--gold)) 1; }
.bsol-date-card.is-sticky { position: sticky; top: 88px; }
@media (max-width: 860px) { .bsol-date-card.is-sticky { position: static; } }

/* === Choix Banque / Monnaie électronique sur l'accueil (système de
   cartes de la charte, teal comme seul accent d'action) === */
.bank-type-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 20px;
}

.bank-type-option {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px 12px;
  min-height: 64px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(15, 157, 140, 0.28);
  border-radius: var(--r-card);
  background: var(--white);
  color: var(--navy);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.bank-type-texte {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding-inline-end: 30px;
}

.bank-type-option strong {
  font-size: 1.02rem;
  font-weight: 820;
  line-height: 1.3;
}

.bank-type-option small {
  color: var(--slate);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
}

.bank-type-icone {
  width: 28px;
  height: 28px;
  color: var(--slate);
}

.bank-type-coche {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
}

.bank-type-coche-icone {
  width: 12px;
  height: 12px;
}

.bank-type-option:hover:not([aria-pressed="true"]) {
  border-color: rgba(15, 157, 140, 0.5);
  background: rgba(238, 250, 247, 0.6);
}

.bank-type-option[aria-pressed="true"] {
  padding: 13px 15px;
  border: 2px solid var(--teal);
  background: rgba(238, 250, 247, 0.96);
  color: var(--teal-dark);
}

.bank-type-option[aria-pressed="true"] .bank-type-icone {
  color: var(--teal-dark);
}

.bank-type-option[aria-pressed="true"] .bank-type-coche {
  display: inline-flex;
}

.bank-type-option:focus-visible {
  outline: 3px solid rgba(15, 157, 140, 0.48);
  outline-offset: 2px;
}

/* === Panneau monnaie électronique de l'accueil === */
.bank-journey.journey-eme .journey-workspace[data-eme-workspace] {
  display: block;
}

.bank-journey.journey-eme .journey-workspace[data-journey-workspace],
.bank-journey.journey-eme .journey-advisor-card:not([data-eme-advisor]) {
  display: none;
}

.bank-journey.journey-eme .journey-layout {
  grid-template-columns: minmax(0, 1fr);
}

.bank-journey.journey-eme .journey-selector {
  min-height: 0;
  align-content: start;
  padding-block: 28px;
}

.bank-journey.journey-eme .journey-workspace[data-eme-workspace] {
  position: static;
  min-height: 0;
}

@media (max-width: 700px) {
  .bank-type-choice {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bank-type-option {
    transition: none !important;
    scroll-behavior: auto;
  }
}

@media (forced-colors: active) {
  .bank-type-option {
    border: 1px solid CanvasText;
    background: Canvas;
    color: CanvasText;
  }

  .bank-type-coche {
    background: CanvasText;
  }

  .bank-type-coche-icone {
    color: Canvas;
  }
}

/* === Workspace monnaie électronique de l'accueil : couverture, panneaux,
   résultats en cartes verticales (charte §7, teal-or pour notices) === */
.eme-workspace-coverage {
  color: var(--slate);
  font-size: 0.82rem;
  font-weight: 650;
}

.eme-results {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.eme-results-titre,
.eme-groupe-titre {
  margin: 18px 0 0;
  color: var(--navy);
  font-size: 0.98rem;
}

.eme-results-sous-titre {
  margin: 4px 0 0;
  color: var(--slate);
  font-size: 0.84rem;
  line-height: 1.5;
}

.eme-result-taxes {
  display: grid;
  gap: 4px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.eme-result-taxes {
  gap: 3px;
  font-size: 0.8rem;
}

.eme-result-taxes .meta {
  display: block;
}

.eme-empty {
  border: 1px dashed #aeb7c3;
  border-radius: 12px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--slate);
  text-align: center;
}

.eme-catalogue-notice {
  display: grid;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(15, 157, 140, 0.42);
  border-radius: 16px;
  padding: 14px 16px;
  background:
    radial-gradient(circle at 100% 100%, rgba(217, 149, 33, 0.10), transparent 26%),
    radial-gradient(circle at 88% 0, rgba(217, 149, 33, 0.07), transparent 20%),
    linear-gradient(145deg, #fff 0%, rgba(238, 250, 247, 0.92) 100%);
  box-shadow:
    0 14px 36px rgba(11, 111, 98, 0.10),
    0 0 0 5px rgba(15, 157, 140, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.eme-catalogue-notice p {
  margin: 0;
  color: var(--navy);
}

@media (max-width: 700px) {
  .bank-type-option {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
    gap: 8px 0;
  }
}


/* Opérateurs : pastilles pures sélection (sans sous-texte frais, ratures) */
.bsol-operator-main { gap: 0; }
.bsol-operator-name { line-height: 1.25; }

/* Rature Abdoul : la source n'est plus portée sous le nom de l'opérateur.
   Elle est déportée en pied de détail, micro-copie ardoise (même langage que
   la note source du volet Banques). */
.bsol-fee-source {
  margin: 12px 0 0;
  color: var(--slate);
  font-size: 0.8rem;
  line-height: 1.5;
}
.bsol-fee-source a {
  margin-left: 6px;
  color: var(--teal-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ==========================================================================
   Refonte « Le reçu » (2026-08-07)
   La calculette imprime le ticket que l'opérateur remettra, calculé avant
   l'opération pour le montant saisi. Le montant est le héros (cadre teal-or
   §7), le reçu est un artefact blanc : perforation haute, zigzag de découpe,
   lignes d'opérations au frais calculé. Un seul geste doré : le tampon.
   ========================================================================== */

.bsol-recu-montant {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 18px;
  padding: 12px 18px;
  border: 1px solid rgba(15, 157, 140, 0.42);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 100%, rgba(217, 149, 33, 0.10), transparent 26%),
    radial-gradient(circle at 88% 0, rgba(217, 149, 33, 0.07), transparent 20%),
    linear-gradient(145deg, #fff 0%, rgba(238, 250, 247, 0.92) 100%);
  box-shadow:
    0 14px 36px rgba(11, 111, 98, 0.10),
    0 0 0 5px rgba(15, 157, 140, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  cursor: text;
}
.bsol-recu-montant-libelle {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-dark);
  white-space: nowrap;
}
.bsol-recu-montant input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: clamp(1.5rem, 4.5vw, 2rem);
  font-weight: 750;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
  text-align: right;
  /* La ligne pointillée dit « écrire ici » : on doit deviner que le montant
     se tape (demande Abdoul, 2026-08-07). */
  padding-bottom: 4px;
  border-bottom: 2px dashed rgba(15, 157, 140, 0.45);
  caret-color: var(--teal-dark);
}
.bsol-recu-montant input:focus-visible {
  border-bottom: 2px solid var(--teal);
}
/* Pas de cadre teal autour du champ d'écriture au focus (demande Abdoul
   2026-08-08) : la règle globale :focus-visible (3 px teal !important) est
   neutralisée pour les champs de saisie des calculateurs ; le caret reste le
   repère visuel et un filet neutre discret garde l'indication clavier. */
.bsol-recu-montant input:focus-visible,
.eme-questionnaire input[type="number"]:focus-visible,
.eme-questionnaire input[type="text"]:focus-visible,
[data-eme-calculator] input[type="number"]:focus-visible {
  outline: none !important;
  border-bottom: 2px solid var(--slate);
}

.bsol-recu-montant:focus-within {
  outline: 3px solid rgba(15, 157, 140, 0.4);
  outline-offset: 2px;
}
/* Repère discret, pas de cadre teal (demande Abdoul 2026-08-08). */
.bsol-recu-montant:focus-within {
  outline: none;
}
.bsol-recu-devise {
  color: var(--slate);
  font-weight: 700;
}

.bsol-recu {
  position: relative;
  max-width: 460px;
  margin-inline: auto;
  padding: 22px 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-card, 16px) var(--r-card, 16px) 0 0;
  box-shadow: 0 28px 68px rgba(20, 34, 79, 0.13);
}

/* Logos réels des banques dans les résultats (livraison Hermes) : le badge
   reprend le cercle du reçu EME. Fond sombre pour les logos blancs. */
.bsol-recu-logo-banque {
  width: 38px;
  height: 38px;
  margin: 0 auto 8px;
}
.bsol-logo-fond-sombre {
  background: var(--navy);
  border-color: var(--navy);
}
.bsol-logo-initiale {
  display: grid;
  place-items: center;
  background: var(--slate);
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
}

/* bord supérieur perforé */
.bsol-recu::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 10px;
  right: 10px;
  border-top: 2px dashed rgba(15, 157, 140, 0.35);
}
/* bord inférieur en zigzag (découpe du ticket) */
.bsol-recu-zig {
  max-width: 460px;
  margin-inline: auto;
  height: 12px;
  background:
    linear-gradient(-135deg, #fff 6px, transparent 0) 0 0 / 16px 12px repeat-x,
    linear-gradient(135deg, #fff 6px, transparent 0) 8px 0 / 16px 12px repeat-x;
  filter: drop-shadow(0 6px 6px rgba(20, 34, 79, 0.06));
}

.bsol-recu-tete {
  margin: 0 0 14px;
  text-align: center;
}
.bsol-recu-tete strong {
  display: block;
  color: var(--navy);
  font-size: 1.06rem;
}
.bsol-recu-tete span {
  color: var(--slate);
  font-size: 0.86rem;
}

/* Une ligne par opération, cochable : elle pilote le total. */
.bsol-recu-ligne {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  padding: 12px 4px;
  border: 0;
  border-bottom: 1px dashed var(--line);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  color: var(--ink);
}
.bsol-recu-ligne:last-of-type {
  border-bottom: 0;
}
.bsol-recu-choix {
  width: 18px;
  height: 18px;
  flex: none;
  border: 2px solid #B9C4D5;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.bsol-recu-ligne[aria-pressed="true"] .bsol-recu-choix {
  border-color: var(--teal);
  background: var(--teal);
  box-shadow: inset 0 0 0 3px #fff;
}
.bsol-recu-nom {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  color: var(--ink);
}
.bsol-recu-nom small {
  display: block;
  color: var(--slate);
  font-weight: 400;
  font-size: 0.82rem;
}
.bsol-recu-frais {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  color: var(--navy);
  white-space: nowrap;
}
.bsol-recu-frais.is-free {
  color: var(--teal-dark);
}
.bsol-recu-frais.is-unknown {
  color: var(--slate);
  font-weight: 700;
  white-space: normal;
  text-align: right;
}

.bsol-recu-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 2px solid var(--navy);
}
.bsol-recu-total-libelle {
  font-weight: 700;
  color: var(--ink);
  font-size: 0.98rem;
}
.bsol-recu-total-libelle small {
  display: block;
  color: var(--slate);
  font-weight: 400;
  font-size: 0.82rem;
}
.bsol-recu-total strong {
  font-size: clamp(1.4rem, 4.5vw, 1.8rem);
  color: var(--navy);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* Le tampon de vérification : LE geste doré de la vue. Posé sous le total,
   incliné comme un cachet. */
.bsol-recu-tampon {
  display: block;
  width: fit-content;
  margin: 16px 2px 0 auto;
  transform: rotate(-4deg);
  border: 2px solid var(--gold);
  border-radius: 8px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.35;
  padding: 6px 9px;
  text-align: center;
  opacity: 0.85;
  pointer-events: none;
}

/* Généralisation du reçu (2026-08-07, demande Abdoul) : calcul manuel,
   simulation et comparaison de la landing, résultats du simulateur banque.
   Les lignes y sont informatives, sans pastille ni pointeur. */
p.bsol-recu-ligne {
  margin: 0;
  cursor: default;
}

/* Tickets empilés dans les zones de résultats. */
#banques-resultats .bsol-recu-zig,
.eme-results .bsol-recu-zig {
  margin-bottom: 26px;
}

/* Le coût annuel du simulateur banque est une phrase, pas un montant sec. */
.bsol-recu-total strong.result-cost {
  white-space: normal;
  text-align: right;
  font-size: 1.05rem;
  line-height: 1.35;
}

/* Pieds de ticket : lien site officiel et alerte de fraîcheur. */
.bsol-recu > .result-site-officiel {
  margin-top: 14px;
}
.bsol-recu > .freshness-warning {
  margin: 12px 0 0;
}

@media (max-width: 620px) {
  /* Demande Abdoul (2026-08-07) : sur mobile, le montant et le ticket
     occupent toute la largeur disponible ; les cadres qui les entourent
     (conteneur explorateur, section résultat) s'effacent pour leur
     laisser la place. */
  .bsol-calculator[data-eme-fee-explorer],
  .bsol-result {
    border: 0;
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .bsol-recu,
  .bsol-recu-zig {
    max-width: none;
  }
  .bsol-recu {
    padding: 18px 16px 20px;
  }
  .bsol-recu-total {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .bsol-recu-total strong {
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bsol-recu-ligne,
  .bsol-operator-button {
    transition: none;
  }
}

@media (forced-colors: active) {
  .bsol-recu,
  .bsol-recu-montant,
  .bsol-operator-button {
    border: 1px solid CanvasText;
    background: Canvas;
    box-shadow: none;
    color: CanvasText;
  }
  .bsol-recu-tampon {
    border-color: CanvasText;
    color: CanvasText;
  }
  .bsol-recu-zig {
    display: none;
  }
}

/* ==========================================================================
   Formulaires au langage reçu (2026-08-07, demande Abdoul)
   Les groupes de choix deviennent des lignes de ticket : filet pointillé
   entre les lignes, pastille ronde à gauche, aucune carte ni aplat. Le
   montant est le héros (cadre teal-or). S'applique aux questionnaires EME,
   au calcul manuel et au simulateur banque, ici comme sur les pages pays.
   ========================================================================== */

/* Formulaire EME : colonne unique toujours contenue (la colonne auto du
   grid se calait sur la max-content du champ montant, 530 px sur mobile).
   Demande Abdoul 2026-08-08. */
.eme-questionnaire {
  grid-template-columns: minmax(0, 1fr);
}

.eme-questionnaire .choice-grid,
[data-eme-calculator] .choice-grid,
#banques-questionnaire .choice-grid {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 6px;
}

.eme-questionnaire .choice,
[data-eme-calculator] .choice,
#banques-questionnaire .choice {
  position: relative;
  min-height: 48px;
  gap: 12px;
  border: 0;
  border-bottom: 1px dashed var(--line);
  border-radius: 0;
  background: transparent;
  padding: 12px 4px;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
  transition: none;
}

.eme-questionnaire .choice:last-child,
[data-eme-calculator] .choice:last-child,
#banques-questionnaire .choice:last-child {
  border-bottom: 0;
}

#banques-questionnaire .choice::after {
  content: none;
}

.eme-questionnaire .choice:hover,
[data-eme-calculator] .choice:hover,
#banques-questionnaire .choice:hover {
  border-bottom-color: rgba(15, 157, 140, 0.55);
  background: transparent;
  color: var(--teal-dark);
  transform: none;
}

/* La pastille reprend le choix rond des lignes du reçu. */
.eme-questionnaire .choice input[type="radio"],
[data-eme-calculator] .choice input[type="radio"],
#banques-questionnaire .choice input[type="radio"],
#banques-questionnaire .choice input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  flex: none;
  border: 2px solid #B9C4D5;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

#banques-questionnaire .choice input[type="checkbox"] {
  border-radius: 6px;
}

.eme-questionnaire .choice input[type="radio"]:checked,
[data-eme-calculator] .choice input[type="radio"]:checked,
#banques-questionnaire .choice input[type="radio"]:checked,
#banques-questionnaire .choice input[type="checkbox"]:checked {
  border-color: var(--teal);
  background: var(--teal);
  box-shadow: inset 0 0 0 3px #fff;
}

.eme-questionnaire .choice input:focus-visible,
[data-eme-calculator] .choice input:focus-visible,
#banques-questionnaire .choice input:focus-visible {
  outline: 3px solid rgba(15, 157, 140, 0.4);
  outline-offset: 2px;
}

/* Ligne choisie : encre teal et graisse, jamais de remplissage. */
.eme-questionnaire .choice:has(input:checked),
[data-eme-calculator] .choice:has(input:checked),
#banques-questionnaire .choice:has(input:checked) {
  border-bottom-color: var(--line);
  background: transparent;
  box-shadow: none;
  color: var(--teal-dark);
  font-weight: 800;
  transform: none;
}

/* Le montant héros s'intègre au flux du questionnaire. */
.eme-questionnaire .bsol-recu-montant,
[data-eme-calculator] .bsol-recu-montant {
  margin: 0;
}

/* ==========================================================================
   Logos réels des émetteurs (2026-08-07, demande Abdoul)
   Le fichier remplace la pastille d'initiales dans les pilules et s'ajoute
   à la tête du ticket. Tant qu'il est absent, le repli pastille tient lieu
   de visuel : rien ne casse.
   ========================================================================== */

.bsol-operator-logo-img {
  background: #fff;
  border: 1px solid var(--line);
  object-fit: contain;
  padding: 2px;
}

.bsol-recu-logo {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 8px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
  padding: 3px;
}
