/* 逼哩 落地页页脚（按 Figma footer.footer 设计稿） */
.land-footer {
  background: #0f1819;
  color: #ffffff;
  padding: 72px 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.land-footer__container {
  width: min(1720px, calc(100% - 120px));
  display: flex;
  flex-direction: column;
}

.land-footer a {
  text-decoration: none;
}

/* 品牌 logo + BILIO2.tv */
.land-footer__brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
}

.land-footer__logo {
  height: 44px;
  width: auto;
}

.land-footer__logo-sub {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #ff2f8d;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.land-footer__logo-sub::before,
.land-footer__logo-sub::after {
  content: '';
  width: 10px;
  height: 1px;
  background-color: #ff2f8d;
}

/* 描述文案 + 即刻欣赏精彩影片 */
.land-footer__desc-row {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

.land-footer__slogan {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.5);
}

.land-footer .land-footer__cta {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.land-footer .land-footer__cta:hover {
  color: #ff4b8d;
}

.land-footer__cta-arrow {
  width: 56px;
  height: auto;
  padding-bottom: 8px;
}

/* 联系方式 */
.land-footer__contact {
  margin-top: 42px;
  display: flex;
  gap: 36px;
}

.land-footer__contact-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.land-footer .land-footer__contact-key {
  font-size: 16px;
  line-height: 18px;
  color: #9ca3af;
}

.land-footer .land-footer__contact-value {
  font-size: 18px;
  color: #f9fafb;
  word-break: break-all;
}

.land-footer__contact-item:hover .land-footer__contact-value {
  text-decoration: underline;
}

/* 快捷入口（与顶部导航同一份 /translation/cache 数据，无高亮） */
.land-footer__quick {
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}

.land-footer__quick-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.land-footer .land-footer__quick a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.land-footer .land-footer__quick a:hover {
  color: #ff4b8d;
}

.land-footer__line {
  margin-top: 28px;
  border-top: 1px solid #717171;
}

/* 底部：免责声明 + 版权 + 使用条款/隐私政策 */
.land-footer__bottom {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.land-footer__bottom-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.land-footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.land-footer .land-footer__social-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, background-color 0.2s;
}

.land-footer__social-item img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.land-footer .land-footer__social-item:hover {
  border-color: #ff4b8d;
  background-color: rgba(255, 75, 141, 0.12);
}

.land-footer__legal {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.land-footer__disclaimer,
.land-footer__copyright {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.72);
}

.land-footer__links {
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}

.land-footer .land-footer__links a {
  font-size: 14px;
  color: #ffffff;
}

.land-footer .land-footer__links a:hover {
  color: #ff4b8d;
}

/* ---------------- H5（设计稿 375 宽） ---------------- */
@media screen and (max-width: 800px) {
  .land-footer {
    padding: 42px 0;
  }

  .land-footer__container {
    width: calc(100% - 32px);
  }

  .land-footer__logo {
    height: 27px;
  }

  .land-footer__logo-sub {
    font-size: 9px;
    gap: 5px;
  }

  .land-footer__logo-sub::before,
  .land-footer__logo-sub::after {
    width: 6px;
  }

  .land-footer__desc-row {
    margin-top: 19px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .land-footer__slogan {
    font-size: 12px;
    line-height: 19.2px;
  }

  /* 移动端文案连排，不强制换行 */
  .land-footer__slogan br {
    display: none;
  }

  .land-footer .land-footer__cta {
    font-size: 14px;
    gap: 6px;
  }

  .land-footer__cta-arrow {
    width: 34px;
    padding-bottom: 5px;
  }

  .land-footer__contact {
    margin-top: 19px;
    gap: 30px;
  }

  .land-footer__contact-item {
    gap: 3px;
  }

  .land-footer .land-footer__contact-key {
    font-size: 11px;
    line-height: 11px;
  }

  .land-footer .land-footer__contact-value {
    font-size: 12px;
  }

  .land-footer__quick {
    margin-top: 30px;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .land-footer__quick-title {
    font-size: 11px;
  }

  .land-footer .land-footer__quick a {
    font-size: 11px;
  }

  .land-footer__line {
    margin-top: 29px;
  }

  .land-footer__bottom {
    margin-top: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .land-footer__disclaimer,
  .land-footer__copyright {
    font-size: 11px;
    line-height: 18px;
  }

  .land-footer__bottom-actions {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }

  .land-footer__links {
    gap: 20px;
  }

  .land-footer .land-footer__links a {
    font-size: 11px;
  }

  .land-footer__social {
    gap: 12px;
  }

  .land-footer .land-footer__social-item {
    width: 32px;
    height: 32px;
  }

  .land-footer__social-item img {
    width: 15px;
    height: 15px;
  }
}
