.struva-sg-component {
  max-width: 1360px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 0;
}

.struva-sg-header {
  text-align: center;
  margin-bottom: 32px;
}

.struva-sg-title {
  font-family: Archivo;
  font-weight: 500;
  font-size: 28px;
  line-height: 101%;
  text-align: center;
  color: #232426;
  margin-bottom: 10px;
}

.struva-sg-subtitle {
  font-family: Archivo;
  font-weight: 400;
  font-size: 20px;
  line-height: 132%;
  color: #696F75;

}

.struva-sg-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #F4F4F4;
  border-radius: 20px;
  padding: 0;
}

/* ========== CAROUSEL ========== */
.struva-sg-carousel-wrap {
  position: relative;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  background: #e5e5e0;
  aspect-ratio: 1.1 / 1;
  width: 100%;
  max-height: 580px;
}

.struva-sg-carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.struva-sg-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.struva-sg-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Nav buttons */
.struva-sg-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.2s ease, background 0.2s ease, visibility 0.3s ease;
  z-index: 3;
  backdrop-filter: blur(8px);
}

/* .struva-sg-carousel-nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.05);
} */

.struva-sg-carousel-nav svg {
  width: 22px;
  height: 22px;
  stroke: #3A3A3A;
  stroke-width: 1px;
}

.struva-sg-carousel-prev {
  left: 16px;
}

.struva-sg-carousel-next {
  right: 16px;
}

.struva-sg-carousel-nav.struva-sg-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/* Thumbnails */
.struva-sg-carousel-thumbs {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}

.struva-sg-carousel-thumb {
  width: 48px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  background: #fff;
  padding: 0;
  transition: all 0.2s ease;
  opacity: 0.7;
}

.struva-sg-carousel-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.struva-sg-carousel-thumb.struva-sg-active {
  border-color: #fff;
  opacity: 1;
  transform: scale(1.05);
}

/* Mobile fullscreen button */
.struva-sg-fullscreen-btn {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: 3;
  backdrop-filter: blur(8px);
}

.struva-sg-fullscreen-btn svg {
  width: 16px;
  height: 16px;
  color: #1a1a1a;
}

/* ========== CONTENT SIDE ========== */
.struva-sg-content {
  padding: 50px;
}


.struva-sg-section-title {
  font-family: Archivo;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #202129;
}

.struva-sg-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  margin-top: 24px;
}

.struva-sg-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #4C4E52;
  font-family: Archivo;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
}

.struva-sg-feature-bullet {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #4a4a4a;
  margin-top: 9px;
  flex-shrink: 0;
}

.struva-sg-divider {
  border: none;
  border-top: 1px solid #d8d4cc;
  margin: 40px 0;
}

.struva-sg-usecase-grid {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.struva-sg-usecase-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 16px;
  text-align: left;
  min-width: 116px;
  min-height: 150px;
  border: 1px solid #E6E7EB;
}

.struva-sg-usecase-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e8eef9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.struva-sg-usecase-icon svg {
  width: 32px;
  height: 32px;
  color: #5b7fb8;
}

.struva-sg-usecase-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.struva-sg-usecase-label {
  font-family: Archivo;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #4C4E52;
  max-width: 80px;
  margin-top: 20px;
}

/* ========== LIGHTBOX MODAL ========== */
.struva-sg-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  flex-direction: column;
}

.struva-sg-lightbox.struva-sg-active {
  display: flex;
}

.struva-sg-lightbox-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  color: #fff;
}

.struva-sg-lightbox-counter {
  font-size: 14px;
  font-weight: 500;
}

.struva-sg-lightbox-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.struva-sg-lightbox-close svg {
  width: 18px;
  height: 18px;
}

.struva-sg-lightbox-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.struva-sg-lightbox-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.struva-sg-lightbox-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.struva-sg-lightbox-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.struva-sg-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: opacity 0.3s ease, background 0.2s ease, visibility 0.3s ease;
}

.struva-sg-lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.25);
}

.struva-sg-lightbox-nav svg {
  width: 20px;
  height: 20px;
}

.struva-sg-lightbox-prev {
  left: 16px;
}

.struva-sg-lightbox-next {
  right: 16px;
}

.struva-sg-lightbox-nav.struva-sg-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.struva-sg-lightbox-thumbs {
  display: flex;
  gap: 8px;
  padding: 16px 20px 24px;
  overflow-x: auto;
  justify-content: center;
  scrollbar-width: none;
}

.struva-sg-lightbox-thumbs::-webkit-scrollbar {
  display: none;
}

.struva-sg-lightbox-thumb {
  flex-shrink: 0;
  width: 60px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  background: transparent;
  padding: 0;
  opacity: 0.5;
  transition: all 0.2s ease;
}

.struva-sg-lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.struva-sg-lightbox-thumb.struva-sg-active {
  border-color: #fff;
  opacity: 1;
}

/* ========== MOBILE ========== */
@media (max-width: 767px) {
  .struva-sg-component {
    padding: 24px 16px;
    border-radius: 0;
  }

  .struva-sg-title {
    line-height: 110%;
    font-size: 24px;
  }

  .struva-sg-subtitle {
    font-size: 14px;
    line-height: 132%;
  }

  .struva-sg-body {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .struva-sg-carousel-wrap {
    aspect-ratio: 0.95 / 1;
    border-radius: 10px;
    min-height: 410px;
  }

  .struva-sg-usecase-card {
    width: 48%;
    width: 48%;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: unset;
    max-height: 64px;
     padding: 8px;

  }
  .struva-sg-usecase-icon{
    margin: 0;
  }
 .struva-sg-usecase-label{
  margin-top: 0;
  font-size: 12px;
  line-height: 125%;
  max-width: 60px;
 }
  .struva-sg-carousel-nav {
    display: none;
  }

  .struva-sg-fullscreen-btn {
    display: flex;
  }

  .struva-sg-content {
    padding: 16px 20px;
  }

  .struva-sg-features-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .struva-sg-usecase-grid {
    flex-wrap: wrap;
    gap: 8px 4%;
    margin-top: 20px;
    
  }
.struva-sg-divider{
  margin: 20px 0;
}
.struva-sg-feature-item{
  font-size: 14px;
}
  .struva-sg-section-title {
    font-size: 18px;
  }
}