@charset "UTF-8";

.home-page-new {
  background-color: #fff;
}

.home-new-content {
  padding-top: 80px;
}

.home-hero-carousel {
  position: relative;
}

.home-hero-viewport {
  overflow: hidden;
}

.home-hero-track {
  display: flex;
  width: 100%;
  transition: transform 0.65s ease;
}

.home-hero-slide {
  position: relative;
  flex: 0 0 100%;
}

.home-new-section img {
  display: block;
  width: 100%;
  height: auto;
}

.home-hero-indicator {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  width: clamp(56px, 5vw, 82px);
  transform: translateX(-50%);
  pointer-events: none;
}

.home-hero-indicator img {
  display: block;
  width: 100%;
  height: auto;
}

.home-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 4;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.home-hero-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.home-hero-dot.is-active {
  background: rgba(255, 255, 255, 0.95);
}

.home-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 50px;
  height: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background: rgba(10, 104, 205, 0.28);
  color: #fff;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 10px 24px rgba(8, 47, 95, 0.22);
}

.home-hero-prev {
  left: clamp(12px, 2vw, 28px);
}

.home-hero-next {
  right: clamp(12px, 2vw, 28px);
}

.home-hero-arrow:hover {
  background: rgba(10, 104, 205, 0.5);
}

.home-new-section--data {
  padding: 32px 0 48px;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
  clip-path: none !important;
}

.home-new-section--data img {
  display: block;
  width: min(1711px, 100%);
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: top left !important;
  overflow: visible !important;
  clip-path: none !important;
  transform: none !important;
  top: auto !important;
  margin: 0 auto;
}

.home-case-section {
  width: min(1711px, calc(100vw - 40px));
  margin: 54px auto 34px;
  background: #fff;
}

.home-case-title {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0 0 42px;
  color: #0a73dd;
  font-size: clamp(44px, 3.6vw, 66px);
  font-weight: 700;
  line-height: 1.06;
}

.home-case-title-gap {
  margin-left: 2px;
}

.home-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.home-case-card {
  min-width: 0;
}

.home-case-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.home-case-figure {
  position: relative;
  margin: 0;
}

.home-case-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 0.86 / 1;
  object-fit: cover;
}

.home-case-tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ff7d46;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 8px;
}

.home-case-name {
  margin: 16px 0 10px;
  color: #30353f;
  font-size: clamp(22px, 1.75vw, 34px);
  font-weight: 700;
  line-height: 1.1;
}

.home-case-desc {
  margin: 0;
  color: #646b78;
  font-size: clamp(14px, 0.9vw, 17px);
  line-height: 1.6;
}

.home-data-title {
  width: min(1711px, calc(100vw - 40px));
  margin: 8px auto 18px;
  color: #0a73dd;
  font-size: clamp(44px, 3.6vw, 66px);
  font-weight: 700;
  line-height: 1.06;
  display: flex;
  align-items: baseline;
  gap: 22px;
  text-align: left;
}

.home-data-title-gap {
  margin-left: 2px;
}

.home-process {
  background: #0b78e3;
  padding: 56px 0 36px;
}

.home-process-title {
  margin: 0 auto 24px;
  max-width: 1200px;
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.home-process-carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.home-process-viewport {
  overflow: hidden;
  border-radius: 12px;
}

.home-process-track {
  display: flex;
  width: 100%;
  transition: transform 0.35s ease;
}

.home-process-slide {
  flex: 0 0 100%;
}

.home-process-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.home-process-arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  border: 2px solid #7ec6ff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 40px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  transform: translateY(-50%);
}

.home-process-prev {
  left: -72px;
}

.home-process-next {
  right: -72px;
}

.home-process-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}

.home-process-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.home-process-dot.is-active {
  background: #fff;
}

.home-products,
.home-research {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 0;
}

.home-block-title {
  margin: 0 0 22px;
  color: #0670dc;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.1;
}

.home-products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.home-products-grid img,
.home-research-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.home-research-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

@media (max-width: 1320px) {
  .home-process-carousel {
    max-width: calc(100% - 120px);
  }

  .home-process-prev {
    left: -58px;
  }

  .home-process-next {
    right: -58px;
  }
}

@media (max-width: 1200px) {
  .home-process,
  .home-products,
  .home-research {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-process-title,
  .home-block-title {
    font-size: 44px;
  }

  .home-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .home-data-title {
    width: calc(100vw - 48px);
  }
}

@media (max-width: 768px) {
  .home-new-content {
    padding-top: 64px;
  }

  .home-hero-indicator {
    bottom: 12px;
    width: clamp(42px, 10vw, 62px);
  }

  .home-hero-dots {
    bottom: 4px;
    gap: 8px;
  }

  .home-hero-arrow {
    display: none;
  }

  .home-case-section {
    width: calc(100vw - 28px);
    margin: 26px auto 14px;
  }

  .home-case-title {
    margin-bottom: 18px;
    font-size: 34px;
  }

  .home-case-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-case-name {
    margin-top: 8px;
    font-size: 30px;
  }

  .home-case-desc {
    font-size: 15px;
  }

  .home-data-title {
    width: calc(100vw - 28px);
    margin: 6px auto 12px;
    font-size: 34px;
    gap: 12px;
  }

  .home-process {
    padding-top: 34px;
  }

  .home-process-title,
  .home-block-title {
    font-size: 30px;
  }

  .home-process-carousel {
    max-width: 100%;
  }

  .home-process-arrow {
    display: none;
  }

  .home-products-grid {
    grid-template-columns: 1fr;
  }

  .home-research-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
