.abibitumi-ecosystem-launcher,
.abibitumi-ecosystem-launcher * {
  box-sizing: border-box;
}

.abibitumi-ecosystem-launcher {
  --ael-black: #070707;
  --ael-black-2: #111111;
  --ael-red: #b5121b;
  --ael-red-2: #e1222a;
  --ael-green: #09783c;
  --ael-green-2: #10a654;
  --ael-cream: #fffdf7;
  --ael-text: #ffffff;
  --ael-muted: #10a654;
  --ael-shadow: rgba(0, 0, 0, 0.42);
  font-family: inherit;
  width: 100%;
  color: var(--ael-text);
}

.abibitumi-ecosystem-launcher .ael-shell {
  position: relative;
  overflow: hidden;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(181,18,27,.75);
  border-top: 5px solid var(--ael-red);
  border-radius: 18px;
  background: #070707;
  box-shadow: 0 20px 50px rgba(0,0,0,.32);
}

.abibitumi-ecosystem-launcher .ael-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  pointer-events: none;
  border-left: 8px solid var(--ael-green);
}

.abibitumi-ecosystem-launcher .ael-header,
.abibitumi-ecosystem-launcher .ael-grid,
.abibitumi-ecosystem-launcher .ael-footer {
  position: relative;
  z-index: 1;
}

.abibitumi-ecosystem-launcher .ael-header {
  text-align: center;
  margin-bottom: clamp(18px, 3vw, 30px);
}

.abibitumi-ecosystem-launcher .ael-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
  border-radius: 999px;
  color: #ffffff;
  border: 1px solid rgba(9,120,60,.75);
  background: var(--ael-green);
  font-size: 24px;
}

.abibitumi-ecosystem-launcher h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: .08em;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: none;
}

.abibitumi-ecosystem-launcher .ael-header p {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.35;
}

.abibitumi-ecosystem-launcher .ael-rule {
  display: block;
  width: 170px;
  height: 2px;
  margin: 12px auto 0;
  background: var(--ael-red);
}

.abibitumi-ecosystem-launcher .ael-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
  align-items: stretch;
}

.abibitumi-ecosystem-launcher .eco-card {
  min-width: 0;
  min-height: 254px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 14px 18px;
  border-radius: 16px;
  border: 1px solid rgba(181,18,27,.86);
  text-decoration: none !important;
  box-shadow: 0 10px 24px var(--ael-shadow);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
  overflow: hidden;
  text-align: center;
}

.abibitumi-ecosystem-launcher .eco-card:hover,
.abibitumi-ecosystem-launcher .eco-card:focus-visible {
  transform: translateY(-3px);
  border-color: var(--ael-green-2);
  box-shadow: 0 16px 34px rgba(9,120,60,.18), 0 16px 36px rgba(0,0,0,.38);
  outline: none;
}

.abibitumi-ecosystem-launcher .eco-card:focus-visible {
  outline: 3px solid rgba(16,166,84,.45);
  outline-offset: 3px;
}

.abibitumi-ecosystem-launcher .eco-card-dark {
  background: #0b0b0b;
  color: #fff;
}

.abibitumi-ecosystem-launcher .eco-card-light {
  background: #fffdf7;
  color: #0b0b0b;
}

.abibitumi-ecosystem-launcher .eco-icon-wrap {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin: 0 auto 2px;
}

.abibitumi-ecosystem-launcher .eco-card img {
  display: block;
  width: 96px;
  height: 96px;
  max-width: 100%;
  object-fit: contain;
}

.abibitumi-ecosystem-launcher .eco-card.obadelekambon img {
  width: 104px;
  height: 104px;
  transform: scale(1.12);
}

.abibitumi-ecosystem-launcher .eco-card.r2gh img,
.abibitumi-ecosystem-launcher .eco-card.sankofa img {
  width: 118px;
  height: 88px;
}

.abibitumi-ecosystem-launcher .eco-icon-fallback {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  color: #ffffff;
  border: 1px solid rgba(9,120,60,.7);
  background: var(--ael-green);
  font-weight: 800;
  font-size: 28px;
}

.abibitumi-ecosystem-launcher .eco-copy {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.abibitumi-ecosystem-launcher .eco-title {
  display: block;
  width: 100%;
  color: inherit;
  font-size: clamp(17px, 1.6vw, 24px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
  hyphens: none;
}

.abibitumi-ecosystem-launcher .eco-card.obadelekambon .eco-title,
.abibitumi-ecosystem-launcher .eco-card.r2gh .eco-title,
.abibitumi-ecosystem-launcher .eco-card.filmfestival .eco-title {
  font-size: clamp(16px, 1.45vw, 22px);
}

.abibitumi-ecosystem-launcher .eco-card.obadelekambon .eco-title {
  font-size: clamp(14px, 1.25vw, 19px);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.abibitumi-ecosystem-launcher .eco-description {
  display: block;
  width: 100%;
  color: var(--ael-muted);
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.25;
  font-weight: 500;
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
}

.abibitumi-ecosystem-launcher .eco-card-light .eco-description {
  color: var(--ael-green);
}

.abibitumi-ecosystem-launcher .eco-arrow {
  color: var(--ael-red-2);
  font-size: 42px;
  line-height: 1;
  margin-top: 2px;
}

.abibitumi-ecosystem-launcher .ael-footer {
  width: min(840px, 100%);
  margin: 26px auto 0;
  padding: 12px 18px;
  border: 1px solid rgba(9,120,60,.75);
  border-radius: 999px;
  color: #ffffff;
  text-align: center;
  font-size: clamp(15px, 2vw, 22px);
  line-height: 1.2;
  background: #0b0b0b;
}

.abibitumi-ecosystem-launcher .ael-footer span {
  margin-right: 10px;
}

.abibitumi-ecosystem-launcher.ael-header-launcher,
.abibitumi-ecosystem-launcher.ael-header-launcher * {
  box-sizing: border-box;
}

.abibitumi-ecosystem-launcher.ael-header-launcher {
  position: relative;
  display: inline-flex;
  width: auto;
  color: inherit;
  vertical-align: middle;
}

.abibitumi-ecosystem-launcher .ael-header-launcher-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #070707;
  border-radius: 6px;
  background: #070707;
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.abibitumi-ecosystem-launcher .ael-header-launcher-button:hover,
.abibitumi-ecosystem-launcher .ael-header-launcher-button:focus-visible,
.abibitumi-ecosystem-launcher .ael-header-launcher-button[aria-expanded="true"] {
  background: #070707;
  color: #ffffff;
  border-color: #070707;
  outline: none;
}

.abibitumi-ecosystem-launcher .ael-header-launcher-button:focus-visible {
  box-shadow: 0 0 0 3px rgba(16, 166, 84, .36);
}

.abibitumi-ecosystem-launcher .ael-header-launcher-icon {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}

.abibitumi-ecosystem-launcher .ael-header-launcher-panel[hidden] {
  display: none !important;
}

.abibitumi-ecosystem-launcher .ael-header-launcher-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 9999;
  width: min(960px, 92vw);
  max-height: min(78vh, 760px);
  overflow: auto;
  padding: 0;
  color: #ffffff;
}

.abibitumi-ecosystem-launcher .ael-header-launcher-panel > .abibitumi-ecosystem-launcher {
  display: block;
  width: 100%;
}

.abibitumi-ecosystem-launcher .ael-header-launcher-panel .ael-shell {
  width: 100%;
  border-radius: 14px;
}

.abibitumi-ecosystem-popup {
  max-height: 90vh;
  overflow-y: auto;
  z-index: 999999;
  background: #ffffff;
  color: #111111;
  border: 1px solid #dedede;
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
}

.abibitumi-ecosystem-popup .abibitumi-ecosystem-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 12px;
  list-style: none;
}

.abibitumi-ecosystem-popup .abibitumi-ecosystem-popup-item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.abibitumi-ecosystem-popup .eco-card {
  display: flex;
  align-items: center;
  text-align: left;
  min-height: 72px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dedede;
  border-radius: 10px;
  background: #ffffff;
  color: #111111;
  text-decoration: none !important;
  box-shadow: none;
}

.abibitumi-ecosystem-popup .eco-card img {
  width: 56px;
  height: 56px;
  margin-right: 14px;
}

@media (max-width: 900px) {
  .abibitumi-ecosystem-launcher .ael-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .abibitumi-ecosystem-launcher .ael-shell {
    padding: 20px 14px;
    border-radius: 18px;
  }

  .abibitumi-ecosystem-launcher .ael-header {
    margin-bottom: 18px;
  }

  .abibitumi-ecosystem-launcher .ael-grid {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .abibitumi-ecosystem-launcher .eco-card,
  .abibitumi-ecosystem-launcher .eco-card-light,
  .abibitumi-ecosystem-launcher .eco-card-dark {
    min-height: 78px;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #0b0b0b;
    color: #fff;
  }

  .abibitumi-ecosystem-launcher .eco-icon-wrap {
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .abibitumi-ecosystem-launcher .eco-card img,
  .abibitumi-ecosystem-launcher .eco-card.r2gh img,
  .abibitumi-ecosystem-launcher .eco-card.sankofa img {
    width: 54px;
    height: 54px;
    object-fit: contain;
  }

  .abibitumi-ecosystem-launcher .eco-card.obadelekambon img {
    width: 62px;
    height: 62px;
    transform: scale(1.12);
  }

  .abibitumi-ecosystem-launcher .eco-copy {
    align-items: flex-start;
    flex: 1 1 auto;
    min-width: 0;
    gap: 3px;
  }

  .abibitumi-ecosystem-launcher .eco-title,
  .abibitumi-ecosystem-launcher .eco-card.obadelekambon .eco-title,
  .abibitumi-ecosystem-launcher .eco-card.r2gh .eco-title,
  .abibitumi-ecosystem-launcher .eco-card.filmfestival .eco-title {
    font-size: 16px;
    line-height: 1.15;
  }

  .abibitumi-ecosystem-launcher .eco-description,
  .abibitumi-ecosystem-launcher .eco-card-light .eco-description {
    color: var(--ael-green-2);
    font-size: 12px;
    line-height: 1.2;
  }

  .abibitumi-ecosystem-launcher .eco-arrow {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 32px;
  }

  .abibitumi-ecosystem-launcher.ael-header-launcher {
    display: flex;
    width: 100%;
  }

  .abibitumi-ecosystem-launcher .ael-header-launcher-button {
    width: 100%;
    justify-content: space-between;
    min-height: 48px;
    padding: 12px 14px;
    text-align: left;
  }

  .abibitumi-ecosystem-launcher .ael-header-launcher-panel {
    position: static;
    width: 100%;
    max-height: none;
    overflow: visible;
    margin-top: 8px;
  }

  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .ael-shell {
    border-radius: 12px;
  }
}

@media (max-width: 900px) {
  .abibitumi-ecosystem-launcher .ael-header-launcher-panel {
    position: fixed;
    top: 72px;
    right: 12px;
    bottom: 16px;
    left: 12px;
    z-index: 100000;
    width: auto;
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    border: 1px solid #dedede;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(0,0,0,.28);
  }

  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .ael-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-card,
  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-card-light,
  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-card-dark {
    min-height: 66px;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: 12px;
    padding: 9px 11px;
    border-radius: 10px;
    border-color: rgba(255,255,255,.18);
    background: #0b0b0b;
    color: #ffffff;
  }

  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-icon-wrap {
    width: 48px;
    height: 48px;
    margin: 0;
  }

  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-card img,
  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-card.r2gh img,
  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-card.sankofa img {
    width: 44px;
    height: 44px;
    object-fit: contain;
  }

  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-card.obadelekambon img {
    width: 50px;
    height: 50px;
    transform: scale(1.04);
  }

  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-copy {
    align-items: flex-start;
    flex: 1 1 auto;
    min-width: 0;
    gap: 3px;
  }

  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-title,
  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-card.obadelekambon .eco-title,
  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-card.r2gh .eco-title,
  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-card.filmfestival .eco-title {
    font-size: 15px;
    line-height: 1.15;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-description,
  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-card-light .eco-description {
    color: var(--ael-green-2);
    font-size: 11px;
    line-height: 1.2;
  }

  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .eco-arrow {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 26px;
  }

  .abibitumi-ecosystem-launcher .ael-header-launcher-panel .ael-footer {
    display: none;
  }
}

@media (max-width: 900px) {
  .abibitumi-ecosystem-popup,
  .abibitumi-ecosystem-popup .abibitumi-ecosystem-grid,
  .abibitumi-ecosystem-popup .abibitumi-ecosystem-popup-item,
  .abibitumi-ecosystem-popup .eco-card {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .abibitumi-ecosystem-popup .abibitumi-ecosystem-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }

  .abibitumi-ecosystem-popup .eco-card,
  .abibitumi-ecosystem-popup .eco-card-light,
  .abibitumi-ecosystem-popup .eco-card-dark {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 72px;
    width: 100%;
    padding: 10px 12px;
    text-align: left;
    background: #ffffff;
    color: #111111;
    border: 1px solid #dedede;
    box-shadow: none;
  }

  .abibitumi-ecosystem-popup .eco-card img {
    display: block;
    width: 56px;
    height: 56px;
    margin-right: 14px;
    object-fit: contain;
  }

  .abibitumi-ecosystem-popup .eco-icon-wrap {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    margin: 0 14px 0 0;
  }

  .abibitumi-ecosystem-popup .eco-copy {
    display: flex;
    align-items: flex-start;
    min-width: 0;
  }

  .abibitumi-ecosystem-popup .eco-title,
  .abibitumi-ecosystem-popup .eco-description {
    color: #111111;
  }

  .abibitumi-ecosystem-popup .eco-description {
    color: #09783c;
  }

  .abibitumi-ecosystem-popup .eco-arrow {
    color: #b5121b;
  }
}

/* ==========================================
   ABIBITUMI ECOSYSTEM MENU POPUP
   DESKTOP + MOBILE
========================================== */

.abibitumi-ecosystem-popup {
  background: #000;
  border: 1px solid #caa437;
  border-radius: 16px;
  box-shadow: 0 15px 50px rgba(0,0,0,.45);
  overflow: hidden;
  z-index: 999999;
}

.abibitumi-ecosystem-popup .abibitumi-ecosystem-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

.abibitumi-ecosystem-popup .abibitumi-ecosystem-popup-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1025px) {
  .abibitumi-ecosystem-launcher .ael-header-launcher-panel.abibitumi-ecosystem-popup {
    position: fixed;
    top: auto;
    right: auto;
    bottom: auto;
    width: 980px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 120px);
    padding: 24px;
    overflow-y: auto;
  }

  .abibitumi-ecosystem-popup .abibitumi-ecosystem-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px;
  }

  .abibitumi-ecosystem-popup .eco-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 250px;
    padding: 20px;
    border-radius: 14px;
    overflow: hidden;
    text-align: center !important;
    transition: transform .25s ease, box-shadow .25s ease;
  }

  .abibitumi-ecosystem-popup .eco-card:hover,
  .abibitumi-ecosystem-popup .eco-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
  }

  .abibitumi-ecosystem-popup .eco-card-dark {
    background: #070707;
    color: #fff;
    border: 1px solid #caa437;
  }

  .abibitumi-ecosystem-popup .eco-card-light {
    background: #070707;
    color: #fff;
    border: 1px solid #caa437;
  }

  .abibitumi-ecosystem-popup .eco-card-light .eco-description {
    color: #10a654;
  }

  .abibitumi-ecosystem-popup .eco-icon-wrap {
    display: grid;
    place-items: center;
    width: 96px;
    height: 96px;
    margin: 0 0 14px;
  }

  .abibitumi-ecosystem-popup .eco-card img {
    width: 84px;
    height: 84px;
    margin: 0 0 14px;
    object-fit: contain;
  }

  .abibitumi-ecosystem-popup .eco-card.obadelekambon img {
    width: 96px;
    height: 96px;
    transform: scale(1.15);
  }

  .abibitumi-ecosystem-popup .eco-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .abibitumi-ecosystem-popup .eco-title {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
  }

  .abibitumi-ecosystem-popup .eco-card.obadelekambon .eco-title {
    font-size: 19px;
  }

  .abibitumi-ecosystem-popup .eco-description {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
  }

  .abibitumi-ecosystem-popup .eco-arrow {
    margin-top: 10px;
    margin-left: 0;
    color: #caa437;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .abibitumi-ecosystem-launcher .ael-header-launcher-panel.abibitumi-ecosystem-popup {
    position: fixed;
    top: 76px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    width: auto;
    max-height: none;
    padding: 18px;
    overflow-y: auto;
  }

  .abibitumi-ecosystem-popup .abibitumi-ecosystem-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .abibitumi-ecosystem-launcher .ael-header-launcher-panel.abibitumi-ecosystem-popup {
    position: fixed;
    top: 70px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: calc(100vw - 20px);
    max-height: 90vh;
    padding: 12px;
    overflow-y: auto;
  }

  .abibitumi-ecosystem-popup .abibitumi-ecosystem-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
  }

  .abibitumi-ecosystem-popup .eco-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    min-height: 72px;
    padding: 12px 14px;
    border-radius: 12px;
    text-align: left !important;
  }

  .abibitumi-ecosystem-popup .eco-icon-wrap {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    margin: 0 14px 0 0;
  }

  .abibitumi-ecosystem-popup .eco-card img {
    width: 56px;
    height: 56px;
    margin: 0;
    object-fit: contain;
    flex-shrink: 0;
  }

  .abibitumi-ecosystem-popup .eco-card.obadelekambon img {
    width: 72px;
    height: 72px;
    transform: scale(1.12);
  }

  .abibitumi-ecosystem-popup .eco-copy {
    flex: 1;
    align-items: flex-start;
    text-align: left;
  }

  .abibitumi-ecosystem-popup .eco-title {
    font-size: 18px;
    margin: 0 0 4px;
  }

  .abibitumi-ecosystem-popup .eco-description {
    font-size: 13px;
    margin: 0;
  }

  .abibitumi-ecosystem-popup .eco-arrow {
    font-size: 28px;
    color: #caa437;
    margin-left: auto;
  }
}
