/* V3.3 - Realignement commercial et honnete avec le site de production biotwin.ai/fr.
   Additif uniquement. Ne remplace pas v3/v31/v32. Sources: biotwin.ai/fr (offre, accroche,
   note clinique, section composants) et grille de prix approuvee EHOP V12.3. */

:root {
  --v33-ink: #071927;
  --v33-aqua: #0d8f96;
  --v33-gold: #b8863b;
}

/* Accroche du hero (site de production) */
.v33-hero-hook {
  max-width: 720px;
  margin: 14px auto 0;
  color: #33505f;
  font-size: clamp(17px, 2.4vw, 21px);
  font-weight: 650;
  line-height: 1.4;
}

/* Carte d'offre commerciale */
.v33-offer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  max-width: 760px;
  margin: 22px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(184, 134, 59, .32);
  border-radius: 18px;
  background: linear-gradient(120deg, #fff, #fbf5ea);
  box-shadow: 0 16px 44px rgba(6, 26, 44, .08);
  text-align: left;
}

.v33-offer-price {
  display: grid;
  gap: 2px;
}

.v33-offer-price small {
  color: var(--v33-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.v33-offer-price strong {
  color: var(--v33-ink);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.02em;
}

.v33-offer-copy {
  flex: 1;
  min-width: 220px;
  color: #45606f;
  font-size: 14px;
  line-height: 1.45;
}

.v33-offer .button {
  margin-left: auto;
}

/* Note de disponibilite clinique */
.v33-clinical-note {
  max-width: 820px;
  margin: 20px auto 0;
  color: #6a7d88;
  font-size: 12.5px;
  line-height: 1.5;
}

/* Indice de prix sur les cartes programme */
.v33-price-cue {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  margin: 2px 0 14px;
  color: var(--v33-ink);
  font-size: 13px;
  font-weight: 750;
}

.v33-price-cue strong {
  color: var(--v33-aqua);
  font-size: 15px;
}

.v33-price-cue span {
  color: #6a7d88;
  font-weight: 650;
}

/* Section: ce que votre jumeau peut contenir */
.v33-contains {
  padding: clamp(64px, 7vw, 104px) 0;
  background: #061a2c;
  color: #fff;
}

.v33-contains .v31-centered-heading h2,
.v33-contains .v31-centered-heading p {
  color: #fff;
}

.v33-contains .v31-centered-heading p {
  color: rgba(255, 255, 255, .74);
}

.v33-contains-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.v33-contains-card {
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .05);
}

.v33-contains-card b {
  display: block;
  margin-bottom: 6px;
  color: #6fe3d6;
  font-size: 15px;
}

.v33-contains-card span {
  color: rgba(255, 255, 255, .78);
  font-size: 13.5px;
  line-height: 1.5;
}

/* Rappel d'offre avant le CTA final */
.v33-order-band {
  padding: clamp(48px, 6vw, 82px) 0;
  background: #fbf5ea;
}

.v33-order-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 32px;
}

.v33-order-inner h2 {
  max-width: 560px;
  margin: 0;
}

@media (max-width: 900px) {
  .v33-contains-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v33-offer .button {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .v33-contains-grid {
    grid-template-columns: 1fr;
  }
}
