.tj-hero-video-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.tj-hero-video-section .hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.tj-hero-video-section .hero-video-bg video,
.tj-hero-video-section .hero-video-bg .hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  -webkit-playsinline: true;
}

.tj-hero-video-section .hero-video-bg video::-webkit-media-controls,
.tj-hero-video-section .hero-video-bg .hero-bg-video::-webkit-media-controls {
  display: none !important;
}

.tj-hero-video-section .hero-video-bg video::-webkit-media-controls-enclosure,
.tj-hero-video-section .hero-video-bg .hero-bg-video::-webkit-media-controls-enclosure {
  display: none !important;
}

.tj-hero-video-section .hero-video-bg video::-webkit-media-controls-start-playback-button,
.tj-hero-video-section .hero-video-bg .hero-bg-video::-webkit-media-controls-start-playback-button {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}

.tj-hero-video-section .hero-video-bg video::-webkit-media-controls-overlay-play-button,
.tj-hero-video-section .hero-video-bg .hero-bg-video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.hero-video-play-trigger {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: default;
  -webkit-tap-highlight-color: transparent;
}

.hero-video-play-trigger:focus {
  outline: none;
}

.tj-hero-video-section .hero-video-bg .hero-video-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.tj-hero-video-section .hero-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.tj-hero-video-section .hero-video-content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 15px 40px;
}

.hero-lang-form-box {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 40px 36px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.hero-lang-form-box .form-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
  text-align: center;
}

.hero-lang-form-box .form-subtitle {
  font-size: 15px;
  color: #666;
  text-align: center;
  margin-bottom: 28px;
}

.hero-lang-form-row {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.hero-lang-form-group {
  flex: 1;
  min-width: 180px;
}

.hero-lang-form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.hero-lang-select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 14px 16px;
  font-size: 15px;
  color: #333;
  background: #fff;
  appearance: auto;
  cursor: pointer;
}

.hero-lang-select:focus {
  outline: none;
  border-color: var(--tj-color-theme-primary, #5f39ff);
}

.hero-lang-form-box .tj-primary-btn {
  width: 100%;
  min-width: 160px;
  padding: 16px 32px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.hero-lang-form-box .btn-wrap {
  flex: 0 0 100%;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .hero-lang-form-box .btn-wrap {
    flex: 0 0 auto;
    margin-top: 0;
  }

  .hero-lang-form-box .tj-primary-btn {
    width: auto;
  }
}

@media (max-width: 767px) {
  .tj-hero-video-section .hero-video-content {
    padding: 90px 12px 30px;
  }

  .hero-lang-form-box {
    padding: 28px 20px;
  }

  .hero-lang-form-box .form-title {
    font-size: 22px;
  }
}
