/* MOHI × VORA Uganda Access Gateway v1.0.0 */
.mohi-vora-gateway,
.mohi-vora-gateway * {
  box-sizing: border-box;
}

.mohi-vora-gateway {
  --mvg-navy: #082a4b;
  --mvg-blue: #1268e8;
  --mvg-teal: #12a99f;
  --mvg-teal-deep: #087f79;
  --mvg-gold: #f4b843;
  --mvg-coral: #e9785a;
  --mvg-ink: #102f4c;
  --mvg-muted: #567086;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.mohi-vora-gateway-shell {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin-inline: auto;
  min-width: 0;
}

.mohi-vora-gateway::before,
.mohi-vora-gateway::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(12px);
}

.mohi-vora-gateway::before {
  width: 310px;
  height: 310px;
  right: -122px;
  top: -154px;
  background: radial-gradient(circle, rgba(18,169,159,.20), rgba(18,169,159,0) 70%);
}

.mohi-vora-gateway::after {
  width: 260px;
  height: 260px;
  left: -112px;
  bottom: -158px;
  background: radial-gradient(circle, rgba(244,184,67,.17), rgba(244,184,67,0) 72%);
}

.mohi-vora-gateway--feature {
  padding: 12px 0 36px;
  background:
    radial-gradient(circle at 20% 14%, rgba(18,104,232,.07), transparent 31%),
    linear-gradient(180deg, rgba(248,252,255,.12), rgba(242,249,251,.83));
}

.mohi-vora-gateway--compact {
  padding: 24px 0 22px;
  background: linear-gradient(180deg, rgba(247,251,253,.28), rgba(239,248,250,.94));
}

.mohi-vora-gateway-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px,.78fr) minmax(0,1.55fr) minmax(166px,auto);
  gap: 22px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 23px 25px;
  border: 1px solid rgba(8,42,75,.13);
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(255,255,255,.97) 0 40%, rgba(240,251,250,.96) 76%, rgba(255,249,233,.95) 100%);
  box-shadow:
    0 22px 58px rgba(8,42,75,.13),
    0 6px 0 rgba(8,42,75,.045),
    inset 0 1px 0 rgba(255,255,255,.95);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.mohi-vora-gateway--feature .mohi-vora-gateway-card {
  min-height: 184px;
}

.mohi-vora-gateway--compact .mohi-vora-gateway-card {
  min-height: 148px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.mohi-vora-gateway-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(112deg, rgba(18,104,232,.34), rgba(18,169,159,.43), rgba(244,184,67,.34));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.mohi-vora-gateway-card::after {
  content: "";
  position: absolute;
  top: -45%;
  left: -22%;
  width: 24%;
  height: 200%;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  transform: rotate(14deg) translateX(-190%);
}

@media (hover:hover) and (pointer:fine) {
  .mohi-vora-gateway-card:hover {
    transform: translateY(-4px);
    border-color: rgba(18,169,159,.28);
    box-shadow:
      0 28px 68px rgba(8,42,75,.16),
      0 8px 0 rgba(8,42,75,.045),
      0 0 34px rgba(18,169,159,.08),
      inset 0 1px 0 rgba(255,255,255,.98);
  }

  .mohi-vora-gateway-card:hover::after {
    opacity: .68;
    animation: mohiVoraGatewaySheen 1.12s ease forwards;
  }
}

@keyframes mohiVoraGatewaySheen {
  to { transform: rotate(14deg) translateX(590%); }
}

.mohi-vora-gateway-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.mohi-vora-gateway-logo-wrap {
  position: relative;
  display: grid;
  place-items: center;
  width: 108px;
  height: 78px;
  flex: 0 0 auto;
}

.mohi-vora-gateway-logo-wrap::before {
  content: "";
  position: absolute;
  inset: 14px 8px 8px;
  border-radius: 22px;
  background: radial-gradient(circle, rgba(18,169,159,.18), rgba(244,184,67,.08) 48%, transparent 72%);
  filter: blur(7px);
}

.mohi-vora-gateway-logo {
  position: relative;
  display: block;
  width: 108px;
  max-width: 100%;
  max-height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 7px 8px rgba(8,42,75,.15));
  transition: transform .3s ease, filter .3s ease;
}

@media (hover:hover) and (pointer:fine) {
  .mohi-vora-gateway-card:hover .mohi-vora-gateway-logo {
    transform: translateY(-3px) scale(1.025);
    filter: drop-shadow(0 10px 12px rgba(18,169,159,.20));
  }
}

.mohi-vora-gateway-brand-copy {
  min-width: 0;
}

.mohi-vora-gateway-brand-copy strong {
  display: block;
  margin: 0;
  color: var(--mvg-navy);
  font-size: clamp(1.02rem, 1.35vw, 1.28rem);
  line-height: 1.12;
  letter-spacing: -.02em;
}

.mohi-vora-gateway-brand-copy span {
  display: block;
  margin-top: 4px;
  color: #47637a;
  font-size: .74rem;
  line-height: 1.35;
  font-weight: 750;
}

.mohi-vora-gateway-copy {
  min-width: 0;
}

.mohi-vora-gateway-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 7px;
  color: var(--mvg-teal-deep);
  font-size: .69rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.mohi-vora-gateway-kicker::before {
  content: "";
  width: 23px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mvg-blue), var(--mvg-teal), var(--mvg-gold));
  box-shadow: 0 0 12px rgba(18,169,159,.23);
}

.mohi-vora-gateway-copy h2,
.mohi-vora-gateway-copy h3 {
  margin: 0;
  color: var(--mvg-ink);
  line-height: 1.04;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
}

.mohi-vora-gateway-copy h2 {
  font-size: clamp(1.55rem, 2.75vw, 2.45rem);
}

.mohi-vora-gateway-copy h3 {
  font-size: clamp(1.22rem, 1.85vw, 1.58rem);
}

.mohi-vora-gateway-copy > p {
  max-width: 790px;
  margin: 8px 0 0;
  color: var(--mvg-muted);
  font-size: .92rem;
  line-height: 1.5;
}

.mohi-vora-gateway-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
  min-width: 0;
}

.mohi-vora-gateway-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  min-height: 31px;
  padding: 6px 10px;
  border: 1px solid rgba(8,76,100,.11);
  border-radius: 999px;
  background: rgba(255,255,255,.79);
  color: #294c66;
  box-shadow: 0 5px 13px rgba(8,49,74,.055);
  font-size: .73rem;
  line-height: 1.15;
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.mohi-vora-gateway-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mvg-teal), var(--mvg-gold));
  box-shadow: 0 0 0 3px rgba(18,169,159,.08);
}

.mohi-vora-gateway-chip:hover,
.mohi-vora-gateway-chip:focus-visible {
  color: #06746e;
  border-color: rgba(18,169,159,.29);
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 17px rgba(18,169,159,.11);
}

.mohi-vora-gateway-actions {
  display: grid;
  gap: 8px;
  justify-items: stretch;
  min-width: 166px;
}

.mohi-vora-gateway-primary,
.mohi-vora-gateway-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
  text-decoration: none;
  font-size: .86rem;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.mohi-vora-gateway-primary {
  min-height: 47px;
  padding: 10px 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--mvg-navy) 0%, #0b6380 48%, var(--mvg-teal-deep) 100%);
  box-shadow:
    0 10px 20px rgba(8,87,102,.22),
    0 3px 0 rgba(8,42,75,.14),
    inset 0 1px 0 rgba(255,255,255,.14);
}

.mohi-vora-gateway-primary span {
  color: var(--mvg-gold);
  font-size: 1.13em;
  transition: transform .2s ease;
}

.mohi-vora-gateway-primary:hover,
.mohi-vora-gateway-primary:focus-visible {
  transform: translateY(-3px);
  box-shadow:
    0 15px 27px rgba(8,87,102,.28),
    0 4px 0 rgba(8,42,75,.11),
    0 0 26px rgba(18,169,159,.14);
}

.mohi-vora-gateway-primary:hover span {
  transform: translateX(3px);
}

.mohi-vora-gateway-secondary {
  min-height: 39px;
  padding: 7px 12px;
  color: #31536c;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(8,76,100,.13);
}

.mohi-vora-gateway-secondary:hover,
.mohi-vora-gateway-secondary:focus-visible {
  color: var(--mvg-navy);
  background: #fff;
  border-color: rgba(18,104,232,.24);
  transform: translateY(-2px);
  box-shadow: 0 9px 19px rgba(8,42,75,.09);
}

.mohi-vora-gateway-host-note {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(8,76,100,.08);
  color: #6a7e90;
  font-size: .74rem;
  line-height: 1.4;
  font-weight: 700;
}

.mohi-vora-gateway--compact .mohi-vora-gateway-brand-copy span {
  font-size: .71rem;
}

.mohi-vora-gateway--compact .mohi-vora-gateway-copy > p {
  margin-top: 6px;
  font-size: .86rem;
}

.mohi-vora-gateway--compact .mohi-vora-gateway-chips {
  margin-top: 10px;
}

@media (max-width: 980px) {
  .mohi-vora-gateway-card {
    grid-template-columns: minmax(180px,.7fr) minmax(0,1.45fr);
  }

  .mohi-vora-gateway-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2,minmax(0,1fr));
    min-width: 0;
  }

  .mohi-vora-gateway-host-note {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .mohi-vora-gateway-shell {
    width: min(100% - 24px, 1180px);
  }

  .mohi-vora-gateway--feature {
    padding: 8px 0 26px;
  }

  .mohi-vora-gateway--compact {
    padding: 18px 0 17px;
  }

  .mohi-vora-gateway-card,
  .mohi-vora-gateway--compact .mohi-vora-gateway-card {
    grid-template-columns: 1fr;
    gap: 15px;
    min-height: 0;
    padding: 18px;
    border-radius: 22px;
  }

  .mohi-vora-gateway-brand {
    gap: 10px;
  }

  .mohi-vora-gateway-logo-wrap {
    width: 86px;
    height: 62px;
  }

  .mohi-vora-gateway-logo {
    width: 86px;
    max-height: 59px;
  }

  .mohi-vora-gateway-brand-copy strong {
    font-size: 1.06rem;
  }

  .mohi-vora-gateway-copy h2 {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }

  .mohi-vora-gateway-copy h3 {
    font-size: clamp(1.22rem, 6vw, 1.55rem);
  }

  .mohi-vora-gateway-copy > p {
    font-size: .9rem;
  }

  .mohi-vora-gateway-actions {
    grid-column: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .mohi-vora-gateway-primary,
  .mohi-vora-gateway-secondary {
    width: 100%;
  }

  .mohi-vora-gateway-host-note {
    grid-column: auto;
    margin: 0;
  }
}

@media (max-width: 430px) {
  .mohi-vora-gateway-shell {
    width: calc(100% - 20px);
  }

  .mohi-vora-gateway-card,
  .mohi-vora-gateway--compact .mohi-vora-gateway-card {
    gap: 13px;
    padding: 16px;
    border-radius: 20px;
  }

  .mohi-vora-gateway-logo-wrap {
    width: 76px;
    height: 56px;
  }

  .mohi-vora-gateway-logo {
    width: 76px;
    max-height: 53px;
  }

  .mohi-vora-gateway-brand-copy span {
    font-size: .68rem;
  }

  .mohi-vora-gateway-chip {
    padding: 6px 9px;
    font-size: .7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mohi-vora-gateway *,
  .mohi-vora-gateway *::before,
  .mohi-vora-gateway *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }
}
