/* Shell styles around official ASUS PDC microsite */
body.asus-clone {
  overflow-x: clip;
  max-width: 100%;
}

.asus-clone {
  margin: 0;
  padding: 0;
  background: #fff;
}
.asus-shell-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.asus-shell-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 12px 24px;
}

.asus-shell-header__back,
.asus-shell-header__brand {
  font-size: 0.85rem;
  color: #006ce1;
  text-decoration: none;
  white-space: nowrap;
}

.asus-shell-header__brand img {
  display: block;
  height: 32px;
  width: auto;
}

.asus-shell-header__back:hover,
.asus-shell-header__brand:hover {
  opacity: 0.85;
}

.asus-shell-header__logo img {
  display: block;
  height: 20px;
  width: auto;
}

.asus-shell-header__tabs {
  display: flex;
  gap: 4px;
  margin-left: auto;
  flex-wrap: wrap;
}

.asus-shell-header__tabs a {
  padding: 8px 16px;
  font-size: 0.9rem;
  color: #181818;
  text-decoration: none;
  border-radius: 4px;
}

.asus-shell-header__tabs a:hover {
  background: #f5f5f5;
}

.asus-shell-header__tabs a.active {
  color: #006ce1;
  font-weight: 600;
  border-bottom: 2px solid #006ce1;
  border-radius: 0;
}

.asus-shell-header__title {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px 12px;
}

.asus-shell-header__title h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  color: #181818;
}

.asus-kv-summary {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.asus-kv-summary__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
  align-items: center;
}

.asus-kv-summary__lead {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.asus-kv-summary__text ul {
  padding-left: 20px;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.7;
}

.asus-kv-summary__text li {
  margin-bottom: 10px;
}

.asus-kv-summary__image img {
  width: 100%;
  height: auto;
  display: block;
}

.asus-clone-main #hd {
  width: 100%;
}

#hd .hd-lightbox .hd-lightbox-video {
  display: none;
  width: 100%;
  max-height: 80vh;
  background: #000;
}

#hd .hd-lightbox.type-video .vid-container iframe {
  display: none;
}

#hd .hd-lightbox.type-video .vid-container .hd-lightbox-video {
  display: block;
}

#overview-nav {
  display: none !important;
}

#hd .sec-kv .hd-bg .hero-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 2560 / 975;
  overflow: hidden;
  background: #000;
}

#principal .hd-bg {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  #principal .hd-bg {
    padding-bottom: 48px;
  }
}

#hd .sec-kv .hd-bg .hero-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  pointer-events: none;
}

#hd .sec-kv .hd-bg .hero-slider__slide.is-active {
  opacity: 1;
  z-index: 1;
}

#hd .sec-kv .hd-bg .hero-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.asus-shell-footer {
  background: #181818;
  color: #aaa;
  text-align: center;
  padding: 32px 24px;
  font-size: 0.85rem;
}

.asus-shell-footer a {
  color: #fff;
}

.asus-shell-footer__note {
  margin-top: 8px;
  font-size: 0.75rem;
  color: #666;
}

@media (max-width: 900px) {
  .asus-kv-summary__inner {
    grid-template-columns: 1fr;
  }

  .asus-shell-header__inner {
    flex-wrap: wrap;
  }

  .asus-shell-header__tabs {
    margin-left: 0;
    width: 100%;
    overflow-x: auto;
  }
}

#asus-video,
.site-nav-anchor {
  scroll-margin-top: calc(var(--site-header-height, 72px) + 16px);
}
