/* SECTION APPAREL MOBILE */

.tj-mobile-apparel {
  min-height: 100vh;
  width: 100%;
  background-image: url('bg-mobile.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.tj-mobile-apparel-inner {
  width: 100%;
  max-width: 430px;
  padding: 1.5rem 1.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tj-mobile-jersey-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.tj-mobile-jersey {
  width: 80%;
  height: auto;
  max-width: 320px;
  filter: drop-shadow(0 16px 30px rgba(0,0,0,0.9));
}

/* Text paragraf */
.tj-mobile-text {
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
  color: #f9fafb;
}

.tj-mobile-text p + p {
  margin-top: 0.5rem;
}

/* Tombol WhatsApp */
.tj-mobile-cta-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1.4rem;
}

/* Label bawah */
.tj-mobile-label {
  margin-top: 1.9rem;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.32em;
  color: #d4ff1c;
  font-weight: 700;
}

.tj-mobile-label span {
  display: block;
}
