/* Source: assets/css/shared/pcd-style-e7595fd9eb87.css */
/* Shared CSS extracted from repeated inline style blocks. */
/* Normal browser cursor; pointer only where clickable */
body {
  cursor: default !important;
}

#c-dot,
#c-ring,
#c-trail {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

a,
button,
.nav-btn,
.btn,
.btn-fire,
.btn-ghost-hero,
.deminer-btn,
.product-card-link,
[role="button"],
[onclick],
input[type="submit"],
input[type="button"] {
  cursor: pointer !important;
}

a *,
button *,
.nav-btn *,
.btn *,
.btn-fire *,
.btn-ghost-hero *,
.deminer-btn *,
.product-card-link *,
[role="button"] *,
[onclick] * {
  cursor: pointer !important;
}

/* Non-linked product cards stay normal */
article.product-card,
article.product-card * {
  cursor: default !important;
}

/* Source: assets/css/shared/pcd-style-fd366e1016e5.css */
/* Shared CSS extracted from repeated inline style blocks. */
/* Interactive product dropdown under SYSTEMS */
#nav,
nav#nav {
  overflow: visible !important;
}

.nav-links li,
#nav .nav-links li {
  position: relative !important;
}

.systems-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translate(-50%, 10px);
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 10px;
  padding: 12px;
  background: rgba(7,7,7,.94);
  border: 1px solid rgba(162,132,72,.38);
  box-shadow: 0 22px 70px rgba(0,0,0,.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  z-index: 20000;
  min-width: 430px;
}

.systems-dropdown::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 18px;
}

.systems-dropdown a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  color: rgba(255,255,255,.82) !important;
  -webkit-text-fill-color: rgba(255,255,255,.82) !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
  cursor: pointer !important;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.systems-dropdown a:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: rgba(162,132,72,.65);
  background: rgba(162,132,72,.16);
  transform: translateY(-2px);
}

.nav-system-item:hover .systems-dropdown,
.nav-system-item:focus-within .systems-dropdown,
.nav-system-item.is-open .systems-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-system-trigger {
  cursor: pointer !important;
}

@media (max-width: 900px) {
  .systems-dropdown {
    left: 0;
    transform: translate(0, 10px);
    grid-template-columns: 1fr;
    min-width: 230px;
  }

  .nav-system-item:hover .systems-dropdown,
  .nav-system-item:focus-within .systems-dropdown,
  .nav-system-item.is-open .systems-dropdown {
    transform: translate(0, 0);
  }
}

/* Source: assets/css/shared/pcd-style-fd366e1016e5.css */
/* Shared CSS extracted from repeated inline style blocks. */
/* Interactive product dropdown under SYSTEMS */
#nav,
nav#nav {
  overflow: visible !important;
}

.nav-links li,
#nav .nav-links li {
  position: relative !important;
}

.systems-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translate(-50%, 10px);
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 10px;
  padding: 12px;
  background: rgba(7,7,7,.94);
  border: 1px solid rgba(162,132,72,.38);
  box-shadow: 0 22px 70px rgba(0,0,0,.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  z-index: 20000;
  min-width: 430px;
}

.systems-dropdown::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 18px;
}

.systems-dropdown a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  color: rgba(255,255,255,.82) !important;
  -webkit-text-fill-color: rgba(255,255,255,.82) !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
  cursor: pointer !important;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.systems-dropdown a:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: rgba(162,132,72,.65);
  background: rgba(162,132,72,.16);
  transform: translateY(-2px);
}

.nav-system-item:hover .systems-dropdown,
.nav-system-item:focus-within .systems-dropdown,
.nav-system-item.is-open .systems-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-system-trigger {
  cursor: pointer !important;
}

@media (max-width: 900px) {
  .systems-dropdown {
    left: 0;
    transform: translate(0, 10px);
    grid-template-columns: 1fr;
    min-width: 230px;
  }

  .nav-system-item:hover .systems-dropdown,
  .nav-system-item:focus-within .systems-dropdown,
  .nav-system-item.is-open .systems-dropdown {
    transform: translate(0, 0);
  }
}
