/* =========================================================
   UFPL — PAGE MUTUELLE & PRÉVOYANCE
   Fichier : assets/css/sante.css
   Rôle : styles spécifiques à la page /mutuelle-et-prevoyance/
   ========================================================= */


/* =========================================================
   1. HERO SANTÉ
   ========================================================= */

.health-hero {
  padding-top: 92px;
}

.health-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 64px;
  align-items: center;
}

.health-hero h1 {
  max-width: 780px;
  font-size: clamp(36px, 4.3vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.health-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
  max-width: 680px;
}

.health-trust-row div {
  padding: 18px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.76);
  box-shadow: 0 10px 26px rgba(16,29,52,.06);
}

.health-trust-row strong {
  display: block;
  font-size: 26px;
  color: var(--color-ink);
}

.health-trust-row div:nth-child(2) strong {
  color: #138a5c;
}

.health-trust-row span {
  color: var(--color-muted);
  font-size: 14px;
}


/* Carte droite du hero */

.health-hero-panel {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: visible;
}

.health-panel-card.main {
  width: min(100%, 520px);
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(255,255,255,.68));
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: var(--shadow-soft);
}

.health-panel-card h2 {
  margin: 18px 0 24px;
  font-size: clamp(30px, 3.2vw, 46px);
  letter-spacing: -0.045em;
}

.health-duo {
  display: grid;
  gap: 14px;
}

.health-duo a {
  display: block;
  padding: 18px;
  border-radius: 22px;
  background: white;
  border: 1px solid var(--color-line);
  text-decoration: none;
  transition: transform var(--transition), border var(--transition), box-shadow var(--transition);
}

.health-duo a:hover {
  transform: translateY(-3px);
  border-color: rgba(77,130,255,.28);
  box-shadow: 0 16px 34px rgba(16,29,52,.08);
}

.health-duo strong {
  display: block;
  font-size: 20px;
  color: var(--color-blue-dark);
}

.health-duo span {
  color: var(--color-muted);
}


/* Note flottante du hero */

.health-floating-note {
  position: absolute;
  right: 24px;
  bottom: -28px;
  width: min(88%, 360px);
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255,255,255,.82);
  z-index: 3;
}

.health-floating-note span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(19,166,111,.12);
  color: #138a5c;
  font-weight: 900;
}

.health-floating-note p {
  margin: 0;
  color: var(--color-muted);
  font-weight: 700;
}


/* =========================================================
   2. INFOGRAPHIE MUTUELLE / PRÉVOYANCE
   ========================================================= */

.health-info-title {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.health-info-title span {
  color: var(--color-muted);
  font-weight: 700;
}

.health-info-layout {
  display: grid;
  grid-template-columns: 1fr 260px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 54px;
}

.health-info-card {
  padding: 24px;
  border-radius: 30px;
  background: rgba(255,255,255,.86);
  border: 1px solid var(--color-line);
  box-shadow: var(--shadow-card);
}

.health-info-card--blue {
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(77,130,255,.07));
  border-color: rgba(77,130,255,.20);
}

.health-info-card--green {
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(19,166,111,.08));
  border-color: rgba(19,166,111,.20);
}

.health-info-head {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-line);
}

.health-info-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: white;
  box-shadow: 0 14px 34px rgba(16,29,52,.10);
  font-size: 32px;
  font-weight: 900;
}

.health-info-card--blue .health-info-icon,
.health-info-card--blue h3 {
  color: var(--color-blue-dark);
}

.health-info-card--green .health-info-icon,
.health-info-card--green h3 {
  color: #138a5c;
}

.health-info-head h3 {
  margin: 0;
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.health-info-head p {
  margin: 2px 0 0;
  color: var(--color-muted);
  font-weight: 700;
}

.health-info-message {
  margin: 16px 0;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.70);
  color: var(--color-blue-dark);
  font-weight: 900;
  text-align: center;
}

.health-info-card--green .health-info-message {
  color: #138a5c;
}

.health-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.health-info-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 11px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(14,23,38,.07);
}

.health-info-list li > span {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(77,130,255,.10);
}

.health-info-card--green .health-info-list li > span {
  background: rgba(19,166,111,.10);
}

.health-info-list strong {
  display: block;
  color: var(--color-ink);
}

.health-info-list p {
  margin: 3px 0 0;
  color: var(--color-muted);
  font-size: 13px;
}


/* Cercle central */

.health-info-center {
  display: grid;
  place-items: center;
  position: relative;
}

.health-info-center::before,
.health-info-center::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 86px;
  height: 2px;
  border-top: 2px dashed rgba(77,130,255,.35);
}

.health-info-center::before {
  right: calc(50% + 90px);
}

.health-info-center::after {
  left: calc(50% + 90px);
  border-color: rgba(19,166,111,.35);
}

.health-info-circle {
  width: 210px;
  height: 210px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(77,130,255,.18);
  box-shadow: var(--shadow-soft);
}

.health-info-circle span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(77,130,255,.10);
  color: var(--color-blue-dark);
  font-weight: 900;
  font-size: 22px;
}

.health-info-circle strong {
  font-size: 24px;
  line-height: 1.15;
  color: var(--color-ink);
}


/* Points clés sous l’infographie */

.health-info-bottom {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(14,23,38,.10);
  box-shadow: var(--shadow-card);
}

.health-info-bottom > div {
  padding: 24px;
  background: rgba(255,255,255,.90);
}

.health-info-bottom span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(77,130,255,.10);
  margin-bottom: 12px;
}

.health-info-bottom strong {
  display: block;
  color: var(--color-blue-dark);
  margin-bottom: 6px;
}

.health-info-bottom p {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
}


/* Bandeau CTA de l’infographie */

.health-info-cta {
  margin-top: 24px;
  padding: 22px 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--color-navy), #0d2f68);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: var(--shadow-soft);
}

.health-info-cta strong {
  font-size: 22px;
}

.health-info-cta p {
  margin: 4px 0 0;
  color: rgba(255,255,255,.72);
}

.health-info-cta .btn {
  background: white;
  color: var(--color-blue-dark);
  box-shadow: none;
}


/* =========================================================
   3. SECTION MUTUELLE
   ========================================================= */

.mutuelle-layout {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 54px;
  align-items: start;
}

.mutuelle-copy h2 {
  margin: 18px 0;
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.mutuelle-copy > p {
  color: var(--color-muted);
  font-size: 18px;
  max-width: 680px;
}


/* Cartes : professionnels / établissements / équipements / soins non remboursés */

.mutuelle-pillars--cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 28px 0;
}

.mutuelle-pillars--cards div {
  min-height: 122px;
  padding: 18px 14px;
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--color-line);
  box-shadow: 0 14px 30px rgba(16,29,52,.06);
  display: grid;
  place-items: center;
  text-align: center;
}

.mutuelle-pillars--cards span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(77,130,255,.10);
  margin-bottom: 10px;
}

.mutuelle-pillars--cards strong {
  color: var(--color-blue-dark);
  font-size: 14px;
  line-height: 1.35;
}


/* Exemple remboursement généraliste */

.refund-example {
  margin-top: 24px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(77,130,255,.10), rgba(255,255,255,.86));
  border: 1px solid rgba(77,130,255,.16);
}

.refund-example > span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(77,130,255,.12);
  color: var(--color-blue-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.refund-example--visual h3 {
  margin: 14px 0 22px;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.refund-calc {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.refund-calc div {
  min-height: 112px;
  display: grid;
  align-content: center;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(77,130,255,.14);
  text-align: center;
}

.refund-calc strong {
  display: block;
  color: var(--color-blue-dark);
  font-size: 26px;
}

.refund-calc small {
  margin-top: 6px;
  color: var(--color-muted);
  font-weight: 700;
}

.refund-rest {
  background: rgba(19,166,111,.10) !important;
  border-color: rgba(19,166,111,.18) !important;
}

.refund-rest strong {
  color: #138a5c;
}

.calc-sign {
  color: var(--color-blue-dark);
  font-weight: 900;
  font-size: 22px;
}

.refund-example p {
  margin: 18px 0 0;
  color: var(--color-muted);
}

.refund-note {
  display: block;
  margin-top: 18px;
  color: var(--color-muted);
}


/* Visuel de modulation des garanties */

.modulation-card {
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,.88);
  border: 1px solid var(--color-line);
  box-shadow: var(--shadow-card);
}

.modulation-card h3 {
  margin: 0 0 10px;
  font-size: 28px;
  letter-spacing: -0.035em;
}

.modulation-card > p {
  margin: 0 0 26px;
  color: var(--color-muted);
  font-size: 16px;
}

.modulation-scale {
  display: grid;
  gap: 18px;
}

.scale-header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 12px 210px;
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 700;
}

.scale-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  align-items: center;
}

.scale-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-ink);
  font-weight: 800;
}

.scale-label span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(77,130,255,.10);
}

.scale-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}

.scale-line::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 2px;
  background: rgba(14,23,38,.16);
  transform: translateY(-50%);
}

.scale-line i {
  position: relative;
  width: 12px;
  height: 12px;
  justify-self: center;
  border-radius: 999px;
  background: rgba(14,23,38,.22);
}

.scale-row .scale-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #13a66f;
  box-shadow: 0 8px 20px rgba(16,29,52,.18);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.scale-row.level-1 .scale-line::after { left: 0%; }
.scale-row.level-2 .scale-line::after { left: 25%; }
.scale-row.level-3 .scale-line::after { left: 50%; }
.scale-row.level-4 .scale-line::after { left: 75%; }
.scale-row.level-5 .scale-line::after { left: 100%; }


/* Cartes UFPL : analyse + comparatif */

.product-card-stack {
  display: grid;
  gap: 16px;
}

.product-card-stack--horizontal {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 18px;
}

.audit-card {
  position: relative;
  min-height: 160px;
  padding: 28px;
  border: 1px solid var(--color-line);
  border-radius: 28px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow-card);
}

.audit-card strong {
  display: block;
  padding-right: 86px;
  font-size: 22px;
  letter-spacing: -0.025em;
  color: var(--color-ink);
}

.audit-card p {
  color: var(--color-muted);
  margin: 12px 0 0;
}


/* Extra mutuelle : fiscalité + CTA */

.section-pad-sm {
  padding: 28px 0 10px;
}

.mutuelle-extra {
  padding-top: 10px;
  padding-bottom: 70px;
}

.mutuelle-extra .container {
  display: grid;
  gap: 18px;
}

.mutuelle-fiscal-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(19,166,111,.10), rgba(255,255,255,.92));
  border: 1px solid rgba(19,166,111,.18);
  box-shadow: 0 18px 40px rgba(16,29,52,.06);
}

.mutuelle-fiscal-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 900;
  color: #138a5c;
  background: rgba(19,166,111,.12);
}

.mutuelle-fiscal-content h3 {
  margin: 8px 0 8px;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--color-ink);
}

.mutuelle-fiscal-content p {
  margin: 0;
  color: var(--color-muted);
}

.mutuelle-rdv-banner {
  padding: 22px 26px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--color-navy), #0d2f68);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-shadow: var(--shadow-soft);
}

.mutuelle-rdv-banner strong {
  display: block;
  font-size: 24px;
}

.mutuelle-rdv-banner p {
  margin: 4px 0 0;
  color: rgba(255,255,255,.72);
}

.mutuelle-rdv-banner .btn {
  white-space: nowrap;
  background: white;
  color: var(--color-blue-dark);
  box-shadow: none;
}


/* =========================================================
   4. SECTION PRÉVOYANCE
   ========================================================= */

.product-section--dark {
  background: var(--color-navy);
  color: white;
  position: relative;
  overflow: hidden;
}

.product-section--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(77,130,255,.24), transparent 36rem);
}

.product-section--dark .container {
  position: relative;
}

#prevoyance {
  padding-top: 110px;
}

.prevoyance-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 42px;
  align-items: start;
}

.prevoyance-main h2 {
  margin: 18px 0;
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.prevoyance-main > p {
  color: rgba(255,255,255,.72);
  font-size: 18px;
  max-width: 720px;
}

.prevoyance-side {
  display: grid;
  gap: 18px;
}

.tag--light {
  background: rgba(255,255,255,.12);
  color: #cfe0ff;
  border: 1px solid rgba(255,255,255,.14);
}


/* Liste bénéfices prévoyance */

.prevoyance-benefits {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}

.prevoyance-benefits div {
  position: relative;
  padding: 20px 22px 20px 64px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.prevoyance-benefits div + div {
  border-top: 1px solid rgba(255,255,255,.10);
}

.prevoyance-benefits div::before {
  position: absolute;
  left: 22px;
  top: 22px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(77,130,255,.18);
  color: #cfe0ff;
  font-size: 15px;
}

.prevoyance-benefits div:nth-child(1)::before { content: "💶"; }
.prevoyance-benefits div:nth-child(2)::before { content: "🛡️"; }
.prevoyance-benefits div:nth-child(3)::before { content: "🏢"; }
.prevoyance-benefits div:nth-child(4)::before { content: "👥"; }

.prevoyance-benefits strong {
  display: block;
  color: white;
  margin-bottom: 5px;
}

.prevoyance-benefits span {
  display: block;
  color: rgba(255,255,255,.70);
  line-height: 1.55;
}


/* Carte risque */

.risk-panel {
  padding: 32px;
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: var(--shadow-card);
  color: white;
}

.risk-panel h3 {
  font-size: 32px;
  margin-bottom: 14px;
}

.risk-panel p,
.risk-panel li {
  color: rgba(255,255,255,.70);
}

.risk-panel ul {
  margin: 22px 0 0;
  padding-left: 18px;
}

.risk-panel li {
  margin: 10px 0;
}


/* Carte Madelin */

.madelin-card {
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(19,166,111,.15), rgba(255,255,255,.06));
  border: 1px solid rgba(19,166,111,.24);
}

.madelin-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(19,166,111,.16);
  color: #9ee6c2;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.madelin-card h3 {
  margin: 0 0 10px;
  color: white;
  font-size: 22px;
}

.madelin-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
}


/* =========================================================
   5. MÉTHODE UFPL
   ========================================================= */

.method-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.method-step {
  padding: 24px;
  border: 1px solid var(--color-line);
  border-radius: 28px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow-card);
}

.method-step > span {
  color: var(--color-blue-dark);
  font-weight: 900;
  letter-spacing: .08em;
}

.method-step h3 {
  margin: 12px 0 8px;
}

.method-step p {
  color: var(--color-muted);
  margin: 0;
}


/* =========================================================
   6. RENDEZ-VOUS / CALENDLY
   ========================================================= */

.booking-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.booking-copy h2 {
  margin: 18px 0;
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.booking-copy p {
  color: var(--color-muted);
  font-size: 18px;
}

.booking-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.booking-points span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(77,130,255,.08);
  border: 1px solid rgba(77,130,255,.14);
  color: var(--color-blue-dark);
  font-weight: 800;
  font-size: 14px;
}

.calendly-card {
  overflow: hidden;
  border-radius: 28px;
  background: white;
  border: 1px solid var(--color-line);
  box-shadow: var(--shadow-card);
}


/* =========================================================
   7. RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .health-info-layout,
  .mutuelle-layout,
  .prevoyance-layout,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .health-info-center {
    order: 3;
  }

  .health-info-center::before,
  .health-info-center::after {
    display: none;
  }

  .health-info-circle {
    width: 100%;
    height: auto;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    gap: 14px;
  }

  .health-info-bottom {
    grid-template-columns: repeat(2, 1fr);
  }

  .health-info-cta,
  .mutuelle-rdv-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .health-info-cta .btn,
  .mutuelle-rdv-banner .btn {
    width: 100%;
  }

  .scale-header {
    margin-left: 0;
  }
}

@media (max-width: 980px) {
  .health-hero {
    padding-top: 54px;
  }

  .health-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .health-hero-panel {
    min-height: auto;
  }

  .health-floating-note {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

  .method-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .mutuelle-pillars--cards,
  .product-card-stack--horizontal {
    grid-template-columns: repeat(2, 1fr);
  }

  .refund-calc {
    grid-template-columns: 1fr;
  }

  .calc-sign {
    text-align: center;
  }

  .scale-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .scale-header {
    display: none;
  }

  .mutuelle-fiscal-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mutuelle-fiscal-icon {
    margin: auto;
  }
}

@media (max-width: 640px) {
  .health-hero {
    padding-top: 42px;
  }

  .health-hero h1 {
    font-size: 38px;
  }

  .health-trust-row,
  .health-info-bottom,
  .method-steps {
    grid-template-columns: 1fr;
  }

  .health-panel-card.main {
    padding: 24px;
    border-radius: 26px;
  }

  .health-info-card {
    padding: 22px;
    border-radius: 24px;
  }

  .health-info-head {
    align-items: flex-start;
  }

  .health-info-icon {
    width: 58px;
    height: 58px;
    font-size: 26px;
  }

  .health-info-head h3 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .mutuelle-pillars--cards,
  .product-card-stack--horizontal {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 761px) {
  .method-health .method-step {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 14px;
    align-items: center;
  }

  .method-health .method-step > span {
    margin-bottom: 0;
  }

  .method-health .method-step h3 {
    margin-top: 0;
  }

  .method-health .method-step p {
    grid-column: 1 / -1;
    margin-top: 12px;
  }
}
