/* Prototype — catalogue mobile BEMS, tiroir plein écran */
.bems-mobile-catalog {
  position: fixed;
  inset: 0;
  z-index: 10000050;
  display: flex;
  justify-content: flex-end;
  visibility: hidden;
  pointer-events: none;
  font-family: inherit;
}
.bems-mobile-catalog,
.bems-mobile-catalog *,
.bems-mobile-catalog *::before,
.bems-mobile-catalog *::after { box-sizing: border-box; }
.bems-mobile-catalog_open {
  visibility: visible;
  pointer-events: auto;
}
.bems-mobile-catalog__backdrop {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(5, 18, 42, .62);
  opacity: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: opacity .28s ease;
}
.bems-mobile-catalog_open .bems-mobile-catalog__backdrop { opacity: 1; }
.bems-mobile-catalog__sheet {
  position: relative;
  width: min(100%, 430px);
  height: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #f4f7fb;
  color: #10213d;
  box-shadow: -24px 0 70px rgba(3, 18, 52, .28);
  transform: translateX(102%);
  transition: transform .32s cubic-bezier(.22, .8, .25, 1);
  overflow: hidden;
}
.bems-mobile-catalog_open .bems-mobile-catalog__sheet { transform: translateX(0); }
.bems-mobile-catalog__header {
  position: relative;
  flex: 0 0 auto;
  min-height: 104px;
  padding: calc(18px + env(safe-area-inset-top)) 20px 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  overflow: hidden;
  background: linear-gradient(135deg, #132d62 0%, #0758c9 100%);
  color: #fff;
}
.bems-mobile-catalog__header::before,
.bems-mobile-catalog__header::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
}
.bems-mobile-catalog__header::before { width: 150px; height: 150px; right: -52px; top: -85px; }
.bems-mobile-catalog__header::after { width: 76px; height: 76px; right: 48px; bottom: -58px; }
.bems-mobile-catalog__brand-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13);
}
.bems-mobile-catalog__brand-icon svg { width: 23px; height: 23px; stroke: currentColor; fill: none; }
.bems-mobile-catalog__heading { position: relative; z-index: 1; min-width: 0; flex: 1; }
.bems-mobile-catalog__eyebrow {
  display: block;
  margin: 0 0 2px;
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bems-mobile-catalog__title {
  margin: 0 !important;
  color: #fff !important;
  font-size: 21px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
}
.bems-mobile-catalog__close {
  position: relative;
  z-index: 2;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  background: rgba(255,255,255,.12);
  color: #fff;
  cursor: pointer;
}
.bems-mobile-catalog__close:hover,
.bems-mobile-catalog__close:focus-visible { background: rgba(255,255,255,.22); outline: 2px solid #fff; outline-offset: 2px; }
.bems-mobile-catalog__close svg { width: 21px; height: 21px; stroke: currentColor; }
.bems-mobile-catalog__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #bdc9d9 transparent;
}
.bems-mobile-catalog__intro {
  margin: 16px 16px 12px;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #dbe7f8;
  border-radius: 15px;
  background: linear-gradient(135deg, #eef5ff 0%, #fff 100%);
  box-shadow: 0 5px 18px rgba(16, 33, 61, .055);
}
.bems-mobile-catalog__intro-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #0758c9;
  background: #dceaff;
}
.bems-mobile-catalog__intro-icon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; }
.bems-mobile-catalog__intro-copy strong { display: block; margin-bottom: 3px; color: #10213d; font-size: 13px; line-height: 1.25; }
.bems-mobile-catalog__intro-copy span { display: block; color: #667892; font-size: 11.5px; line-height: 1.4; }
.bems-mobile-catalog__section-label {
  margin: 0;
  padding: 5px 18px 9px;
  color: #7c8da7;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.bems-mobile-catalog__tabs {
  display: flex;
  gap: 8px;
  padding: 0 16px 13px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.bems-mobile-catalog__tabs::-webkit-scrollbar { display: none; }
.bems-mobile-catalog__tab {
  flex: 0 0 auto;
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 8px 11px;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: #fff;
  color: #52647e;
  font-family: inherit;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  scroll-snap-align: start;
  box-shadow: 0 2px 8px rgba(16, 33, 61, .04);
}
.bems-mobile-catalog__tab-icon {
  width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
}
.bems-mobile-catalog__tab-icon svg { width: 16px !important; height: 16px !important; display: block; stroke: currentColor; fill: none; }
.bems-mobile-catalog__tab-count {
  min-width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  background: #edf1f6;
  color: #6d7f98;
  font-size: 10px;
  line-height: 1;
}
.bems-mobile-catalog__tab_active {
  border-color: #0758c9;
  background: #0758c9;
  color: #fff;
  box-shadow: 0 7px 16px rgba(7, 88, 201, .22);
}
.bems-mobile-catalog__tab_active .bems-mobile-catalog__tab-count { background: rgba(255,255,255,.18); color: #fff; }
.bems-mobile-catalog__tab:hover,
.bems-mobile-catalog__tab:focus-visible { border-color: #0758c9; outline: none; }
.bems-mobile-catalog__panel { display: none; padding: 0 16px 18px; }
.bems-mobile-catalog__panel_active { display: block; animation: bemsMobilePanel .18s ease; }
@keyframes bemsMobilePanel { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.bems-mobile-catalog__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 3px 2px 10px;
}
.bems-mobile-catalog__panel-head h3 { margin: 0 !important; color: #10213d !important; font-size: 15px !important; font-weight: 750 !important; line-height: 1.25 !important; }
.bems-mobile-catalog__panel-head span { color: #7b8ca5; font-size: 11px; line-height: 1.2; }
.bems-mobile-catalog__courses { display: grid; gap: 10px; }
.bems-mobile-course {
  min-height: 94px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #e0e7f1;
  border-radius: 14px;
  background: #fff;
  color: #10213d !important;
  text-decoration: none !important;
  box-shadow: 0 4px 13px rgba(16, 33, 61, .055);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.bems-mobile-course:hover,
.bems-mobile-course:focus-visible {
  border-color: rgba(7,88,201,.55);
  box-shadow: 0 9px 22px rgba(7,88,201,.12);
  transform: translateY(-2px);
  outline: none;
}
.bems-mobile-course__media { position: relative; min-height: 94px; overflow: hidden; background: #e9eef5; }
.bems-mobile-course__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bems-mobile-course__badge {
  position: absolute;
  left: 7px;
  top: 7px;
  max-width: calc(100% - 14px);
  padding: 4px 6px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(4,65,153,.94);
  color: #fff;
  font-size: 7.5px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.bems-mobile-course__body { min-width: 0; display: flex; flex-direction: column; padding: 10px 11px; }
.bems-mobile-course__title {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #10213d;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bems-mobile-course__meta { display: flex; align-items: center; gap: 6px; margin-top: 5px; color: #71819a; font-size: 10px; line-height: 1.2; }
.bems-mobile-course__dot { width: 3px; height: 3px; border-radius: 50%; background: #a6b2c2; }
.bems-mobile-course__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 6px; }
.bems-mobile-course__price { color: #159447; font-size: 12px; font-weight: 800; line-height: 1.1; }
.bems-mobile-course__arrow { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 7px; background: #eef5ff; color: #0758c9; }
.bems-mobile-course__arrow svg { width: 12px; height: 12px; stroke: currentColor; }
.bems-mobile-catalog__empty { margin: 0; padding: 22px; border: 1px dashed #cbd5e1; border-radius: 13px; background: #fff; color: #64748b; font-size: 12px; text-align: center; }
.bems-mobile-catalog__all-domain { display: inline-flex; align-items: center; gap: 5px; margin: 12px 2px 0; color: #0758c9 !important; font-size: 11.5px; font-weight: 750; line-height: 1.2; text-decoration: none !important; }
.bems-mobile-catalog__footer {
  flex: 0 0 auto;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid #dfe7f1;
  background: rgba(255,255,255,.96);
  box-shadow: 0 -8px 24px rgba(16,33,61,.055);
}
.bems-mobile-catalog__cta {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 13px;
  background: linear-gradient(135deg, #0758c9, #06469f);
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(7,88,201,.22);
}
.bems-mobile-catalog__cta:hover,
.bems-mobile-catalog__cta:focus-visible { color: #fff !important; outline: 3px solid rgba(7,88,201,.24); outline-offset: 2px; }
.bems-mobile-catalog__cta svg { width: 16px; height: 16px; stroke: currentColor; }
body.bems-mobile-catalog-lock { overflow: hidden !important; touch-action: none; }
@media (min-width: 922px) { .bems-mobile-catalog { display: none !important; } }
@media (max-width: 480px) { .bems-mobile-catalog__sheet { width: 100%; } }
@media (prefers-reduced-motion: reduce) {
  .bems-mobile-catalog,
  .bems-mobile-catalog * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
