.solution-slide {
  background-color: #0b0c18;
  background-image: url('../../images/index/solution-bg.png');
  background-size: 616px auto;
  background-repeat: no-repeat;
  background-position: center top -50px;
  /* 一開始就顯示元件，避免黑色背景 */
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 顯示狀態 - 現在用於控制內容的顯示 */
.solution-slide.is-ready .swiper,
.solution-slide.is-ready .swiper-controls {
  opacity: 1;
  visibility: visible;
}

/* 初始隱藏主要內容，避免計算時的閃爍 */
.solution-slide .swiper,
.solution-slide .swiper-controls {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

  @media (min-width: 1024px) {.solution-slide {
    background-image: none
}
  }

  .solution-slide {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

  @media (min-width: 1024px) {

  .solution-slide {
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

  .solution-slide .skeleton {
    aspect-ratio: 3 / 4;
  }

.solution-slide .twm-container-small {
  max-width: none;
  padding: 0px;
}

@media (min-width: 1024px) {

  .solution-slide .twm-container-small {
    max-width: 1360px;
  }
}

@media (min-width: 1440px) {

  .solution-slide .twm-container-small {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.solution-slide .twm-container-small .swiper {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {

  .solution-slide .twm-container-small .swiper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {

  .solution-slide .twm-container-small .swiper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {

  .solution-slide .twm-container-small .swiper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.solution-slide .swiper-slide {
  width: 300px;
}

@media (min-width: 1024px) {

  .solution-slide .swiper-slide {
    width: auto;
  }
}

.solution-card {
  aspect-ratio: 3 / 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 0.75rem;
}

@media (min-width: 1440px) {

  .solution-card {
    padding: 2rem;
  }
}

.solution-title {
  margin: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(48 49 50 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .solution-title {
    font-size: 1.375rem;
    line-height: 1.5;
    font-weight: 500;
  }
}

@media (min-width: 1440px) {

  .solution-title {
    margin: 0px;
  }
}

.solution-list {
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 8px;
}

.solution-list-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.solution-list-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.solution-list-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity, 1));
}

.solution-list-item svg {
  height: 1.5rem;
  width: 1.5rem;
}

.solution-list-item:not(:last-child) {
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.2;
}

/* Loading 樣式 - 立即顯示 */
.section-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 12, 24, 0.8);
  backdrop-filter: blur(8px);
  z-index: 10;
  /* 確保 loading 立即顯示 */
  opacity: 1 !important;
  visibility: visible !important;
}

.spinner {
  position: relative;
  width: 48px;
  height: 48px;
}

.spinner-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: spin 2s linear infinite;
}

.spinner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: spin 1.5s linear infinite reverse;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=solution-slide.css.map */
