/* 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-e5d22cf51977.css */
/* Shared CSS extracted from repeated inline style blocks. */
/* Clean logo-only switcher */
.logo-switcher {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

.logo-switcher-main {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.logo-switcher-main img {
  display: block !important;
  height: 44px !important;
  width: auto !important;
  max-width: 240px !important;
  object-fit: contain !important;
}

.logo-switcher-arrow {
  width: 6px !important;
  height: 6px !important;
  border-right: 1px solid rgba(255,255,255,.62) !important;
  border-bottom: 1px solid rgba(255,255,255,.62) !important;
  transform: rotate(45deg) !important;
  margin-left: 4px !important;
  transition: transform .22s ease, opacity .22s ease !important;
  opacity: .7 !important;
}

.logo-switcher:hover .logo-switcher-arrow,
.logo-switcher:focus-within .logo-switcher-arrow,
.logo-switcher.is-open .logo-switcher-arrow {
  transform: rotate(225deg) translate(-2px,-2px) !important;
  opacity: 1 !important;
}

.logo-switcher-menu {
  position: absolute !important;
  top: calc(100% + 14px) !important;
  left: 0 !important;
  min-width: 0 !important;
  width: max-content !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
  z-index: 25000 !important;
}

.logo-switcher-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.logo-switcher:hover .logo-switcher-menu,
.logo-switcher:focus-within .logo-switcher-menu,
.logo-switcher.is-open .logo-switcher-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.logo-switcher-option {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: transform .22s ease, opacity .22s ease, filter .22s ease !important;
}

.logo-switcher-option:hover {
  background: transparent !important;
  border: 0 !important;
  transform: translateY(-2px) !important;
  opacity: 1 !important;
  filter: drop-shadow(0 12px 28px rgba(162,132,72,.20)) !important;
}

.logo-switcher-option img {
  display: block !important;
  width: auto !important;
  height: 44px !important;
  max-width: 240px !important;
  max-height: 48px !important;
  object-fit: contain !important;
}

.logo-switcher-option span {
  display: none !important;
}

@media(max-width:900px){
  .logo-switcher-main img,
  .logo-switcher-option img {
    max-width: 185px !important;
    height: 38px !important;
  }
}
