.elementor-27494 .elementor-element.elementor-element-89d5b23{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27494 .elementor-element.elementor-element-c1da9fa{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-27494 .elementor-element.elementor-element-c1da9fa{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-27494 .elementor-element.elementor-element-c1da9fa{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-c1da9fa *//* EduCam Header — clean build */
.educam-header,
.educam-header *,
.educam-header *::before,
.educam-header *::after {
  box-sizing: border-box;
}

.educam-header {
  --educam-header-accent: #ffc221;
  --educam-header-search-bg: #f1f6ff;
  --educam-header-search-bg-hover: #edf4ff;
  --educam-user-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M20 21a8 8 0 0 0-16 0M12 13a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z'/%3E%3C/svg%3E");

  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  isolation: isolate;
  overflow: visible;
  background: var(--educam-white, #ffffff);
  color: var(--educam-navy, #202744);
  font-family: inherit;
  border-bottom: 1px solid rgba(231, 234, 240, 0.82);
  box-shadow: none;
}

.educam-header a {
  color: inherit;
  text-decoration: none;
}

.educam-header button,
.educam-header input {
  font-family: inherit;
}

.educam-header button {
  appearance: none;
  -webkit-appearance: none;
}

.educam-header svg,
.educam-header img {
  display: block;
}

.educam-header :focus {
  outline: none;
}

.educam-header a:focus-visible,
.educam-header button:focus-visible {
  outline: 2px solid rgba(1, 113, 220, 0.38);
  outline-offset: 3px;
  border-radius: 12px;
}

/* Promo */
.educam-header__promo {
  position: relative;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 56px;
  background: var(--educam-navy, #202744);
  color: var(--educam-white, #ffffff);
  text-align: center;
  font-size: 13.2px;
  font-weight: 500;
  line-height: 1.35;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.educam-header__promo strong {
  font-weight: 600;
}

.educam-header__promo a {
  color: var(--educam-white, #ffffff);
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  transition: color 0.18s var(--educam-ease, ease), border-color 0.18s var(--educam-ease, ease);
}

.educam-header__promo a:hover {
  color: var(--educam-header-accent);
  border-bottom-color: var(--educam-header-accent);
}

.educam-header__promo-close {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--educam-white, #ffffff);
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.educam-header__promo-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--educam-header-accent);
}

.educam-header__promo-close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.educam-header.is-promo-hidden .educam-header__promo {
  display: none;
}

/* Main bar */
.educam-header__inner {
  width: min(100% - 56px, var(--educam-container, 1340px));
  max-width: var(--educam-container, 1340px);
  min-height: 64px;
  display: grid;
  grid-template-columns: auto auto minmax(220px, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin: 0 auto;
  background: var(--educam-white, #ffffff);
  overflow: visible;
}

.educam-header__logo {
  width: 126px;
  min-width: 126px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.educam-header__logo img {
  width: 100%;
  height: auto;
  max-height: 34px;
  object-fit: contain;
}

.educam-header__burger {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4.5px;
  border: 0;
  border-radius: 999px;
  background: var(--educam-soft, #f5f7fb);
  color: var(--educam-navy, #202744);
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.educam-header__burger span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.24s var(--educam-ease, ease), opacity 0.2s var(--educam-ease, ease);
}

.educam-header.is-mobile-open .educam-header__burger span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.educam-header.is-mobile-open .educam-header__burger span:nth-child(2) {
  opacity: 0;
}

.educam-header.is-mobile-open .educam-header__burger span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.educam-header__burger:hover,
.educam-header.is-mobile-open .educam-header__burger,
.educam-header__account:hover,
.educam-header__utility:hover,
.educam-header__mobile-search:hover,
.educam-header__mobile-search[aria-expanded="true"] {
  background: var(--educam-soft-blue, #eef6ff);
  color: var(--educam-blue, #0171dc);
  transform: translateY(-1px);
}

/* Desktop navigation */
.educam-header__nav,
.educam-header__list,
.educam-header__item {
  overflow: visible;
}

.educam-header__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0 20px;
}

.educam-header__item {
  position: relative;
  margin: 0;
  padding: 0;
}

.educam-header__item::after {
  content: "";
  position: absolute;
  left: -18px;
  right: -18px;
  top: 100%;
  height: 18px;
}

.educam-header__link {
  height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: var(--educam-navy, #202744);
  padding: 0;
  margin: 0;
  box-shadow: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: color 0.2s var(--educam-ease, ease);
}

.educam-header__link:hover,
.educam-header__item.is-active > .educam-header__link,
.educam-header__link[aria-expanded="true"] {
  color: var(--educam-blue, #0171dc);
}

.educam-header__link svg {
  width: 12px;
  height: 12px;
  transition: transform 0.24s var(--educam-ease, ease);
}

.educam-header__item:hover > .educam-header__link svg,
.educam-header__item.is-active > .educam-header__link svg {
  transform: rotate(180deg);
}

.educam-header__link path,
.educam-menu-card__svg path,
.educam-header__utility svg path,
.educam-header__mobile-search svg path,
.educam-mobile-search__close svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Menus */
.educam-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 5400;
  width: 288px;
  padding: 14px;
  border: 0;
  border-radius: 8px;
  background: var(--educam-white, #ffffff);
  box-shadow: 0 18px 42px rgba(13, 12, 34, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 12px, 0) scale(0.985);
  transform-origin: 50% 0;
  transition: opacity 0.24s var(--educam-ease, ease), transform 0.24s var(--educam-ease, ease), visibility 0s linear 0.28s;
}

.educam-header__item.is-active > .educam-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0s;
}

.educam-header .educam-menu[data-educam-fixed="true"] {
  position: fixed;
  left: var(--educam-menu-left, 16px);
  top: var(--educam-menu-top, 72px);
  right: auto;
  max-width: calc(100vw - 32px);
  transform: translate3d(0, 10px, 0) scale(0.985);
  transform-origin: top left;
  z-index: 2147483000;
}

.educam-header__item.is-active > .educam-menu[data-educam-fixed="true"] {
  transform: translate3d(0, 0, 0) scale(1);
}

.educam-header.is-menu-scroll-locked .educam-menu,
.educam-header.is-menu-scroll-locked .educam-search-panel,
.educam-header.is-menu-scroll-locked .educam-cart-preview,
.educam-header.is-hover-suspended .educam-header__utility-wrap:hover .educam-cart-preview,
.educam-header.is-layer-reset .educam-menu,
.educam-header.is-layer-reset .educam-search-panel,
.educam-header.is-layer-reset .educam-cart-preview {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 10px, 0) scale(0.985);
}

.educam-header.is-layer-reset .educam-mobile,
.educam-header.is-layer-reset .educam-mobile-search {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.educam-menu--mega {
  width: min(760px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 8px 14px;
  padding: 14px;
  overflow: visible;
}

.educam-menu__main {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.educam-menu-card,
.educam-menu-card:visited {
  min-height: 52px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--educam-navy, #202744);
  overflow: visible;
  transition: background 0.2s var(--educam-ease, ease), color 0.2s var(--educam-ease, ease), transform 0.2s var(--educam-ease, ease);
}

.educam-menu-card:hover,
.educam-menu__side a:hover {
  background: var(--educam-soft, #f5f7fb);
  color: var(--educam-blue, #0171dc);
  transform: translateX(2px);
  box-shadow: none;
}

.educam-menu-card::before,
.educam-menu-card::after,
.educam-menu__side a::before,
.educam-menu__side a::after,
.educam-menu__bottom::after {
  content: none;
  display: none;
}

.educam-menu-card__svg {
  width: 21px;
  height: 21px;
  display: block;
  justify-self: center;
  flex: 0 0 auto;
  margin: 2px auto 0;
  color: var(--educam-blue, #0171dc);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}

.educam-menu-card > span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.educam-menu-card strong {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.educam-menu-card em {
  color: var(--educam-navy, #202744);
  font-size: 12.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.34;
}

.educam-menu__side {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 6px 0;
}

.educam-menu__side-title {
  margin: 0 0 1px;
  color: var(--educam-navy, #202744);
  font-size: 11.8px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.educam-menu__side a {
  width: fit-content;
  max-width: 100%;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  color: var(--educam-navy, #202744);
  padding: 7px 10px;
  font-size: 14.2px;
  font-weight: 600;
  line-height: 1.18;
  white-space: nowrap;
  transition: background 0.2s var(--educam-ease, ease), color 0.2s var(--educam-ease, ease), transform 0.2s var(--educam-ease, ease);
}

.educam-menu__bottom,
.educam-menu__bottom:visited {
  min-height: 42px;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  margin-top: 8px;
  padding: 11px 10px 0;
  border-top: 1px solid var(--educam-line, #e7eaf0);
  border-radius: 0;
  background: transparent;
  color: var(--educam-navy, #202744);
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.005em;
  transform: none;
}

.educam-menu__bottom::before {
  content: "";
  width: 6px;
  height: 6px;
  min-width: 6px;
  margin: 0 9px 0 0;
  border-radius: 999px;
  background: var(--educam-blue, #0171dc);
}

.educam-menu__bottom:hover {
  background: transparent;
  color: var(--educam-blue, #0171dc);
  box-shadow: none;
  transform: none;
}

.educam-menu--community {
  width: min(420px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  left: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 12px;
  overflow: visible;
}

.educam-menu--community .educam-menu-card,
.educam-menu--community .educam-menu-card:visited {
  width: 100%;
  min-height: 56px;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 9px 10px;
  border-radius: 10px;
}

.educam-menu--community .educam-menu-card__svg {
  align-self: start;
  stroke-width: 1.85;
}

.educam-menu--community .educam-menu-card strong {
  font-size: 14.15px;
  line-height: 1.18;
  letter-spacing: -0.012em;
  white-space: normal;
}

.educam-menu--community .educam-menu-card em {
  font-size: 12.65px;
  white-space: normal;
}

/* Social */
.educam-community-follow,
.educam-mobile-follow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 8px;
  padding: 10px 8px 0;
  border-top: 0;
  box-shadow: inset 0 1px 0 rgba(231, 234, 240, 0.68);
}

.educam-menu--community .educam-community-follow {
  margin-top: 6px;
  padding: 11px 10px 0;
}

.educam-community-follow > span,
.educam-mobile-follow > span {
  flex: 0 0 auto;
  color: var(--educam-navy, #202744);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.educam-community-socials,
.educam-mobile-socials {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.educam-community-socials a,
.educam-mobile-socials a {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--educam-navy, #202744);
  padding: 0;
  opacity: 0.94;
  line-height: 1;
  transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.educam-community-socials a:hover,
.educam-mobile-socials a:hover {
  color: var(--educam-blue, #0171dc);
  opacity: 1;
  transform: translateY(-1px);
}

.educam-community-socials svg,
.educam-mobile-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

.educam-community-socials a[aria-label="YouTube"] svg,
.educam-mobile-socials a[aria-label="YouTube"] svg {
  width: 19px;
  height: 19px;
}

/* Search — rebuilt */
.educam-search-wrap {
  position: relative;
  width: 100%;
  max-width: 480px;
  min-width: 0;
  justify-self: stretch;
  isolation: isolate;
}

.educam-header__search {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 42px;
  min-height: 42px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;

  padding: 0 16px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: var(--educam-header-search-bg);
  color: var(--educam-navy, #202744);
  box-shadow: none;
  outline: 0;
  overflow: hidden;

  transition: background 0.2s var(--educam-ease, ease), box-shadow 0.2s var(--educam-ease, ease);
}

.educam-header__search:hover,
.educam-search-wrap.is-search-open .educam-header__search {
  background: var(--educam-header-search-bg-hover);
}

.educam-header__search:focus-within {
  background: var(--educam-header-search-bg-hover);
  box-shadow: inset 0 0 0 2px rgba(1, 113, 220, 0.24);
}

.educam-header__search::before,
.educam-header__search::after {
  content: none;
  display: none;
}

.educam-header__search > svg {
  position: static;
  inset: auto;
  transform: none;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  display: block;
  margin: 0;
  padding: 0;
  color: var(--educam-navy, #202744);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.educam-header__search > button {
  position: static;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  display: grid;
  place-items: center;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--educam-navy, #202744);
  box-shadow: none;
  line-height: 1;
  cursor: pointer;
}

.educam-header__search > button svg,
.educam-header__search .educam-search-icon svg {
  position: static;
  inset: auto;
  transform: none;
  width: 18px;
  height: 18px;
  display: block;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.educam-header__search input,
.educam-header__search input[type="search"],
.educam-header__search input[type="text"] {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  height: 100%;
  min-height: 0;

  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;

  color: var(--educam-navy, #202744);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;

  appearance: none;
  -webkit-appearance: none;
}

.educam-header__search input:focus,
.educam-header__search input:focus-visible {
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.educam-header__search input::placeholder {
  color: var(--educam-navy, #202744);
  opacity: 0.9;
}

.educam-header__search input::-webkit-search-decoration,
.educam-header__search input::-webkit-search-cancel-button,
.educam-header__search input::-webkit-search-results-button,
.educam-header__search input::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

.educam-search-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 5400;
  padding: 10px;
  border: 0;
  border-radius: 14px;
  background: var(--educam-white, #ffffff);
  box-shadow: 0 14px 34px rgba(13, 12, 34, 0.07);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 10px, 0) scale(0.985);
  transition: opacity 0.22s var(--educam-ease, ease), transform 0.22s var(--educam-ease, ease), visibility 0s linear 0.25s;
}

.educam-search-wrap.is-search-open .educam-search-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0s;
}

.educam-search-results {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
}

.educam-search-item,
.educam-search-item:visited {
  width: 100%;
  min-height: 38px;
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 7px 8px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--educam-navy, #202744);
  box-shadow: none;
  transform: none;
  white-space: nowrap;
  transition: background 0.2s var(--educam-ease, ease), color 0.2s var(--educam-ease, ease);
}

.educam-search-item:hover {
  background: var(--educam-soft, #f5f7fb);
  color: var(--educam-blue, #0171dc);
}

.educam-search-item__icon {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  color: currentColor;
}

.educam-search-item__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.educam-search-item__body {
  display: block;
  min-width: 0;
}

.educam-search-item strong {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: inherit;
  font-size: 13.45px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Actions */
.educam-header__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}

.educam-header__account,
.educam-header__account:visited {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--educam-soft, #f5f7fb);
  color: var(--educam-navy, #202744);
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.educam-header__account-label {
  display: inline-block;
}

.educam-header.is-user-logged-in .educam-header__account,
body.logged-in .educam-header .educam-header__account {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.educam-header.is-user-logged-in .educam-header__account-label,
body.logged-in .educam-header .educam-header__account-label {
  display: none;
}

.educam-header.is-user-logged-in .educam-header__account::before,
body.logged-in .educam-header .educam-header__account::before,
.educam-header__account[data-educam-icon-only="true"]::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: currentColor;
  -webkit-mask: var(--educam-user-icon) center / contain no-repeat;
  mask: var(--educam-user-icon) center / contain no-repeat;
}

.educam-header__utility-wrap {
  position: relative;
  flex: 0 0 auto;
}

.educam-header__utility,
.educam-header__utility:visited,
.educam-header__mobile-search,
.educam-header__mobile-search:visited {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: var(--educam-soft, #f5f7fb);
  color: var(--educam-navy, #202744);
  padding: 0;
  margin: 0;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.educam-header__utility svg,
.educam-header__mobile-search svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.educam-header__mobile-search {
  display: none;
}

.educam-cart-count {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 18px;
  height: 18px;
  display: none;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--educam-header-accent);
  color: var(--educam-navy, #202744);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 0 2px var(--educam-white, #ffffff);
}

.educam-cart-count.is-visible {
  display: grid;
}

/* Cart preview */
.educam-cart-preview {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 5200;
  width: 340px;
  max-width: calc(100vw - 32px);
  border: 1px solid rgba(231, 234, 240, 0.92);
  border-radius: 14px;
  background: var(--educam-white, #ffffff);
  box-shadow: 0 16px 38px rgba(13, 12, 34, 0.09);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 12px, 0) scale(0.985);
  transform-origin: top right;
  transition: opacity 0.24s var(--educam-ease, ease), transform 0.24s var(--educam-ease, ease), visibility 0s linear 0.28s;
}

.educam-cart-preview::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}

.educam-header__utility-wrap:hover .educam-cart-preview,
.educam-header__utility-wrap:focus-within .educam-cart-preview,
.educam-cart-preview.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0s;
}

.educam-cart-preview__head,
.educam-cart-preview__foot {
  padding: 13px 14px;
}

.educam-cart-preview__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--educam-line, #e7eaf0);
}

.educam-cart-preview__title {
  color: var(--educam-navy, #202744);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.educam-cart-preview__count {
  color: var(--educam-navy, #202744);
  font-size: 12.5px;
  font-weight: 600;
}

.educam-cart-preview__body {
  max-height: 320px;
  overflow: auto;
  padding: 8px;
}

.educam-cart-preview__empty {
  padding: 18px 14px;
  text-align: center;
}

.educam-cart-preview__empty strong {
  display: block;
  color: var(--educam-navy, #202744);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.educam-cart-preview__empty span {
  display: block;
  margin-top: 5px;
  color: var(--educam-navy, #202744);
  font-size: 13px;
  line-height: 1.45;
}

.educam-cart-preview__items {
  display: grid;
  gap: 6px;
}

.educam-cart-preview__item,
.educam-cart-preview__item:visited {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 10px;
  color: var(--educam-navy, #202744);
  transition: background 0.2s var(--educam-ease, ease);
}

.educam-cart-preview__item:hover {
  background: var(--educam-soft, #f5f7fb);
}

.educam-cart-preview__item-main,
.educam-cart-preview__item-main:visited {
  display: contents;
  color: inherit;
}

.educam-cart-preview__thumb {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: var(--educam-soft, #f5f7fb);
  overflow: hidden;
}

.educam-cart-preview__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.educam-cart-preview__name {
  display: block;
  color: var(--educam-navy, #202744);
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.28;
}

.educam-cart-preview__meta {
  display: block;
  margin-top: 3px;
  color: var(--educam-navy, #202744);
  font-size: 12.5px;
  line-height: 1.3;
}

.educam-cart-preview__remove,
.educam-cart-preview__remove:visited {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--educam-soft, #f5f7fb);
  color: var(--educam-navy, #202744);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.educam-cart-preview__remove:hover {
  background: var(--educam-soft-blue, #eef6ff);
  color: var(--educam-blue, #0171dc);
}

.educam-cart-preview__total {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px 0;
  border-top: 1px solid var(--educam-line, #e7eaf0);
}

.educam-cart-preview__total span,
.educam-cart-preview__total strong {
  color: var(--educam-navy, #202744);
}

.educam-cart-preview__total span {
  font-size: 13px;
  font-weight: 600;
}

.educam-cart-preview__total strong {
  font-size: 15px;
  font-weight: 700;
}

.educam-cart-preview__foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border-top: 1px solid var(--educam-line, #e7eaf0);
}

.educam-cart-preview__btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 14px;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1;
}

.educam-cart-preview__btn--ghost {
  background: var(--educam-soft, #f5f7fb);
  color: var(--educam-navy, #202744);
}

.educam-cart-preview__btn--ghost:hover {
  background: var(--educam-soft-blue, #eef6ff);
  color: var(--educam-blue, #0171dc);
}

.educam-header .educam-cart-preview__btn--primary {
  background: var(--educam-blue, #0171dc);
  color: var(--educam-white, #ffffff);
}

.educam-header .educam-cart-preview__btn--primary:hover {
  background: var(--educam-blue-hover, #005fbd);
  color: var(--educam-white, #ffffff);
}

/* Mobile menu */
.educam-mobile {
  display: none;
}

@media (max-width: 1180px) {
  .educam-header__inner {
    width: min(100% - 32px, var(--educam-container, 1340px));
    gap: 14px;
  }

  .educam-header__logo {
    width: 116px;
    min-width: 116px;
  }

  .educam-header__list {
    gap: 18px;
  }

  .educam-search-wrap {
    max-width: 410px;
  }
}

@media (max-width: 1080px) {
  .educam-header__inner > .educam-search-wrap {
    display: none;
  }

  .educam-header__mobile-search,
  .educam-header__mobile-search:visited {
    display: grid;
  }
}

@media (max-width: 960px) {
  .educam-header__promo {
    min-height: 45px;
    justify-content: center;
    padding: 9px 46px;
    text-align: center;
    font-size: 12.8px;
  }

  .educam-header__inner {
    width: 100%;
    min-height: 58px;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 9px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(231, 234, 240, 0.9);
  }

  .educam-header__burger {
    display: inline-flex;
    justify-self: start;
  }

  .educam-header__logo {
    width: 114px;
    min-width: 0;
    height: 31px;
    justify-self: start;
  }

  .educam-header__nav,
  .educam-header__utility-wrap {
    display: none;
  }

  .educam-header__actions {
    justify-self: end;
    gap: 8px;
  }

  .educam-header__account,
  .educam-header__account:visited,
  .educam-header.is-user-logged-in .educam-header__account,
  body.logged-in .educam-header .educam-header__account {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }

  .educam-header__account-label {
    display: none;
  }

  .educam-header__account::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: currentColor;
    -webkit-mask: var(--educam-user-icon) center / contain no-repeat;
    mask: var(--educam-user-icon) center / contain no-repeat;
  }

  .educam-mobile {
    position: fixed;
    top: var(--educam-mobile-top, 58px);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: block;
    height: 0;
    overflow: hidden;
    background: var(--educam-white, #ffffff);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.22s var(--educam-ease, ease), visibility 0.22s var(--educam-ease, ease), transform 0.22s var(--educam-ease, ease);
  }

  .educam-header.is-mobile-open .educam-mobile {
    height: calc(100dvh - var(--educam-mobile-top, 58px));
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .educam-mobile__panel {
    width: 100%;
    display: grid;
    gap: 0;
    padding: 10px 14px 34px;
  }

  .educam-mobile__intro {
    padding: 10px 2px 12px;
  }

  .educam-mobile__intro strong {
    display: block;
    color: var(--educam-navy, #202744);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.025em;
  }

  .educam-mobile__intro span {
    display: none;
  }

  .educam-mobile__section {
    padding: 12px 0 14px;
    border-top: 1px solid rgba(231, 234, 240, 0.82);
  }

  .educam-mobile__section:first-of-type {
    border-top: 0;
    padding-top: 0;
  }

  .educam-mobile__heading {
    margin: 0 0 9px;
    color: var(--educam-navy, #202744);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .educam-mobile-programs,
  .educam-mobile-row-links {
    display: grid;
  }

  .educam-mobile-programs {
    gap: 6px;
  }

  .educam-mobile-program {
    min-height: 58px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 10px;
    padding: 8px 2px;
    border-radius: 8px;
    color: var(--educam-navy, #202744);
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
  }

  .educam-mobile-program:hover,
  .educam-mobile-row-link:hover {
    background: var(--educam-soft, #f5f7fb);
    color: var(--educam-blue, #0171dc);
    transform: translateX(2px);
  }

  .educam-mobile-program__icon {
    width: 24px;
    height: 24px;
    display: block;
    justify-self: center;
    color: var(--educam-blue, #0171dc);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
    overflow: visible;
  }

  .educam-mobile-program__icon path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .educam-mobile-program__body {
    min-width: 0;
    display: grid;
    gap: 2px;
  }

  .educam-mobile-program__body strong {
    color: inherit;
    font-size: 15.2px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.015em;
  }

  .educam-mobile-program__body span {
    color: var(--educam-navy, #202744);
    font-size: 12.7px;
    line-height: 1.32;
  }

  .educam-mobile-program__arrow,
  .educam-mobile-row-link span {
    color: var(--educam-navy, #202744);
    line-height: 1;
  }

  .educam-mobile-program__arrow {
    font-size: 19px;
  }

  .educam-mobile-row-link {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 2px;
    border-radius: 8px;
    color: var(--educam-navy, #202744);
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.2;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
  }

  .educam-mobile-row-link span {
    font-size: 18px;
  }

  .educam-mobile-follow {
    margin: 10px 0 0;
    padding: 12px 2px 0;
    box-shadow: inset 0 1px 0 rgba(231, 234, 240, 0.72);
  }

  body.educam-menu-open {
    overflow: hidden;
    touch-action: none;
  }
}

/* Mobile search */
.educam-mobile-search {
  display: none;
}

@media (max-width: 1080px) {
  .educam-mobile-search {
    position: fixed;
    top: var(--educam-mobile-top, 58px);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10002;
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--educam-white, #ffffff);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.22s var(--educam-ease, ease), visibility 0.22s var(--educam-ease, ease), transform 0.22s var(--educam-ease, ease);
  }

  .educam-header.is-mobile-search-open .educam-mobile-search {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .educam-mobile-search__panel {
    position: relative;
    width: min(100% - 24px, 760px);
    margin: 0 auto;
    padding: 12px 0 34px;
  }

  .educam-mobile-search__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: start;
    gap: 8px;
  }

  .educam-mobile-search__close {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: var(--educam-soft, #f5f7fb);
    color: var(--educam-navy, #202744);
    padding: 0;
    margin: 1px 0 0;
    box-shadow: none;
    cursor: pointer;
  }

  .educam-mobile-search__close:hover {
    background: var(--educam-soft-blue, #eef6ff);
    color: var(--educam-blue, #0171dc);
  }

  .educam-mobile-search__close svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .educam-mobile-search .educam-search-wrap {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .educam-mobile-search .educam-header__search {
    height: 56px;
    min-height: 56px;
    gap: 12px;
    padding: 0 20px;
    background: var(--educam-header-search-bg);
  }

  .educam-mobile-search .educam-header__search > svg,
  .educam-mobile-search .educam-header__search > button,
  .educam-mobile-search .educam-header__search > button svg {
    width: 22px;
    height: 22px;
    min-width: 22px;
    flex-basis: 22px;
  }

  .educam-mobile-search .educam-header__search input,
  .educam-header .educam-header__search input {
    font-size: 16px;
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  .educam-mobile-search__hint {
    margin: 16px 0 8px;
    color: var(--educam-navy, #202744);
    font-size: 12.2px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .educam-mobile-search .educam-search-panel {
    position: static;
    inset: auto;
    width: 100%;
    margin: 14px 0 0;
    padding: 2px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .educam-mobile-search .educam-search-results {
    gap: 3px;
  }

  .educam-mobile-search .educam-search-item,
  .educam-mobile-search .educam-search-item:visited {
    min-height: 42px;
    padding: 8px;
    border-radius: 10px;
  }

  body.educam-search-open {
    overflow: hidden;
    touch-action: none;
  }
}

@media (max-width: 430px) {
  .educam-mobile__panel {
    padding-left: 12px;
    padding-right: 12px;
  }

  .educam-mobile__intro strong {
    font-size: 20px;
  }

  .educam-mobile-program__body span {
    font-size: 12.3px;
  }

  .educam-mobile-search__panel {
    width: calc(100% - 24px);
    padding-top: 12px;
  }

  .educam-mobile-search__close {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}

@media (max-width: 380px) {
  .educam-header__inner {
    padding: 0 10px;
  }

  .educam-header__logo {
    width: 104px;
  }

  .educam-header__actions {
    gap: 6px;
  }

  .educam-header__burger,
  .educam-header__mobile-search,
  .educam-header__account,
  .educam-header__account:visited {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
  }

  .educam-mobile-program {
    grid-template-columns: 32px minmax(0, 1fr) 14px;
    gap: 9px;
  }

  .educam-mobile-program__icon {
    width: 23px;
    height: 23px;
  }

  .educam-mobile-program__body strong {
    font-size: 14.5px;
  }

  .educam-mobile-program__body span {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .educam-header *,
  .educam-header *::before,
  .educam-header *::after {
    scroll-behavior: auto;
    transition-duration: 0.001ms;
    animation-duration: 0.001ms;
    animation-iteration-count: 1;
  }
}/* End custom CSS */