/* DBX ONE STOCKROOM v0.6.2 — mobile polish, example clarity, outcome language */

/* STOCKROOM should read as one continuous premium canvas, not alternating black bands. */
body.stock-page,
body.stock-page main {
  background:
    radial-gradient(circle at 82% 5%, rgba(37,139,255,.13), transparent 31%),
    radial-gradient(circle at 8% 22%, rgba(38,186,255,.055), transparent 24%),
    linear-gradient(180deg,#06111e 0%,#040b14 45%,#07111d 100%) !important;
}
body.stock-page .stockroom-hero-section,
body.stock-page .v134-section,
body.stock-page .v134-section:nth-of-type(even) {
  background:transparent !important;
}
body.stock-page .stockroom-hero-section {
  border-bottom:1px solid rgba(103,181,244,.08);
}
body.stock-page .v134-section + .v134-section {
  border-top:1px solid rgba(125,188,238,.055);
}

/* The product name already exists in the local nav and kicker; avoid the oversized duplicate logo. */
body.stock-page .v134-stockroom-mark-logo{display:none!important}

/* Make the supplier card unmistakably a visual example rather than the live demo. */
.v134-example-badge{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin:0 0 16px;
  padding:7px 10px;
  border:1px solid rgba(99,190,255,.22);
  border-radius:999px;
  background:rgba(30,142,235,.09);
  color:#75c9ff;
  font-size:10px;
  line-height:1;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.v134-example-caption{
  margin:13px 0 0!important;
  color:#748ba1!important;
  font-size:11px!important;
  line-height:1.45!important;
}
body.stock-page .v134-receipt-actions .v134-btn[disabled]{
  opacity:.72!important;
  cursor:default!important;
  pointer-events:none!important;
  box-shadow:none!important;
}

/* Button groups need visible breathing room, especially once they stack on iPhone. */
.v134-actions,
.insights-compact-page .hero-actions,
.insights-outcome-page .hero-actions,
.pricing-v73-actions{
  gap:14px!important;
  row-gap:14px!important;
}
@media(max-width:640px){
  .v134-actions .v134-btn,
  .insights-compact-page .hero-actions .button,
  .insights-outcome-page .hero-actions .button,
  .pricing-v73-actions .button{
    margin:0!important;
  }
}
