  
.easy-land-container {
  
  position: relative;
}

.easy-land-intro-wrap {

  position: relative;
}

.easy-land-content {
  width: 100%;
}
.hero-section {
    margin-top: 0;
}
.easy-land-content.is-fixed {
  position: fixed;
  top: 120px;
  width: 38%;
  z-index: 10;
}

.easy-land-content.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
}

.easy-land-cards {
  width: 64%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}


@media (max-width: 991px) {
  .easy-land-container {
    display: block;
  }

  .easy-land-intro-wrap,
  .easy-land-cards {
    width: 100%;
  }

  .easy-land-content,
  .easy-land-content.is-fixed,
  .easy-land-content.is-bottom {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
  }

  .easy-land-intro-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
    .hero-section {
        min-height: auto;
        padding: 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


</style>
<style>
  .industry-section {
    position: relative;
    width: 100%;
    min-height: 260px;
    padding: 24px;
    overflow: hidden;
    background: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=80") center center / cover no-repeat;
  }

  .industry-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
  }

  .industry-wrap {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
  }

  .industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding: 15px 0 45px;
    align-items: stretch;
}

  .industry-card {
    position: relative;
    min-height: 155px;
    padding: 18px 20px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
  }

  .hero-content.animate .industry-card {
    animation: industryCardFadeUp 2s ease forwards;
  }

  .hero-content.animate .industry-card:nth-child(1) {
    animation-delay: .8s;
  }

  .hero-content.animate .industry-card:nth-child(2) {
    animation-delay: .9s;
  }

  .hero-content.animate .industry-card:nth-child(3) {
    animation-delay: 1s;
  }



  @keyframes industryCardFadeUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .industry-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .industry-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }

.easy-land-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 443px;
    min-height: 60px;
    padding: 16px 22px;
    background: #171C61;
    color: #ffffff;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #171C61;
}

  .industry-title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
  }

  @media (max-width: 1199px) {
    .industry-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 767px) {
    .industry-section {
      padding: 18px;
    }

    .industry-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    .industry-card {
      min-height: 160px;
      padding: 20px 16px;
      border-radius: 22px;
    }

    .industry-icon {
      width: 46px;
      height: 46px;
      margin-bottom: 18px;
    }

    .industry-title {
      font-size: 16px;
    }
  }

  @media (max-width: 480px) {
    .industry-grid {
      grid-template-columns: 1fr;
    }

    .industry-card {
      min-height: auto;
    }
  }

  @media (max-width: 767px) {
    .industry-grid {
      grid-template-columns: repeat(1, 1fr) !important;
      gap: 30px;
    }
	    .industry-title {
        font-size: 13px;
    }
	    .hero-section {
        min-height: auto;
        padding: 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
    }
      .hero-section {
        min-height: auto;
        padding: 0;
        height: 900px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
    }

  }
  
  .ufg-insight-detail-section {
    background: #ffffff;
    padding: 100px 20px;
}
.ufg-insight-detail-container {
    max-width: 1280px;
    margin: 0 auto;
}
.ufg-insight-detail-container img {
    max-width: 100%;
    display: block;
    width: 100%;
padding:30px 0;
}
@media (max-width: 767px) {
    .easy-land-btn {
        min-height: 50px;
        padding: 14px 18px;
        font-size: 12px;
        max-width: 280px !important;
    }
}
