/* MSI EdgeXpert MS-C931 — fondo claro como ipc.msi.com */
html:has(body.msi-clone),
body.msi-clone {
  background: #fff;
  color: #222;
}

body.msi-clone {
  padding-top: var(--site-header-height);
  margin: 0;
  background: linear-gradient(
    to bottom,
    #000 var(--site-header-height),
    #fff var(--site-header-height)
  );
}

.msi-clone-main {
  min-height: 60vh;
  background: #fff;
  overflow-x: clip;
  max-width: 100%;
}

.msi-clone .vendor-clone-main > div:first-child,
.msi-clone .vendor-clone-main > div:first-child > section:first-child {
  background-color: transparent !important;
}

.msi-clone-main #overview,
.msi-clone-main .project {
  background: #fff;
  color: #222;
}

/* Tipografía — Plus Jakarta Sans, cuerpo y títulos más amplios */
.msi-clone {
  --msi-font: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --msi-title: clamp(2rem, 4.5vw, 3.125rem);
  --msi-subtitle: clamp(1.375rem, 2.6vw, 1.875rem);
  --msi-body: 1.1875rem;
  --msi-body-sm: 1.125rem;
}

.msi-clone-main .project,
.msi-clone-main .foucs,
.msi-clone-main #overview {
  font-family: var(--msi-font) !important;
  font-size: var(--msi-body);
  line-height: 1.68;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.msi-clone .project h1,
.msi-clone .project h2,
.msi-clone .project h3,
.msi-clone .project h4,
.msi-clone .project p,
.msi-clone .project li,
.msi-clone .foucs p,
.msi-clone .foucs li {
  font-family: inherit;
}

.msi-clone .project .common-title {
  font-size: var(--msi-title) !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.msi-clone .project .common-subtitle {
  font-size: var(--msi-subtitle) !important;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.28;
}

.msi-clone .project p,
.msi-clone .project li,
.msi-clone .feature__item__text,
.msi-clone .feature__cloud p,
.msi-clone .application__item p,
.msi-clone .design__text p {
  font-size: var(--msi-body);
  line-height: 1.72;
}

.msi-clone .feature__item strong {
  font-size: 1.1875rem;
  font-weight: 700;
}

.msi-clone .design h3 {
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.msi-clone .design h4 {
  font-size: 1rem;
  font-weight: 600;
}

.msi-clone .foucs-subtitle {
  font-size: clamp(1.375rem, 2.5vw, 1.875rem) !important;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.msi-clone .spectb {
  font-size: 1.0625rem;
}

.msi-clone .spec__note {
  font-size: 0.9375rem;
}

@media (min-width: 996px) {
  .msi-clone {
    --msi-body: 1.25rem;
    --msi-body-sm: 1.1875rem;
  }

  .msi-clone .design h3 {
    font-size: 1.5rem;
  }
}

/* Galería de producto — texto debajo de la imagen */
.msi-clone .foucs {
  background: #f7fafb;
}

.msi-clone .foucs__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 32px 0 40px;
}

.msi-clone .foucs__imgbox {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
}

.msi-clone .foucs__textbox {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.msi-clone .foucs-subtitle {
  text-align: center;
}

.msi-clone .foucs-feature ul {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  max-width: 42rem;
}

@media (min-width: 996px) {
  .msi-clone .foucs__container {
    gap: 36px;
    padding: 48px 0 56px;
  }

  .msi-clone .foucs__imgbox {
    max-width: 640px;
  }
}

.msi-clone .msi__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.msi-clone .pd-slideshow .swiper-slide img,
.msi-clone .pd-slideshow-nav .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.msi-clone .pd-slideshow {
  overflow: hidden;
}

.msi-clone .pd-slideshow .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hero overview */
/* Hero KV — primero bajo el header del sitio */
.msi-clone-main > .kv {
  margin-top: 0;
}

.msi-clone .kv {
  background: #fff;
}

.msi-clone .kv-img,
.msi-clone .kv img {
  display: block;
  width: 100%;
  height: auto;
}

.msi-clone .feature {
  background: #fff;
}

/* Fondos de sección (main.css usa rutas relativas; refuerzo absoluto) */
.msi-clone .project .design {
  background: url("https://storage-asset.msi.com/event/2025/IPC/EdgeXpert-MS-C931/images/bg.jpg")
    center center / cover no-repeat;
  padding-top: 0;
  padding-bottom: 28px;
}

@media (min-width: 996px) {
  .msi-clone .project .design {
    clip-path: polygon(0 4%, 100% 0%, 100% 90%, 0% 100%);
    padding-top: 16px;
    padding-bottom: 72px;
  }
}

.msi-clone .design > .common-container {
  padding-top: 0;
}

.msi-clone .project .feature {
  padding-bottom: 16px;
}

.msi-clone .project .feature__cloud {
  padding-bottom: 0;
}

.msi-clone .project .feature__cloud__img {
  padding-bottom: 0;
}

.msi-clone .project .spec {
  background: url("https://storage-asset.msi.com/event/2025/IPC/EdgeXpert-MS-C931/images/bg2.jpg")
    center center / cover no-repeat;
}

.msi-clone .project .application__item {
  background: url("https://storage-asset.msi.com/event/2025/IPC/EdgeXpert-MS-C931/images/bg.jpg")
    center center / cover no-repeat;
}

.msi-clone .common-title,
.msi-clone .common-subtitle,
.msi-clone .contact__text a {
  -webkit-background-clip: text;
  background-clip: text;
}

.msi-clone .application {
  background: #fff;
  padding-top: 8px;
}

/* Video antes de «Diseñada para desarrolladores de IA» */
.msi-clone .msi-clone-video {
  max-width: 960px;
  margin: 0 auto;
}

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

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

.msi-clone .msi-clone-video__trigger:hover .msi-clone-video__play svg circle,
.msi-clone .msi-clone-video__trigger:focus-visible .msi-clone-video__play svg circle {
  fill: rgba(230, 0, 18, 0.9);
}

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

.msi-clone .msi-clone-video__poster {
  display: block;
  width: 100%;
  height: auto;
}

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

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

.msi-clone .msi-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);
}

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

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

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

.msi-clone .design .common-container > .common-title {
  margin-top: 40px;
  padding-bottom: 20px !important;
}

@media (min-width: 996px) {
  .msi-clone .design .common-container > .common-title {
    margin-top: 52px;
    padding-bottom: 28px !important;
  }
}

.msi-clone .design .design__box {
  margin-top: 0;
}

@media (min-width: 996px) {
  .msi-clone .project .application .common-container > .common-title {
    padding-top: 0;
  }

  .msi-clone .project .application__box {
    padding-top: 12px;
    padding-bottom: 40px;
  }
}

.msi-clone .contact {
  background: #fff;
  padding-bottom: 48px;
}

.msi-clone-main #overview > link {
  display: none;
}

/* Sin AOS cargado: mostrar imágenes animables */
.msi-clone [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 995px) {
  .msi-clone .feature__item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.25rem !important;
    text-align: center;
  }

  .msi-clone .feature__item__img,
  .msi-clone .feature__item__img img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
  }

  .msi-clone .feature__item__text {
    width: 100% !important;
    max-width: 42rem;
    margin: 0 auto;
  }
}

body.msi-clone .asus-shell-footer {
  margin-top: 0;
}
