/* Produto v45 — topo totalmente isolado das grades legadas. */
body.future-ui-v26.theme-stable-v42 .ja-product-v45-hero {
  position: relative;
  overflow: hidden;
  padding: 26px 0 36px;
  background: #eef3f8;
  border-bottom: 1px solid var(--ja-line);
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-hero > .container {
  position: relative;
  z-index: 1;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  min-width: 0;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-overview {
  display: grid;
  grid-template-columns: minmax(340px,.9fr) minmax(0,1.1fr);
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ja-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--ja-shadow);
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-media,
body.future-ui-v26.theme-stable-v42 .ja-product-v45-copy,
body.future-ui-v26.theme-stable-v42 .ja-product-v45-decision,
body.future-ui-v26.theme-stable-v42 .ja-product-v45-verdict,
body.future-ui-v26.theme-stable-v42 .ja-product-v45-offer {
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transform: none;
  grid-area: auto;
  grid-column: auto;
  grid-row: auto;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-media {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  border-right: 1px solid var(--ja-line);
  background: #f7f9fc;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-image-stage {
  flex: 1 1 auto;
  min-height: 420px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--ja-line);
  border-radius: 13px;
  background: #fff;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-image-stage picture {
  display: contents;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 500px !important;
  padding: clamp(18px,2.6vw,34px) !important;
  object-fit: contain !important;
  object-position: center !important;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px,4vw,52px);
  background: #fff;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-copy h1 {
  max-width: 760px;
  margin: 13px 0 16px;
  font-size: clamp(2.35rem,4.35vw,4.8rem);
  line-height: 1.01;
  letter-spacing: -.055em;
  color: #202020;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-copy .commerce-lead {
  max-width: 720px;
  margin: 0;
  color: #586474;
  font-size: 1.02rem;
  line-height: 1.72;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-copy .share-panel {
  width: 100%;
  margin: 24px 0 0 !important;
  box-shadow: none;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-decision {
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr);
  gap: 16px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid var(--ja-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--ja-shadow);
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-decision.no-offer {
  grid-template-columns: minmax(0,1fr);
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-verdict,
body.future-ui-v26.theme-stable-v42 .ja-product-v45-offer {
  height: 100%;
  border: 1px solid var(--ja-line);
  border-radius: 13px;
  background: #fff;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-verdict {
  display: grid;
  grid-template-columns: 112px minmax(0,1fr);
  align-items: center;
  gap: 18px;
  padding: 18px;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-verdict .verdict-score {
  width: 112px;
  height: 112px;
  min-height: 112px;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-verdict-copy p {
  margin: 7px 0 9px;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-offer > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  margin-top: 14px;
  border-radius: 10px;
  background: var(--ja-lime);
  color: #111;
  font-weight: 900;
}
body.future-ui-v26.theme-stable-v42 .ja-product-v45-shortcuts {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
}
@media (max-width: 980px) {
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-overview,
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-decision {
    grid-template-columns: minmax(0,1fr);
  }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-media {
    border-right: 0;
    border-bottom: 1px solid var(--ja-line);
  }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-image-stage {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-image {
    max-height: 480px !important;
  }
}
@media (max-width: 900px) {
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-copy {
    padding: 25px 22px;
    text-align: left;
  }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-copy h1 {
    font-size: clamp(2rem,8.8vw,3rem);
  }
}
@media (max-width: 620px) {
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-hero { padding: 18px 0 26px; }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-overview,
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-decision { border-radius: 14px; }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-media { padding: 12px; }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-image-stage { aspect-ratio: 1 / 1; }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-image {
    padding: 16px !important;
    max-height: 390px !important;
  }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-copy { padding: 22px 18px; }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-copy h1 {
    margin-block: 10px 13px;
    font-size: clamp(1.92rem,10.5vw,2.65rem);
  }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-copy .share-panel { margin-top: 18px !important; }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-decision { padding: 12px; gap: 12px; }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-verdict {
    grid-template-columns: 82px minmax(0,1fr);
    gap: 12px;
    padding: 13px;
  }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-verdict .verdict-score {
    width: 82px;
    height: 82px;
    min-height: 82px;
  }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-offer { padding: 14px; }
  body.future-ui-v26.theme-stable-v42 .ja-product-v45-media .gallery-proof-row {
    grid-template-columns: minmax(0,1fr) !important;
  }
}
