/* GIGABYTE AI TOP ATOM — intro bajo imagen KV */
.gigabyte-clone .gigabyte-clone-intro {
  background: #000;
  color: #fff;
  padding: 20px 24px 16px;
  text-align: center;
}

.gigabyte-clone .gigabyte-clone-intro__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.gigabyte-clone .gigabyte-clone-intro__title {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700;
  margin: 0 0 4px;
  letter-spacing: 0.02em;
  text-align: center;
}

.gigabyte-clone .gigabyte-clone-intro__sku {
  color: #76b900;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0 0 8px;
  text-align: center;
}

.gigabyte-clone .gigabyte-clone-intro__desc {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
}

.gigabyte-clone .gigabyte-clone-intro + #s-features {
  padding-top: 24px;
}

/* Video bajo ficha técnica */
.gigabyte-clone .gigabyte-clone-video {
  max-width: 960px;
  margin: 32px auto 0;
  padding: 0 16px;
}

.gigabyte-clone #s-features:has(.gigabyte-clone-video) {
  padding-bottom: 0 !important;
}

.gigabyte-clone #s-features:has(.gigabyte-clone-video) + #s-performance {
  padding-top: 16px !important;
  margin-top: 0 !important;
}

.gigabyte-clone .gigabyte-clone-video__inner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.gigabyte-clone .gigabyte-clone-video__trigger {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  line-height: 0;
}

.gigabyte-clone .gigabyte-clone-video__trigger:hover .gigabyte-clone-video__play svg circle,
.gigabyte-clone .gigabyte-clone-video__trigger:focus-visible .gigabyte-clone-video__play svg circle {
  fill: rgba(35, 86, 255, 0.85);
}

.gigabyte-clone .gigabyte-clone-video__trigger:focus-visible {
  outline: 2px solid #2356ff;
  outline-offset: 4px;
  border-radius: 8px;
}

.gigabyte-clone .gigabyte-clone-video__poster {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.gigabyte-clone .gigabyte-clone-video__play {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  pointer-events: none;
}

.gigabyte-clone .gigabyte-clone-video__play svg {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

.gigabyte-clone .gigabyte-clone-video__play-label {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.gigabyte-clone .gigabyte-clone-video__player {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}

.gigabyte-clone .gigabyte-clone-video.is-playing .gigabyte-clone-video__trigger {
  display: none;
}

.gigabyte-clone .gigabyte-clone-video.is-playing .gigabyte-clone-video__player {
  display: block;
}

@media (max-width: 639px) {
  .gigabyte-clone .gigabyte-clone-video {
    margin-top: 24px;
    padding-inline: 0;
  }
}
