.u-header .u-sheet-1 {
  text-align: center;
  padding: 20px 0;
}

.u-header .u-image-1 {
  margin: 0 auto;
  display: block;
  max-width: 200px;
  height: auto;
}

.u-section-1 {
  position: relative;
  background-color: #000000;
}

.u-section-1::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/logo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.u-section-1 .u-sheet-1 {
  min-height: auto;
  text-align: center;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.u-section-1 .u-text-1 {
  font-size: 3rem;
  font-weight: 500;
  width: 100%;
  max-width: 811px;
  margin: 40px auto 60px;
  text-align: center;
  line-height: 1.2;
}

.u-section-1 .u-social-icons-1 {
  white-space: nowrap;
  min-height: 16px;
  width: 97px;
  min-width: 32px;
  height: 49px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.u-section-1 .u-icon-2 {
  height: 100%;
}

.u-section-1 .u-btn-1 {
  display: inline-block;
  padding: 16px 48px;
  margin: 0 auto 20px;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: transparent;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.u-section-1 .u-btn-1:hover {
  background-color: transparent;
  color: #ffffff;
  border: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}

.u-section-1 .u-text-3 {
  font-size: 0.9375rem;
  color: #cccccc;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 60px;
  line-height: 1.8;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.u-section-1 .u-text-3:hover {
  color: #ffffff;
  text-decoration: none;
}

.u-section-1 .u-ajh-container {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.u-section-1 .u-btn-1:hover + .u-text-3,
.u-section-1 .u-ajh-container:hover .u-text-3 {
  opacity: 1;
  visibility: visible;
}

.u-section-1 .u-ajh-container:hover .u-btn-1 {
  background-color: transparent;
  color: #ffffff;
  border: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}

.u-section-1 .u-text-2 {
  font-size: 0.875rem;
  width: 100%;
  max-width: 581px;
  margin: 80px auto 0;
  text-align: center;
  color: #999999;
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .u-section-1 .u-social-icons-1 {
    width: 98px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .u-section-1 .u-btn-1 {
    padding: 14px 36px;
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .u-section-1 .u-text-3 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 0.875rem;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: auto;
    padding: 30px 15px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.75rem;
    width: 100%;
    max-width: 100%;
    margin: 30px auto 40px;
  }

  .u-section-1 .u-social-icons-1 {
    margin-bottom: 40px;
  }

  .u-section-1 .u-btn-1 {
    padding: 12px 28px;
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }

  .u-section-1 .u-text-3 {
    font-size: 0.8125rem;
    margin-left: 25px;
    margin-right: 25px;
  }

  .u-section-1 .u-text-2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}