.bilan-vitalite-page {
  --bv-ink: #18342d;
  --bv-muted: #61716b;
  --bv-green: #69a247;
  --bv-green-dark: #2f6a3b;
  --bv-green-soft: #eef8eb;
  --bv-blue: #2a8fdd;
  --bv-blue-dark: #1662b5;
  --bv-blue-soft: #eaf4fd;
  --bv-sand: #f7f3eb;
  --bv-white: #ffffff;
  --bv-line: rgba(39, 79, 65, .14);
  --bv-shadow: 0 18px 50px rgba(33, 65, 55, .11);
}

.bilan-vitalite-page .page-shell {
  overflow: hidden;
}

.bv-main {
  color: var(--bv-ink);
}

.bv-main *,
.bv-main *::before,
.bv-main *::after {
  box-sizing: border-box;
}

.bv-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, .92fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  padding: clamp(52px, 8vw, 96px) clamp(28px, 7vw, 90px) clamp(64px, 8vw, 100px);
  background:
    linear-gradient(0deg, rgba(251,252,250,.94), rgba(251,252,250,.94)),
    radial-gradient(circle at 82% 28%, rgba(151, 193, 174, .22), transparent 31%),
    url('/assets/hero-lake.jpg') center/cover no-repeat;
}

.bv-hero::after {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--bv-line), transparent);
}

.bv-eyebrow,
.bv-kicker,
.bv-card-overline {
  margin: 0 0 12px;
  color: var(--bv-green-dark);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bv-hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 6.8vw, 84px);
  line-height: .96;
  letter-spacing: -.035em;
  color: var(--bv-ink);
}

.bv-hero h1 span,
.bv-section-heading h2 span {
  color: var(--bv-green);
}

.bv-subheadline {
  margin: 16px 0 0;
  color: var(--bv-green-dark);
  font-family: "Manrope", sans-serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 800;
  line-height: 1.25;
}

.bv-lead {
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--bv-muted);
  font-size: clamp(17px, 1.65vw, 20px);
  line-height: 1.72;
}

.bv-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.bv-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid var(--bv-line);
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  color: #466157;
  font-size: 13px;
  font-weight: 700;
}

.bv-trust-row b {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--bv-green-soft);
  color: var(--bv-green-dark);
}

.bv-jump {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  color: var(--bv-green-dark);
  font-weight: 800;
  text-decoration: none;
}

.bv-jump span {
  display: inline-grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid var(--bv-line);
  border-radius: 50%;
  background: var(--bv-white);
  transition: transform .25s ease;
}

.bv-jump:hover span {
  transform: translateY(3px);
}

.bv-hero-visual {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
}

.bv-phone {
  position: relative;
  z-index: 3;
  width: 220px;
  height: 405px;
  padding: 17px 14px;
  border: 8px solid #25483d;
  border-radius: 38px;
  background: linear-gradient(160deg, #e9f4ee, #d8e9e0);
  box-shadow: 0 30px 65px rgba(28, 66, 52, .22);
  transform: rotate(3deg);
}

.bv-phone-speaker {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 62px;
  height: 7px;
  border-radius: 999px;
  background: #25483d;
  transform: translateX(-50%);
}

.bv-face-frame {
  position: relative;
  height: 315px;
  margin-top: 17px;
  overflow: hidden;
  border-radius: 25px;
  background:
    radial-gradient(circle at 50% 33%, rgba(255,255,255,.94), rgba(255,255,255,.55) 24%, transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,.74), rgba(103,151,130,.14));
}

.bv-face-head {
  position: absolute;
  top: 62px;
  left: 50%;
  width: 86px;
  height: 108px;
  border-radius: 45% 45% 48% 48%;
  border: 2px solid rgba(49,93,78,.5);
  transform: translateX(-50%);
}

.bv-face-head::before,
.bv-face-head::after {
  content: "";
  position: absolute;
  top: 44px;
  width: 8px;
  height: 4px;
  border-radius: 50%;
  background: rgba(49,93,78,.55);
}

.bv-face-head::before { left: 22px; }
.bv-face-head::after { right: 22px; }

.bv-face-body {
  position: absolute;
  left: 50%;
  bottom: 27px;
  width: 142px;
  height: 120px;
  border: 2px solid rgba(49,93,78,.38);
  border-bottom: 0;
  border-radius: 70px 70px 0 0;
  transform: translateX(-50%);
}

.bv-scan-line {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 76px;
  height: 2px;
  background: rgba(49,93,78,.78);
  box-shadow: 0 0 12px rgba(49,93,78,.42);
  animation: bv-scan 3.4s ease-in-out infinite;
}

.bv-corner {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-color: rgba(49,93,78,.8);
  border-style: solid;
}
.bv-corner-tl { top: 18px; left: 18px; border-width: 2px 0 0 2px; border-radius: 8px 0 0; }
.bv-corner-tr { top: 18px; right: 18px; border-width: 2px 2px 0 0; border-radius: 0 8px 0 0; }
.bv-corner-bl { bottom: 18px; left: 18px; border-width: 0 0 2px 2px; border-radius: 0 0 0 8px; }
.bv-corner-br { bottom: 18px; right: 18px; border-width: 0 2px 2px 0; border-radius: 0 0 8px; }

.bv-phone-status {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 15px;
}

.bv-phone-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(49,93,78,.25);
}

.bv-phone-status span:nth-child(2) {
  width: 30px;
  border-radius: 999px;
  background: rgba(49,93,78,.68);
}

.bv-orbit {
  position: absolute;
  border: 1px solid rgba(77, 122, 103, .16);
  border-radius: 50%;
}
.bv-orbit-one { width: 390px; height: 390px; }
.bv-orbit-two { width: 310px; height: 310px; border-style: dashed; animation: bv-spin 30s linear infinite; }

.bv-mini-card {
  position: absolute;
  z-index: 5;
  min-width: 118px;
  padding: 13px 16px;
  border: 1px solid rgba(49,93,78,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 15px 35px rgba(33, 65, 55, .12);
  backdrop-filter: blur(8px);
}

.bv-mini-card strong,
.bv-mini-card small {
  display: block;
}

.bv-mini-card strong {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  color: var(--bv-ink);
}

.bv-mini-card small {
  margin-top: 3px;
  color: var(--bv-muted);
  font-size: 12px;
}

.bv-mini-card-one { top: 73px; right: 2px; animation: bv-float 4.3s ease-in-out infinite; }
.bv-mini-card-two { bottom: 92px; left: 0; animation: bv-float 4.8s ease-in-out infinite reverse; }

.bv-choice-section,
.bv-after,
.bv-trust,
.bv-contact,
.bv-disclaimer {
  margin-left: clamp(24px, 7vw, 90px);
  margin-right: clamp(24px, 7vw, 90px);
}

.bv-choice-section {
  padding: clamp(66px, 8vw, 100px) 0 52px;
}

.bv-section-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.bv-section-heading h2,
.bv-after-heading h2,
.bv-trust-copy h2,
.bv-contact h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.02;
  letter-spacing: -.025em;
  color: var(--bv-ink);
}

.bv-section-heading > p:last-child {
  margin: 16px auto 0;
  color: var(--bv-muted);
  font-size: 16px;
  line-height: 1.7;
}

.bv-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
  max-width: 1120px;
  margin: 0 auto;
}

.bv-choice-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--bv-line);
  border-radius: 30px;
  background: var(--bv-white);
  box-shadow: var(--bv-shadow);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.bv-choice-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: var(--bv-green);
  opacity: .65;
}

.bv-choice-card:hover {
  transform: translateY(-6px);
  border-color: rgba(49,93,78,.25);
  box-shadow: 0 26px 60px rgba(33,65,55,.14);
}

.bv-choice-quiz {
  background: linear-gradient(180deg, #ffffff 0%, #fcfaf5 100%);
}

.bv-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 25px;
}

.bv-card-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 700;
  color: rgba(49,93,78,.36);
}

.bv-card-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.bv-choice-scan .bv-card-pill {
  background: rgba(42,143,221,.10);
  color: var(--bv-blue-dark);
}

.bv-choice-quiz .bv-card-pill {
  background: rgba(105,162,71,.12);
  color: var(--bv-green-dark);
}

.bv-card-icon {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin-bottom: 24px;
  border-radius: 30px;
  position: relative;
}

.bv-card-icon::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 24px;
  background: rgba(255,255,255,.72);
}

.bv-card-icon svg {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  fill: none;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bv-choice-scan .bv-card-icon {
  background: linear-gradient(160deg, rgba(42,143,221,.18), rgba(255,255,255,.95));
  box-shadow: inset 0 0 0 1px rgba(42,143,221,.10);
}

.bv-choice-quiz .bv-card-icon {
  background: linear-gradient(160deg, rgba(105,162,71,.18), rgba(255,255,255,.95));
  box-shadow: inset 0 0 0 1px rgba(105,162,71,.10);
}

.bv-choice-scan .bv-card-icon svg { stroke: var(--bv-blue-dark); }
.bv-choice-quiz .bv-card-icon svg { stroke: var(--bv-green-dark); }

.bv-choice-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1;
  color: var(--bv-ink);
}

.bv-card-copy {
  margin: 17px 0 0;
  color: var(--bv-muted);
  font-size: 15.5px;
  line-height: 1.72;
}

.bv-card-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.bv-card-list li {
  position: relative;
  padding-left: 27px;
  color: #40584f;
  font-size: 14px;
  line-height: 1.55;
}

.bv-card-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--bv-green-soft);
  color: var(--bv-green-dark);
  font-size: 11px;
  font-weight: 900;
}

.bv-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 58px;
  margin-top: auto;
  padding: 15px 18px 15px 21px;
  border-radius: 16px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.bv-action b {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 18px;
}

.bv-action-primary {
  background: var(--bv-green-dark);
  color: #fff;
  box-shadow: 0 14px 28px rgba(49,93,78,.18);
}

.bv-action-primary b {
  background: rgba(255,255,255,.16);
}

.bv-action-secondary {
  border: 1px solid rgba(49,93,78,.22);
  background: #fff;
  color: var(--bv-green-dark);
}

.bv-action-secondary b {
  background: var(--bv-green-soft);
}

.bv-action:hover {
  transform: translateY(-2px);
}

.bv-choice-scan .bv-action:hover {
  background: linear-gradient(135deg, #2398ed, #0f5fa8);
  box-shadow: 0 18px 34px rgba(22,98,181,.28);
}

.bv-choice-quiz .bv-action:hover {
  background: linear-gradient(135deg, #93d93f, #4f9620);
  box-shadow: 0 18px 34px rgba(89,163,30,.30);
}

.bv-action-note {
  margin: 10px 0 0;
  color: #7b8782;
  font-size: 11.5px;
  line-height: 1.5;
  text-align: center;
}

.bv-after {
  max-width: 1120px;
  margin-top: 42px;
  margin-bottom: 84px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(24px, 7vw, 90px);
}

.bv-after-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

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

.bv-step {
  display: flex;
  gap: 16px;
  min-width: 0;
  padding: 23px;
  border-top: 1px solid var(--bv-line);
}

.bv-step > span {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--bv-green-soft);
  color: var(--bv-green-dark);
  font-weight: 900;
}

.bv-step h3 {
  margin: 2px 0 7px;
  color: var(--bv-ink);
  font-size: 16px;
}

.bv-step p {
  margin: 0;
  color: var(--bv-muted);
  font-size: 13.5px;
  line-height: 1.6;
}

.bv-trust {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto 76px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--bv-line);
  border-radius: 30px;
  background: linear-gradient(135deg, #f7f3eb, #f7faf8);
}

.bv-trust-photo {
  overflow: hidden;
  min-height: 285px;
  border-radius: 24px;
  background: #e8eee9;
}

.bv-trust-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 285px;
  object-fit: cover;
  object-position: center top;
}

.bv-trust-copy p:not(.bv-kicker) {
  margin: 18px 0 0;
  color: var(--bv-muted);
  font-size: 15.5px;
  line-height: 1.75;
}

.bv-text-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 22px;
  color: var(--bv-green-dark);
  font-weight: 800;
  text-decoration: none;
}

.bv-text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bv-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .42fr);
  gap: 28px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto 26px;
  padding: clamp(28px, 5vw, 46px);
  border-radius: 28px;
  background: var(--bv-green-dark);
  color: #fff;
}

.bv-contact .bv-kicker,
.bv-contact h2,
.bv-contact p {
  color: #fff;
}

.bv-contact h2 {
  font-size: clamp(34px, 4.2vw, 48px);
}

.bv-contact p:not(.bv-kicker) {
  margin: 12px 0 0;
  color: rgba(255,255,255,.78);
  line-height: 1.65;
}

.bv-contact-action {
  min-width: 0;
  border: 1px solid rgba(255,255,255,.25);
  background: #fff;
  color: var(--bv-green-dark);
}

.bv-contact-action b {
  background: var(--bv-green-soft);
}

.bv-disclaimer {
  max-width: 1120px;
  margin: 0 auto 72px;
  padding: 18px 22px;
  border-left: 3px solid rgba(49,93,78,.42);
  background: rgba(238,245,241,.62);
  color: #60716a;
}

.bv-disclaimer strong {
  display: block;
  margin-bottom: 5px;
  color: var(--bv-ink);
  font-size: 13px;
}

.bv-disclaimer p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.65;
}

@keyframes bv-scan {
  0%, 100% { transform: translateY(0); opacity: .42; }
  50% { transform: translateY(168px); opacity: 1; }
}

@keyframes bv-spin {
  to { transform: rotate(360deg); }
}

@keyframes bv-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (prefers-reduced-motion: reduce) {
  .bv-scan-line,
  .bv-orbit-two,
  .bv-mini-card {
    animation: none !important;
  }

  .bv-choice-card,
  .bv-action,
  .bv-jump span {
    transition: none !important;
  }
}

@media (max-width: 900px) {
  .bv-hero {
    grid-template-columns: 1fr;
    padding-top: 48px;
  }

  .bv-hero-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .bv-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .bv-trust-row {
    justify-content: center;
  }

  .bv-hero-visual {
    min-height: 360px;
  }

  .bv-phone {
    width: 188px;
    height: 345px;
  }

  .bv-face-frame {
    height: 261px;
  }

  .bv-face-head {
    top: 46px;
    width: 75px;
    height: 94px;
  }

  .bv-face-body {
    width: 122px;
    height: 98px;
  }

  .bv-orbit-one { width: 330px; height: 330px; }
  .bv-orbit-two { width: 265px; height: 265px; }
  .bv-mini-card-one { right: 12%; top: 60px; }
  .bv-mini-card-two { left: 11%; bottom: 66px; }

  .bv-choice-grid {
    grid-template-columns: 1fr;
    max-width: 650px;
  }

  .bv-steps {
    grid-template-columns: 1fr;
  }

  .bv-trust {
    grid-template-columns: 1fr;
  }

  .bv-trust-photo {
    max-height: 360px;
  }

  .bv-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .bv-hero {
    padding: 34px 20px 56px;
  }

  .bv-hero h1 {
    font-size: clamp(44px, 14vw, 60px);
  }

  .bv-lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .bv-trust-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bv-trust-row span {
    justify-content: flex-start;
  }

  .bv-hero-visual {
    min-height: 335px;
    margin: 8px -8px 0;
  }

  .bv-phone {
    width: 168px;
    height: 314px;
    border-width: 7px;
    border-radius: 31px;
  }

  .bv-face-frame {
    height: 232px;
    border-radius: 20px;
  }

  .bv-face-head {
    top: 39px;
    width: 67px;
    height: 84px;
  }

  .bv-face-head::before,
  .bv-face-head::after {
    top: 36px;
  }

  .bv-face-head::before { left: 18px; }
  .bv-face-head::after { right: 18px; }

  .bv-face-body {
    width: 108px;
    height: 87px;
    bottom: 20px;
  }

  .bv-orbit-one { width: 286px; height: 286px; }
  .bv-orbit-two { width: 228px; height: 228px; }

  .bv-mini-card {
    min-width: 98px;
    padding: 10px 12px;
  }

  .bv-mini-card-one { right: 0; top: 52px; }
  .bv-mini-card-two { left: 0; bottom: 54px; }

  .bv-choice-section,
  .bv-after,
  .bv-trust,
  .bv-contact,
  .bv-disclaimer {
    margin-left: 18px;
    margin-right: 18px;
  }

  .bv-choice-section {
    padding-top: 58px;
  }

  .bv-section-heading {
    margin-bottom: 28px;
  }

  .bv-choice-card {
    padding: 25px 20px;
    border-radius: 23px;
  }

  .bv-card-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
  }

  .bv-card-icon svg {
    width: 40px;
    height: 40px;
  }

  .bv-action {
    min-height: 60px;
  }

  .bv-after {
    padding: 0;
    margin-top: 32px;
    margin-bottom: 58px;
  }

  .bv-step {
    padding: 18px 4px;
  }

  .bv-trust {
    padding: 20px;
    border-radius: 24px;
  }

  .bv-trust-photo,
  .bv-trust-photo img {
    min-height: 235px;
  }

  .bv-contact {
    padding: 26px 21px;
    border-radius: 23px;
  }

  .bv-disclaimer {
    margin-bottom: 50px;
  }
}


.bv-lead span {
  color: var(--bv-green-dark);
  font-weight: 800;
}

.bv-choice-section {
  position: relative;
}

.bv-choice-section::before {
  content: "";
  position: absolute;
  inset: 24px 0 auto;
  height: 180px;
  background: radial-gradient(circle at 15% 50%, rgba(95,143,121,.07), transparent 45%), radial-gradient(circle at 85% 50%, rgba(95,143,121,.06), transparent 42%);
  pointer-events: none;
}

.bv-choice-grid {
  position: relative;
  z-index: 1;
}

.bv-choice-card {
  border-radius: 34px;
  padding: clamp(28px, 4vw, 42px);
}

.bv-choice-card::before {
  left: 30px;
  right: 30px;
  height: 4px;
  opacity: .8;
}

.bv-choice-scan {
  background:
    radial-gradient(circle at 12% 18%, rgba(42,143,221,.10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4f9fe 100%);
}

.bv-choice-quiz {
  background:
    radial-gradient(circle at 12% 18%, rgba(105,162,71,.11), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f9fcf3 100%);
}

.bv-card-copy {
  font-size: 15.8px;
  line-height: 1.82;
}

.bv-card-list {
  gap: 12px;
}

.bv-card-list li {
  font-size: 14.6px;
}

.bv-action {
  min-height: 66px;
  border-radius: 18px;
  font-size: 16px;
}

.bv-action b {
  width: 38px;
  height: 38px;
}

.bv-duo-note {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 10px auto 28px;
  padding: 0 clamp(24px, 7vw, 90px);
}

.bv-duo-note-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 22px;
  border: 1px solid var(--bv-line);
  border-radius: 22px;
  background: rgba(255,255,255,.8);
}

.bv-duo-note-item strong {
  color: var(--bv-green-dark);
  font-size: 15px;
}

.bv-duo-note-item span {
  color: var(--bv-muted);
  font-size: 13.5px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .bv-duo-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .bv-duo-note {
    padding: 0;
    margin: 4px 18px 24px;
  }

  .bv-duo-note-item {
    padding: 16px 18px;
    border-radius: 18px;
  }
}

.bv-hero-copy { max-width: 690px; }


.bv-after {
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(234,244,253,.44), rgba(238,248,235,.46));
  padding-top: 34px;
  padding-bottom: 22px;
}

.bv-step {
  background: rgba(255,255,255,.56);
  border-radius: 22px;
  border-top: 0;
}

.bv-trust {
  box-shadow: var(--bv-shadow);
}

.bv-contact {
  box-shadow: 0 26px 55px rgba(49,93,78,.18);
}

@media (max-width: 560px) {
  .bv-card-icon {
    width: 92px;
    height: 92px;
    border-radius: 26px;
  }

  .bv-card-icon::after {
    inset: 8px;
    border-radius: 19px;
  }

  .bv-card-icon svg {
    width: 48px;
    height: 48px;
  }
}

/* V106 — style plus proche du flyer */
.bv-choice-card {
  overflow: hidden;
  border: 1px solid rgba(39, 79, 65, .10);
  box-shadow: 0 22px 60px rgba(33, 65, 55, .10);
}

.bv-choice-scan .bv-action {
  color: #fff;
  background: linear-gradient(135deg, var(--bv-blue), var(--bv-blue-dark));
  box-shadow: 0 14px 28px rgba(22,98,181,.24);
}

.bv-choice-scan .bv-action b {
  background: rgba(255,255,255,.16);
}

.bv-choice-quiz .bv-action {
  color: #fff;
  background: linear-gradient(135deg, #86cb33, #59a31e);
  box-shadow: 0 14px 28px rgba(89,163,30,.24);
  border: 0;
}

.bv-choice-quiz .bv-action b {
  background: rgba(255,255,255,.16);
}

.bv-choice-scan .bv-card-list li::before {
  background: var(--bv-blue-soft);
  color: var(--bv-blue-dark);
}

.bv-choice-quiz .bv-card-list li::before {
  background: var(--bv-green-soft);
  color: var(--bv-green-dark);
}

.bv-contact-action {
  color: var(--bv-green-dark) !important;
  background: #fff !important;
  border: 1px solid rgba(255,255,255,.25) !important;
}

.bv-contact-action b {
  background: var(--bv-green-soft) !important;
}
