:root {
  --market-green: #1bb661;
  --market-blue: #296efc;
  --market-pink: #f6d1e7;
  --market-yellow: #ffe36b;
  --market-bg1: #f5fbfa;
  --market-bg2: #eaf6ff;
  --market-shadow: 0 8px 32px rgba(28,128,99,.10);
}
.bg-gradient-market {
  background: linear-gradient(115deg, var(--market-bg1) 50%, var(--market-bg2) 100%);
  min-height: 100vh;
}
.econ-hero-modern {
  min-height: 570px;
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.98);
  border-radius: 2.3rem;
  margin-top: 85px;
  margin-bottom: 4rem;
  box-shadow: var(--market-shadow);
  position: relative;
  overflow: hidden;
}
.econ-badge-modern {
  background: linear-gradient(80deg, #d1ffe9 0, #caf4ff 100%);
  color: #179e61;
  font-size: 1.11rem;
  font-weight: 700;
  border-radius: 1.2rem;
  padding: 0.6rem 1.4rem;
  box-shadow: 0 2px 16px rgba(18,128,99,.07);
  letter-spacing: .5px;
  display: inline-block;
}
.brand-gradient {
  background: linear-gradient(90deg, #1bb661 60%, #296efc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.btn-gradient-market {
  background: linear-gradient(90deg, #2ed57c, #34a1fd 90%);
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 3px 16px rgba(46,213,124,.15);
  border: none;
  transition: box-shadow .17s, transform .11s;
}
.btn-gradient-market:hover {
  color: #fff;
  box-shadow: 0 7px 32px rgba(46,213,124,.21);
  transform: translateY(-2px) scale(1.02);
}
.hero-promo-banner {
  background: rgba(41,110,252,.13);
  border-radius: 1rem;
  color: #296efc;
  font-weight: 600;
  padding: .5rem 1.2rem;
  display: inline-block;
  margin-top: 1rem;
}
.econ-hero-video-glass {
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.econ-hero-video {
  width: 100%;
  border-radius: 1.7rem;
  z-index: 1;
  box-shadow: 0 8px 32px rgba(41,110,252,.10);
  object-fit: cover;
}
.econ-hero-glass {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 1.7rem;
  background: rgba(230, 245, 251, 0.23);
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  z-index: 2;
  pointer-events: none;
}
.econ-hero-video-caption {
  position: absolute;
  left: 16px; bottom: 10px; z-index: 3;
  background: rgba(27,182,97,.77);
  padding: .36rem .85rem .36rem .7rem;
  border-radius: 1.2rem;
  font-size: 1.03rem;
  font-weight: 600;
  box-shadow: 0 2px 10px rgba(27,182,97,.09);
}

.track-order-modern {
  background: linear-gradient(90deg, #eaf6ff 0, #d1ffe9 100%);
  border-radius: 1.3rem;
  box-shadow: 0 2px 16px rgba(27,182,97,0.05);
  padding: 2rem 1.2rem 1.2rem 1.2rem;
  margin-bottom: 3.5rem;
}
.econ-track-form input[type="text"] {
  border-radius: 2rem;
  border: 1.3px solid #b4e6cd;
  padding: 0.6rem 1.5rem;
  min-width: 200px;
  transition: border .18s;
  font-size: 1.09rem;
  background: #f6fdff;
}
.econ-track-form input[type="text"]:focus {
  outline: none;
  border: 1.7px solid #34a1fd;
  background: #fff;
}

.products-section-modern {
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 2px 20px rgba(41,110,252,0.07);
  margin-bottom: 3rem;
  padding: 2.3rem 1.1rem 1.6rem 1.1rem;
}
.econ-section-title-modern {
  font-weight: 800;
  font-size: 2.2rem;
  letter-spacing: -0.7px;
  color: #146c43;
}
.econ-product-card-modern {
  border: none;
  border-radius: 1.4rem;
  transition: box-shadow .18s, transform .18s;
  box-shadow: 0 2px 18px rgba(18,128,99,.09);
  background: #f9fcff;
  display: flex;
  flex-direction: column;
}
.econ-product-card-modern:hover {
  box-shadow: 0 10px 34px rgba(18,128,99,.17);
  transform: translateY(-6px) scale(1.028);
}
.product-image-modern {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(120deg, #e6f2ff 60%, #d4f7e7 100%);
  border-radius: 1.4rem 1.4rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-image-modern img {
  max-width: 80%;
  max-height: 145px;
  border-radius: 1.3rem;
  margin: 0 auto;
  transition: transform .13s;
}
.econ-product-card-modern:hover img {
  transform: scale(1.05);
}
.badge-new {
  position: absolute;
  top: 16px;
  left: 16px;
  background: linear-gradient(90deg, #296efc, #1bb661 100%);
  color: #fff;
  font-size: .9rem;
  padding: .38em 1.1em;
  border-radius: 1em;
  font-weight: 700;
  letter-spacing: .3px;
  box-shadow: 0 2px 10px rgba(41,110,252,.10);
}

.price-market { color: #1bb661; }

.formations-section-modern {
  background: #fcfcfd;
  border-radius: 1.4rem;
  box-shadow: 0 2px 20px rgba(20,108,67,0.03);
  margin-bottom: 2.5rem;
  padding: 2rem 1.1rem 1.7rem 1.1rem;
}
.econ-formation-card-modern {
  border: 1.2px solid #d8f4ea;
  border-radius: 1.2rem;
  box-shadow: 0 2px 11px rgba(41,110,252,0.07);
  background: #fff;
  height: 100%;
  transition: border .13s;
}
.econ-formation-card-modern:hover {
  border: 1.5px solid #34a1fd;
}

.impact-section-modern {
  background: linear-gradient(110deg, #f6d1e7 0, #eaf6ff 100%);
  border-radius: 1.7rem;
  box-shadow: 0 2px 18px rgba(41,110,252,.08);
  margin-bottom: 2.8rem;
  padding: 2.3rem 1.3rem;
}
.impact-cards-grid {
  gap: 1.7rem 1.3rem;
}
.impact-card-modern {
  background: #fff;
  border-radius: 1.2rem;
  padding: 1.2rem 1.4rem;
  min-width: 155px;
  text-align: center;
  box-shadow: 0 2px 13px rgba(20,108,67,0.07);
}
.impact-list li {
  font-size: 1.11rem;
  margin-bottom: .55em;
}

.econ-quote-modern {
  max-width: 640px;
  background: linear-gradient(90deg, #fff 70%, #eaf6ff 100%);
  border-radius: 1.5rem;
  padding: 2.2rem 2.3rem 1.4rem 2.3rem;
  box-shadow: 0 2px 13px rgba(41,110,252,0.05);
  font-size: 1.22rem;
  color: #233;
  position: relative;
}
.econ-quote-mark {
  font-size: 2.2rem;
  color: #296efc;
  font-weight: 900;
  opacity: .32;
  vertical-align: middle;
}
.econ-quote-person {
  color: #17794c;
}

.cta-modern .btn {
  font-size: 1.18rem;
  padding: .82rem 2.8rem;
  font-weight: 700;
}

.market-pills-filters {
  gap: .6rem;
}
.filter-pill {
  display: inline-block;
  padding: .55rem 1.6rem;
  font-size: 1.08rem;
  font-weight: 600;
  border-radius: 2rem;
  background: #f8fcfd;
  color: #228a57;
  border: 1.5px solid #e3ece6;
  transition: 
    background .16s, 
    color .13s, 
    border .13s, 
    box-shadow .16s;
  text-decoration: none;
  box-shadow: 0 1px 8px rgba(41,110,252,0.04);
}
.filter-pill:hover, .filter-pill:focus {
  background: #eaf6ff;
  color: #146c43;
  border-color: #34a1fd;
  text-decoration: none;
}
.filter-pill.active, .filter-pill.active:focus {
  background: linear-gradient(90deg, #2ed57c 60%, #34a1fd 100%);
  color: #fff;
  border-color: #2ed57c;
  box-shadow: 0 3px 16px rgba(46,213,124,.10);
}
@media (max-width: 767px) {
  .market-pills-filters { gap: .3rem; }
  .filter-pill { font-size: .99rem; padding: .44rem .8rem; }
}

@media (max-width: 991px) {
  .econ-hero-modern { padding: 2.2rem 0.8rem 1.2rem 0.8rem; margin-top: 65px; }
  .econ-section-title-modern { font-size: 1.5rem; }
}
@media (max-width: 767px) {
  .econ-hero-modern { flex-direction: column; min-height: 350px; margin-top: 55px; }
  .econ-hero-video-glass { max-width: 99vw; aspect-ratio: 16/9; }
  .econ-section-title-modern { font-size: 1.18rem; }
  .econ-quote-modern { padding: 1.2rem .7rem; font-size: 1.04rem; }
  .impact-cards-grid { gap: 1rem .7rem;}
}

/* Cacher le flou quand checkbox cochée */
#play-toggle:checked ~ .container .econ-hero-glass {
  opacity: 0;
  transition: opacity 0.4s ease;
}
