.acl-mission-brand-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 5vw, 42px);
  min-height: 210px;
  margin-bottom: 18px;
  padding: 24px 18px;
  overflow: hidden;
  border: 1px solid rgba(55, 215, 255, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 50%, rgba(0, 238, 255, 0.12), transparent 16rem),
    linear-gradient(145deg, #00030a 0%, #020611 55%, #09031a 100%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.acl-mission-brand-mark {
  position: relative;
  width: 138px;
  height: 148px;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 16px rgba(0, 225, 255, 0.65));
}

.acl-mission-flask-neck {
  position: absolute;
  top: 10px;
  left: 49px;
  width: 40px;
  height: 45px;
  border: 5px solid #25f4ff;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.acl-mission-flask-body {
  position: absolute;
  left: 27px;
  top: 43px;
  width: 84px;
  height: 88px;
  display: grid;
  place-items: center;
  border: 5px solid #25f4ff;
  border-radius: 15px 15px 34px 34px;
  transform: perspective(180px) rotateX(-4deg);
  background: linear-gradient(160deg, rgba(0, 235, 255, 0.1), rgba(31, 43, 255, 0.22));
}

.acl-mission-flask-letter {
  font-size: 56px;
  line-height: 1;
  font-weight: 900;
  color: #16dfff;
  text-shadow: 0 0 14px #13bfff;
}

.acl-mission-orbit {
  position: absolute;
  inset: 52px -8px 12px;
  border: 2px solid #11dff6;
  border-radius: 50%;
  transform: rotate(19deg);
}

.acl-mission-orbit--two {
  border-color: #8157ff;
  transform: rotate(-24deg);
}

.acl-mission-brand-copy {
  min-width: 0;
}

.acl-mission-brand-copy h1 {
  margin: 0;
  font-size: clamp(2rem, 7vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: #44e6ff;
  text-shadow:
    0 0 7px #00d8ff,
    0 0 18px rgba(0, 144, 255, 0.85),
    8px 0 20px rgba(137, 76, 255, 0.8);
}

.acl-mission-brand-copy p {
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 3.5vw, 1.8rem);
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  color: #f3f3f3;
}

.acl-login-shell {
  width: min(100%, 820px);
  display: grid;
  gap: 18px;
}

.acl-login-brand-banner {
  width: 100%;
  margin: 0;
}

.acl-login-card--branded {
  width: 100%;
  max-width: none;
}

@media (max-width: 650px) {
  .acl-mission-brand-banner {
    min-height: 180px;
    gap: 12px;
    padding: 18px 10px;
    border-radius: 18px;
  }

  .acl-mission-brand-mark {
    width: 100px;
    height: 118px;
    margin: -8px -10px;
    transform: scale(0.82);
  }

  .acl-mission-brand-copy h1 {
    font-size: clamp(1.7rem, 8vw, 2.5rem);
    letter-spacing: 0.04em;
  }

  .acl-mission-brand-copy p {
    margin-top: 14px;
    font-size: 1rem;
  }
}

@media (max-width: 380px) {
  .acl-mission-brand-mark {
    width: 84px;
    margin: -12px -18px;
    transform: scale(0.7);
  }

  .acl-mission-brand-copy h1 {
    font-size: 1.55rem;
  }

  .acl-mission-brand-copy p {
    font-size: 0.88rem;
  }
}
