.vib-banner {
  position: relative;
  width: 100%;
  height: var(--banner-vh);
  overflow: hidden;
  font-family: var(--font-family, "Inter", sans-serif);
  background: #030832;
  isolation: isolate;
}

.vib-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.vib-banner__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  background-image: var(--banner-bg-desktop);
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .vib-banner__media {
    background-image: var(--banner-bg-mobile, var(--banner-bg-desktop));
  }
}

.vib-banner__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    0deg,
    rgba(4, 10, 30, 0.72) 0%,
    rgba(4, 10, 30, 0.25) 42%,
    rgba(4, 10, 30, 0) 62%
  );
}

.vib-banner__body {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
}

.vib-banner__content {
  max-width: 560px;
  padding-bottom: 64px;
  color: var(--color-mono-7, #ffffff);
}

.group-logo {
  display: flex;
  align-items: center;
  gap: 21.13px;
}

.logo-30-container {
  width: 111.868px;
  height: 121px;
}

.logo-30-container svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* .shine-0,
.shine-3 {
  mix-blend-mode: overlay;
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform, opacity;
}

.shine-3 {
  animation: shineThree 2.95s linear infinite;
}

.shine-0 {
  animation: shineZero 2.95s linear infinite;
  animation-delay: 0.8s;
} */

.text-aside-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 443px;
  height: 252px;
}

.text-aside-logo__background {
  display: block;
  width: 100%;
  height: auto;
}

.text-aside-logo__content {
  position: absolute;
  left: 30px;
  top: 55px;
  bottom: 71px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.text-aside-logo__content span {
  color: var(--Mono-Mono-7, var(--Mono-Mono---7, #fff));
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: var(--Font-name, Inter);
  font-size: 48px;
  font-style: normal;
  font-weight: var(--Font-weight-Semibold, 600);
  line-height: 120%;
  /* 57.6px */
}

.buoc-tien_logo {
  position: absolute;
  background: url("/static/vib-30/asset/images/buoc-tien.webp") center / cover
    no-repeat;
  width: 267px;
  height: 103.645px;
  aspect-ratio: 237 / 92;
  right: -83px;
  bottom: 10px;
}

@keyframes shineThree {
  0% {
    transform: translate(-90px, -32px);
  }

  68% {
    transform: translate(95px, 32px);
  }

  100% {
    transform: translate(95px, 32px);
  }
}

@keyframes shineZero {
  0% {
    transform: translate(-90px, -32px);
  }

  68% {
    transform: translate(95px, 32px);
  }

  100% {
    transform: translate(95px, 32px);
  }
}

.vib-banner__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  flex-shrink: 0;
}

.vib-banner__badge-num {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 44px;
}

.vib-banner__badge-years {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 4px;
  opacity: 0.85;
}

.vib-banner__divider {
  width: 1px;
  height: 56px;
  background: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

.vib-banner__title {
  display: flex;
  flex-direction: column;
}

.vib-banner__title-line1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.vib-banner__title-line2 {
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 38px;
  line-height: 1.1;
  color: var(--color-brand-light-orange, #fdb814);
  margin-top: 2px;
}

.vib-banner__lockup-img {
  display: none;
  max-width: 480px;
  width: 100%;
  height: auto;
}

.vib-banner--has-lockup-img .vib-banner__lockup {
  display: none;
}

.vib-banner--has-lockup-img .vib-banner__lockup-img {
  display: block;
}

.vib-banner__actions {
  display: flex;
}

.vib-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 var(--gap-30, 30px);
  border-radius: var(--radius-round, 999px);
  background: rgba(255, 255, 255, 0.14);
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--color-mono-7, #ffffff);
  font-size: var(--body-font-size, 16px);
  font-weight: var(--body-semibold-font-weight, 600);
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

/* .vib-banner__btn:hover,
.vib-banner__btn:focus-visible {
  background: var(--color-brand-light-orange, #fdb814);
  border-color: var(--color-brand-light-orange, #fdb814);
  color: var(--color-mono-1, #000000);
} */

.vib-banner__video-ctrl {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  right: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.75;
  transition: opacity 0.18s;
}

.vib-banner__video-ctrl:hover {
  opacity: 1;
}

.vib-banner__video-ctrl svg {
  display: block;
  width: 40px;
  height: 40px;
}

.vib-banner__video-ctrl svg.vib-banner__icon-play {
  display: none;
}

.vib-banner__video-ctrl.is-paused svg.vib-banner__icon-play {
  display: block;
}

.vib-banner__video-ctrl.is-paused svg.vib-banner__icon-pause {
  display: none;
}

.vib-banner__scroll-down {
  display: none;
}

.vib-banner__title-mobile {
  display: none;
}

.vib-banner__scroll-down {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  width: 24px;
  height: 24px;
  margin-top: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: var(--color-mono-7, #ffffff);
}
.vib-banner__scroll-down svg {
  display: block;
  width: 100px;
  height: auto;
}
/* Mobile (theo Figma): 2 khối xếp chồng — ảnh vuông cố định phía trên,
   khối nền navy đặc chứa chữ phía dưới. KHÔNG còn overlay chữ đè lên ảnh
   như desktop nữa. */
@media (max-width: 768px) {
  .vib-banner {
    max-height: none;
    display: flex;
    flex-direction: column;
  }

  .vib-banner__bg {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .vib-banner__media {
    background-image: var(--banner-bg-mobile, var(--banner-bg-desktop));
    height: calc(var(--banner-vh) - 250px);
  }

  .vib-banner__scrim {
    display: none;
  }

  .vib-banner__video-ctrl {
    bottom: 16px;
    right: 16px;
  }

  .vib-banner__body {
    position: relative;
    z-index: 2;
    height: auto;
    max-width: none;
    margin: 0;
    padding: 30px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #030832;
  }

  .vib-banner__content {
    max-width: none;
    width: 100%;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }

  .vib-banner__title-mobile {
    display: block;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
  }

  .logo-30-container {
    display: none;
  }

  .group-logo {
    flex-direction: column;
    gap: 15px;
  }

  .text-aside-logo {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: raw;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .text-aside-logo__background {
    display: none;
  }

  .text-aside-logo__content {
    position: static;
    width: auto;
    display: inline-flex;
    align-items: center;
  }

  .text-aside-logo__content span {
    font-size: 18px;
    line-height: 1.2;
  }

  .buoc-tien_logo {
    position: relative;
    width: 112px;
    height: 22px;
    right: unset;
    left: unset;
    top: -4px;
    bottom: unset;
  }

  .vib-banner__lockup-img {
    max-width: 280px;
  }

  .vib-banner__actions {
    justify-content: center;
  }

  .vib-banner__btn {
    height: 44px;
    padding: 0 var(--gap-25, 25px);
    font-size: var(--small-font-size, 14px);
  }

  @keyframes vib-banner-bounce {
    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(4px);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .vib-banner__scroll-down {
      animation: none;
    }
  }
}
@media (min-width: 769px) {
  .vib-banner__scroll-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    cursor: auto;
  }
}
