/* Product showcase - GACOR industrial UI (shared across main catalog) */

@keyframes jamsProdHeroIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.jams-prod {
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  color: var(--gacor-heading, #0b1220);
}

.jams-prod section[id] {
  scroll-margin-top: 120px;
}

.jams-prod-wrap {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  box-sizing: border-box;
}

.jams-prod-kicker,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-kicker {
  margin: 0 0 12px;
  color: var(--gacor-orange, #00aeef) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jams-prod-kicker--on-dark {
  color: var(--gacor-orange, #00aeef) !important;
}

.jams-prod-heading,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-heading {
  margin: 0 0 16px;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--gacor-heading, #0b1220) !important;
}

.jams-prod-heading--sm {
  font-size: clamp(24px, 2.6vw, 34px);
}

.jams-prod-heading--light,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-heading--light {
  color: #fff !important;
}

.jams-prod-lead,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-lead {
  margin: 0 0 14px;
  max-width: 52ch;
  color: var(--gacor-muted, #757575) !important;
  font-size: 17px;
  line-height: 1.65;
}

.jams-prod-section-head {
  max-width: 48ch;
  margin-bottom: 8px;
}

.jams-prod-section-text {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
  line-height: 1.55;
}

.jams-prod-section-text--dark,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-section-text--dark {
  color: var(--gacor-muted, #757575) !important;
}

/* Buttons */
.jams-prod-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 32px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 0;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.jams-prod-btn--primary,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-btn--primary {
  background: var(--gacor-orange, #00aeef) !important;
  border: 1px solid var(--gacor-orange, #00aeef) !important;
  color: #fff !important;
}

.jams-prod-btn--primary:hover,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-btn--primary:hover {
  background: var(--gacor-orange-hover, #0095d0) !important;
  border-color: var(--gacor-orange-hover, #0095d0) !important;
  color: #fff !important;
}

.jams-prod-btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff !important;
}

.jams-prod-btn--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

/* ========== Hero - All Time Hire diagonal presentation ========== */

.jams-prod-hero {
  position: relative;
  color: #fff;
  width: 100%;
  margin: 0;
  overflow: hidden;
  min-height: min(64vh, 560px);
  background: var(--gacor-dark, #0b1220);
  /* Kill hairline seam under sticky header */
  margin-top: -1px;
  padding-top: 1px;
  box-sizing: border-box;
}

.jams-prod-hero__split {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.jams-prod-hero__dark {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(640px 320px at 22% 42%, rgba(0, 174, 239, 0.1), transparent 62%),
    linear-gradient(180deg, #121a28 0%, #0b1220 55%, #071018 100%);
  clip-path: polygon(0 0, 62% 0, 48% 100%, 0 100%);
}

.jams-prod-hero__orange {
  position: absolute;
  inset: 0;
  /* Profile cyan product stage */
  background:
    radial-gradient(
      520px 440px at 72% 46%,
      rgba(245, 251, 255, 0.72) 0%,
      rgba(0, 174, 239, 0.22) 42%,
      transparent 68%
    ),
    radial-gradient(
      680px 520px at 88% 78%,
      rgba(0, 120, 215, 0.35),
      transparent 55%
    ),
    linear-gradient(
      128deg,
      #5fd0f5 48%,
      #00aeef 62%,
      #0078d7 78%,
      #002e5d 100%
    );
  clip-path: polygon(58% 0, 100% 0, 100% 100%, 44% 100%);
}

.jams-prod-hero__orange::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(0, 174, 239, 0.35) 46%,
    transparent 58%
  );
}

.jams-prod-hero__inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
  max-width: var(--gacor-container, 1320px);
  margin: 0 auto;
  padding: 96px 40px 72px;
  box-sizing: border-box;
}

.jams-prod-hero__copy {
  animation: jamsProdHeroIn 0.7s ease both;
  max-width: 520px;
}

.jams-prod-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.42);
}

.jams-prod-crumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.jams-prod-crumb a:hover {
  color: var(--gacor-orange, #00aeef);
}

.jams-prod-crumb span:last-child {
  color: #fff;
}

.jams-prod-hero__title,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-hero__title {
  margin: 0 0 16px;
  max-width: 14ch;
  color: #fff !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-transform: none;
  text-wrap: balance;
}

.jams-prod-hero__tagline,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-hero__tagline {
  margin: 0 0 14px;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 17px;
  line-height: 1.55;
}

.jams-prod-hero__meta {
  margin: 0 0 24px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jams-prod-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jams-prod-hero__media {
  position: relative;
  z-index: 5;
  margin: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 320px;
  padding: 20px 8px 28px 0;
  background: transparent;
  animation: jamsProdHeroIn 0.75s ease 0.08s both;
}

.jams-prod-gallery {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 480px;
}

.jams-prod-hero__stage {
  position: relative;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 0;
  padding: 12px 14px;
  background:
    radial-gradient(circle at 50% 42%, #fff 0%, #f5fbff 55%, #d9f1fb 100%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-sizing: border-box;
}

/* Keep chevrons behind the product stage */
.jams-prod-hero > .jams-motif {
  z-index: 1;
  opacity: 0.45;
  pointer-events: none;
}

.jams-prod-gallery__main,
.jams-prod-hero__stage img,
.jams-prod-hero__media img {
  width: 100%;
  max-width: 480px;
  height: auto;
  max-height: 380px;
  object-fit: contain;
  padding: 0;
  box-sizing: border-box;
  filter: drop-shadow(0 18px 28px rgba(80, 40, 10, 0.16));
  transition: opacity 0.2s ease;
}

.jams-prod-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(64px, 1fr));
  gap: 8px;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.jams-prod-gallery__thumb {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  place-items: center;
  width: 100%;
  height: 58px;
  padding: 6px;
  margin: 0;
  border: 2px solid rgba(20, 20, 20, 0.14);
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.jams-prod-gallery__thumb img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  filter: none !important;
  pointer-events: none;
}

.jams-prod-gallery__thumb:hover {
  border-color: rgba(0, 174, 239, 0.55);
  transform: translateY(-1px);
}

.jams-prod-gallery__thumb.is-active {
  border-color: var(--gacor-orange, #00aeef);
  box-shadow: inset 0 0 0 1px var(--gacor-orange, #00aeef);
}

.jams-prod-gallery__thumb:focus-visible {
  outline: 2px solid var(--gacor-orange, #00aeef);
  outline-offset: 2px;
}

.jams-prod-gallery__controls {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  pointer-events: none;
  z-index: 2;
}

.jams-prod-gallery__nav {
  appearance: none;
  pointer-events: auto;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(20, 20, 20, 0.72);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.jams-prod-gallery__nav:hover {
  background: var(--gacor-orange, #00aeef);
}

.jams-prod-gallery__count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  margin: 0 !important;
  color: rgba(20, 20, 20, 0.75);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.92);
  padding: 4px 10px;
}

.jams-prod-hero__caption {
  margin: 0;
  color: rgba(20, 20, 20, 0.85);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  max-width: 32ch;
  background: rgba(255, 255, 255, 0.88);
  padding: 8px 14px;
}

/* Catalog band on product pages uses product-pages.css (.jams-phub). */

.jams-phub--on-product {
  background: #fff;
}

.jams-phub--on-product .jams-phub-band {
  border-top: 1px solid rgba(20, 20, 20, 0.06);
}

/* ========== Family + jump toolbar ========== */

.jams-prod-toolbar {
  position: sticky;
  /* Full sticky header: top bar (~40px) + nav (70px) */
  top: calc(40px + var(--gacor-nav-h, 70px));
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.jams-prod-toolbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.jams-prod-family,
.jams-prod-jump {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.jams-prod-family {
  border-right: 1px solid rgba(20, 20, 20, 0.08);
  flex: 1 1 auto;
}

.jams-prod-family li,
.jams-prod-jump li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  flex: 0 0 auto;
}

.jams-prod-family__link {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 12px 18px;
  border-left: 3px solid transparent;
  color: var(--gacor-heading, #0b1220) !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.jams-prod-family__link:hover {
  color: var(--gacor-orange, #00aeef) !important;
  background: rgba(0, 174, 239, 0.06);
}

.jams-prod-family__link.is-active {
  color: var(--gacor-orange, #00aeef) !important;
  background: rgba(0, 174, 239, 0.08);
  border-left-color: var(--gacor-orange, #00aeef);
}

.jams-prod-jump {
  margin-left: auto !important;
}

.jams-prod-jump a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--gacor-muted, #757575) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.jams-prod-jump a:hover {
  color: var(--gacor-orange, #00aeef) !important;
  border-bottom-color: var(--gacor-orange, #00aeef);
}

.jams-prod section[id] {
  scroll-margin-top: calc(40px + var(--gacor-nav-h, 70px) + 60px);
}

/* ========== Overview ========== */

.jams-prod-overview {
  padding: 80px 0;
  background: #fff;
}

.jams-prod-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.jams-prod-overview__media {
  margin: 0;
  overflow: hidden;
  background: #f4f4f4;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jams-prod-overview__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 18px;
  box-sizing: border-box;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.jams-prod-overview__media:hover img {
  transform: scale(1.04);
}

.jams-prod-overview__copy::before {
  content: none;
}

.jams-prod-partner,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-partner {
  margin: 18px 0 0;
  color: var(--gacor-heading, #0b1220) !important;
  font-size: 14px;
  font-weight: 700;
}

/* ========== Specs ========== */

.jams-prod-specs {
  padding: 80px 0;
  background: var(--gacor-dark, #0b1220);
  color: #fff;
}

.jams-prod-spec-list {
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
}

.jams-prod-spec-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.38fr) minmax(0, 0.62fr);
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jams-prod-spec-row:last-child {
  border-bottom: none;
}

.jams-prod-spec-row__label,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-spec-row__label {
  color: #fff !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.jams-prod-spec-row__value,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-spec-row__value {
  color: rgba(255, 255, 255, 0.68) !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: 15px;
  line-height: 1.45;
}

/* Legacy table rules kept for any older markup */
.jams-prod-table,
body.jams-gacor-header .container-wrap .jams-prod table.jams-prod-table {
  width: 100%;
  margin-top: 36px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

.jams-prod-table tr,
.jams-prod-table tr:nth-child(odd),
.jams-prod-table tr:nth-child(even),
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-table tr,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-table tr:nth-child(odd),
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-table tr:nth-child(even) {
  background: transparent !important;
  background-color: transparent !important;
}

.jams-prod-table th,
.jams-prod-table td,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-table th,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-table td,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-table tr:nth-child(odd) th,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-table tr:nth-child(odd) td,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-table tr:nth-child(even) th,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-table tr:nth-child(even) td {
  padding: 18px 22px;
  text-align: left;
  font-size: 15px;
  line-height: 1.45;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: transparent !important;
  background-color: transparent !important;
  vertical-align: top;
}

.jams-prod-table tr:last-child th,
.jams-prod-table tr:last-child td {
  border-bottom: none !important;
}

.jams-prod-table th,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-table th {
  width: 36%;
  color: #fff !important;
  font-weight: 700;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
}

.jams-prod-table td,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-table td {
  color: rgba(255, 255, 255, 0.68) !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
}

/* ========== Features ========== */

.jams-prod-features {
  padding: 80px 0;
  background: #f7f7f7;
}

/* ========== Detail description ========== */

.jams-prod-detail {
  padding: 80px 0;
  background: #fff;
}

.jams-prod-detail__list {
  display: grid;
  gap: 0;
  max-width: 920px;
}

.jams-prod-detail__item {
  padding: 28px 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}

.jams-prod-detail__item:first-child {
  padding-top: 8px;
}

.jams-prod-detail__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.jams-prod-detail__item h3,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-detail__item h3 {
  margin: 0 0 12px;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  font-weight: 700;
  color: var(--gacor-heading, #0b1220);
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  line-height: 1.3;
}

.jams-prod-detail__item p,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-detail__item p {
  margin: 0 0 12px;
  color: var(--gacor-muted, #757575) !important;
  font-size: 1rem;
  line-height: 1.7;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
}

.jams-prod-detail__item p:last-child {
  margin-bottom: 0;
}

/* ========== Why JAMS ========== */

.jams-prod-why {
  padding: 72px 0;
  background: #f7f7f7;
}

.jams-prod-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.jams-prod-why__item h3,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-why__item h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gacor-heading, #0b1220);
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
}

.jams-prod-why__item p,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-why__item p {
  margin: 0;
  color: var(--gacor-muted, #757575) !important;
  font-size: 0.95rem;
  line-height: 1.65;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
}

@media (max-width: 900px) {
  .jams-prod-why__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

.jams-prod-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
  border: none;
  background: transparent;
}

.jams-prod-feature {
  padding: 28px 24px 30px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-top: 3px solid var(--gacor-orange, #00aeef);
  background: #fff;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.jams-prod-feature::before {
  display: none;
}

.jams-prod-feature:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 174, 239, 0.35);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.jams-prod-feature h3,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-feature h3 {
  margin: 0 0 10px;
  color: var(--gacor-heading, #0b1220) !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.jams-prod-feature p,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-feature p {
  margin: 0;
  max-width: 28ch;
  color: var(--gacor-muted, #757575) !important;
  font-size: 14px;
  line-height: 1.55;
}

/* ========== Applications ========== */

.jams-prod-apps {
  padding: 80px 0;
  background: #fff;
}

.jams-prod-apps__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
}

.jams-prod-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--gacor-orange, #00aeef) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.jams-prod-inline::after {
  content: "";
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: width 0.25s ease;
}

.jams-prod-inline:hover::after {
  width: 28px;
}

.jams-prod-apps__list,
body.jams-gacor-header .container-wrap .jams-prod ul.jams-prod-apps__list {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
  background: #f7f7f7;
  border-left: 3px solid var(--gacor-orange, #00aeef);
}

.jams-prod-apps__list li,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-apps__list li {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  color: var(--gacor-heading, #0b1220) !important;
  font-size: 15px;
  font-weight: 500;
  list-style: none !important;
  transition: background-color 0.2s ease, padding-left 0.25s ease;
}

.jams-prod-apps__list li:last-child {
  border-bottom: none;
}

.jams-prod-apps__list li::before,
.jams-prod-apps__list li::marker {
  content: none !important;
  display: none !important;
}

.jams-prod-apps__list li:hover {
  background: rgba(0, 174, 239, 0.04);
  padding-left: 30px;
}

/* ========== FAQ ========== */

.jams-prod-faq {
  padding: 80px 0;
  background: #f7f7f7;
}

.jams-prod-faq__inner {
  max-width: 900px;
}

.jams-prod-faq__list {
  margin-top: 28px;
  background: #fff;
  border: 1px solid rgba(20, 20, 20, 0.08);
}

.jams-prod-faq__item {
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
}

.jams-prod-faq__item:last-child {
  border-bottom: none;
}

.jams-prod-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  color: var(--gacor-heading, #0b1220);
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.jams-prod-faq__item summary::-webkit-details-marker {
  display: none;
}

.jams-prod-faq__item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--gacor-orange, #00aeef);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.jams-prod-faq__item[open] summary::after {
  content: "-";
}

.jams-prod-faq__answer {
  padding: 0 24px 20px;
}

.jams-prod-faq__answer p,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-faq__answer p {
  margin: 0;
  max-width: 62ch;
  color: var(--gacor-muted, #757575) !important;
  font-size: 15px;
  line-height: 1.6;
}

/* ========== Related (catalog-style thumbs) ========== */

.jams-prod-related {
  padding: 80px 0;
  background: #fafafa;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
}

.jams-prod-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
  background: transparent;
}

.jams-prod-related__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 16px 20px;
  text-decoration: none !important;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(20, 20, 20, 0.08);
  transition: border-color 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease;
}

.jams-prod-related__card:hover {
  border-color: rgba(0, 174, 239, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
}

.jams-prod-related__media {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  background: #fff;
}

.jams-prod-related__media img {
  width: 100%;
  height: 100%;
  max-height: 140px;
  object-fit: contain;
  padding: 12px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.jams-prod-related__card:hover .jams-prod-related__media img {
  transform: scale(1.04);
}

.jams-prod-related__cat {
  display: block;
  color: var(--gacor-orange, #00aeef);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jams-prod-related__title,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-related__title {
  display: block;
  padding: 0 4px;
  color: var(--gacor-heading, #0b1220) !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.jams-prod-related__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 4px;
  color: var(--gacor-orange, #00aeef);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.jams-prod-related__cta::after {
  content: "→";
  transition: transform 0.2s ease;
}

.jams-prod-related__card:hover .jams-prod-related__cta::after {
  transform: translateX(3px);
}

/* ========== CTA ========== */

.jams-prod-cta {
  display: block;
  padding: 72px 0;
  background: #fff;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
}

.jams-prod-cta__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.jams-prod-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 !important;
  flex-shrink: 0;
}

.jams-prod-btn--ghost-dark,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-btn--ghost-dark {
  background: transparent !important;
  border: 1px solid rgba(20, 20, 20, 0.35) !important;
  color: var(--gacor-heading, #0b1220) !important;
}

.jams-prod-btn--ghost-dark:hover,
body.jams-gacor-header .container-wrap .jams-prod .jams-prod-btn--ghost-dark:hover {
  background: var(--gacor-orange, #00aeef) !important;
  border-color: var(--gacor-orange, #00aeef) !important;
  color: #fff !important;
}

/* ========== Template chrome ========== */

.jams-product-showcase > .container.main-content {
  max-width: none;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.jams-product-showcase {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border: none !important;
  background: var(--gacor-dark, #0b1220) !important;
  background-color: var(--gacor-dark, #0b1220) !important;
}

body.jams-gacor-header.page-template-page-product-showcase #ajax-content-wrap,
body.jams-gacor-header.page-template-page-product-showcase .container-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
  overflow-x: clip;
  background-color: var(--gacor-dark, #0b1220) !important;
}

body.jams-gacor-header.page-template-page-product-showcase #header-outer {
  border-bottom: none !important;
  box-shadow: none !important;
}

body.jams-gacor-header.page-template-page-product-showcase #page-header-bg,
body.jams-gacor-header.page-template-page-product-showcase .page-header-no-bg,
body.jams-gacor-header.page-template-page-product-showcase .row.page-header-no-bg,
body.jams-gacor-header.page-template-page-product-showcase .container-wrap > .row > .col.section-title {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .jams-prod-hero__copy,
  .jams-prod-hero__media,
  .jams-prod-overview__media img {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1100px) {
  .jams-prod-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .jams-prod-related__grid {
    grid-template-columns: 1fr 1fr;
  }

  .jams-prod-toolbar__inner {
    flex-direction: column;
  }

  .jams-prod-family {
    border-right: none;
    border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  }

  .jams-prod-jump {
    margin-left: 0 !important;
    width: 100%;
  }
}

@media (max-width: 999px) {
  .jams-prod-wrap,
  .jams-prod-hero__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .jams-prod section[id] {
    scroll-margin-top: 140px;
  }

  .jams-prod-toolbar {
    top: calc(32px + var(--jams-nav-h, 64px));
  }

  .jams-prod-hero__inner,
  .jams-prod-overview__grid,
  .jams-prod-apps__grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .jams-prod-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  /* Mobile/tablet hero: product image first, warm stage, tighter copy */
  .jams-prod-hero {
    min-height: 0;
    background: var(--gacor-dark, #0b1220);
  }

  .jams-prod-hero__dark,
  .jams-prod-hero__orange {
    clip-path: none;
  }

  .jams-prod-hero__orange {
    display: none;
  }

  .jams-prod-hero__inner {
    gap: 0;
    padding-top: 0;
    padding-bottom: calc(28px + 56px + env(safe-area-inset-bottom, 0px));
  }

  .jams-prod-hero__media {
    order: -1;
    min-height: 0;
    margin: 0 -16px 8px;
    padding: 20px 16px 16px;
    background:
      radial-gradient(circle at 50% 40%, #fff 0%, #f0f9ff 55%, #c5e9f8 100%);
  }

  .jams-prod-hero__stage {
    max-width: 100%;
    min-height: 0;
    padding: 8px;
    background: transparent;
    border: 0;
  }

  .jams-prod-hero__caption {
    color: var(--gacor-heading, #0b1220);
    background: transparent;
    padding: 0;
  }

  .jams-prod-hero__copy {
    max-width: none;
    padding-top: 12px;
  }

  .jams-prod-hero__title {
    max-width: none;
    font-size: clamp(26px, 7vw, 36px);
  }

  .jams-prod-hero__tagline {
    font-size: 15px;
    max-width: none;
  }

  .jams-prod-hero__stage img,
  .jams-prod-hero__media img {
    max-height: 220px;
    max-width: 280px;
    filter: drop-shadow(0 12px 22px rgba(80, 40, 10, 0.18));
  }

  .jams-prod-spec-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 16px;
  }

  .jams-prod-overview,
  .jams-prod-detail,
  .jams-prod-specs,
  .jams-prod-features,
  .jams-prod-apps,
  .jams-prod-why,
  .jams-prod-faq,
  .jams-prod-cta,
  .jams-prod-related {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jams-prod-family,
  .jams-prod-jump {
    width: 100%;
    max-width: 100%;
    overscroll-behavior-x: contain;
  }

  .jams-prod-family__link,
  .jams-prod-jump a {
    font-size: 13px;
    padding-left: 14px;
    padding-right: 14px;
    min-height: 48px;
  }

  .jams-prod-hero__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 8px;
  }

  .jams-prod-hero__actions .jams-prod-btn {
    width: 100%;
    min-height: 48px;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 0.08em;
  }

  /* Catalog band on product pages */
  .jams-phub--on-product .jams-phub-band {
    padding: 36px 0 44px;
  }

  .jams-phub--on-product .jams-phub-wrap {
    width: calc(100% - 32px);
  }

  .jams-phub--on-product .jams-phub-feature__stage {
    min-height: 220px;
  }

  .jams-phub--on-product .jams-phub-feature__img {
    max-height: 280px;
  }
}

@media (max-width: 640px) {
  .jams-prod section[id] {
    scroll-margin-top: 130px;
  }

  .jams-prod-feature-grid,
  .jams-prod-related__grid,
  .jams-prod-why__grid {
    grid-template-columns: 1fr;
  }

  .jams-prod-toolbar {
    top: calc(28px + var(--jams-nav-h, 64px));
  }

  .jams-prod-heading,
  body.jams-gacor-header .container-wrap .jams-prod .jams-prod-heading {
    font-size: clamp(22px, 7vw, 30px);
  }

  .jams-prod-lead,
  body.jams-gacor-header .container-wrap .jams-prod .jams-prod-lead {
    font-size: 15px;
    line-height: 1.55;
  }

  .jams-prod-hero__media {
    margin: 0 -16px 4px;
    padding: 16px 16px 12px;
  }

  .jams-prod-hero__stage img,
  .jams-prod-hero__media img {
    max-height: 190px;
    max-width: 240px;
  }

  .jams-prod-overview__media {
    aspect-ratio: 16 / 10;
  }

  .jams-prod-overview__media img {
    padding: 10px;
  }

  .jams-prod-cta__actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .jams-prod-cta__actions .jams-prod-btn {
    width: 100%;
    min-height: 48px;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 0.08em;
  }

  /* Jump nav: keep but more compact; family stays primary */
  .jams-prod-jump {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, #000 85%, transparent);
  }

  .jams-prod-jump::-webkit-scrollbar {
    display: none;
  }

  .jams-prod-jump a {
    font-size: 12px;
    letter-spacing: 0.06em;
    min-height: 42px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .jams-prod-family__link {
    font-size: 12px;
    min-height: 46px;
  }

  .jams-phub--on-product .jams-phub-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .jams-phub--on-product .jams-phub-thumb__label {
    font-size: 12px;
    max-width: none;
    line-height: 1.3;
  }

  .jams-phub--on-product .jams-phub-feature__cta {
    min-height: 44px;
    align-items: center;
  }
}

@media (min-width: 641px) and (max-width: 999px) {
  /* Tablet: slightly roomier hero image + 2-col related */
  .jams-prod-hero__stage img,
  .jams-prod-hero__media img {
    max-height: 280px;
    max-width: 340px;
  }

  .jams-prod-related__grid {
    grid-template-columns: 1fr 1fr;
  }

  .jams-prod-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .jams-prod-hero__actions {
    flex-direction: row;
  }

  .jams-prod-hero__actions .jams-prod-btn {
    width: auto;
    flex: 1 1 0;
    font-size: 13px;
    min-height: 48px;
  }

  .jams-phub--on-product .jams-phub-band__inner {
    gap: 28px;
  }
}

@media (max-width: 420px) {
  .jams-prod-family__link {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .jams-prod-crumb {
    font-size: 11px;
  }
}


