/* Hai nút hướng dẫn nằm DƯỚI hàng Nền tảng hỗ trợ (mobile). */
@media (max-width: 767px) {
  #heroSection .hero-content > .hero-title,
  #heroSection .hero-content > .hero-lead {
    display: none !important;
  }

  #heroSection .hero-content > .apph-banner {
    order: 1;
    display: flex;
  }

  #heroSection .hero-content > .hero-form {
    order: 2;
  }

  #heroSection .hero-content .hero-cta-row {
    order: 3;
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;
    opacity: 1;
    animation: none;
    pointer-events: auto;
  }

  #heroSection .hero-content .hero-cta-row .text-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    color: #eafffb;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
  }

  .apph > .apph-banner {
    display: none !important;
  }
}
