
/* STLBEAST Main V414 — Product Page Sales Polish
   Product pages should feel like premium sales pages, not release-check reports.
*/

.stlb414-product-page{
  background:
    radial-gradient(circle at 15% 0%,rgba(14,165,233,.10),transparent 30%),
    radial-gradient(circle at 85% 10%,rgba(139,92,246,.08),transparent 28%),
    linear-gradient(180deg,#050b14 0%,#07111f 52%,#050b14 100%);
}

.breadcrumbs{
  color:#8fa8c6 !important;
  font-weight:700;
}

.stlb414-product-hero{
  align-items:stretch !important;
  gap:clamp(18px,2.4vw,34px) !important;
  padding-top:clamp(14px,2vw,26px) !important;
}

.stlb414-gallery-panel,
.stlb414-buy-panel,
.stlb414-conversion-stack,
.stlb414-decision-card{
  border:1px solid rgba(103,232,249,.17) !important;
  box-shadow:0 26px 80px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.035) !important;
}

.stlb414-gallery-panel{
  border-radius:30px !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 50% 18%,rgba(14,165,233,.14),transparent 42%),
    linear-gradient(180deg,rgba(9,18,34,.98),rgba(3,7,16,.99)) !important;
}

.stlb414-gallery-panel .stlb335-main-render{
  height:min(56vw,640px) !important;
  max-height:640px !important;
  min-height:360px !important;
  background:
    radial-gradient(circle at 50% 32%,rgba(37,99,235,.18),transparent 46%),
    linear-gradient(180deg,#081426 0%,#030711 100%) !important;
}

.stlb414-gallery-panel .stlb335-main-render img{
  object-fit:contain !important;
  padding:clamp(8px,1.5vw,18px) !important;
  filter:drop-shadow(0 28px 38px rgba(0,0,0,.50));
}

.stlb414-gallery-panel .stlb335-angle-grid{
  padding:12px !important;
  gap:10px !important;
  background:rgba(2,8,23,.40);
}

.stlb414-gallery-panel .stlb335-angle-grid figure{
  border-radius:18px !important;
  border:1px solid rgba(103,232,249,.14) !important;
  background:rgba(255,255,255,.035) !important;
  overflow:hidden !important;
}

.stlb414-gallery-panel .stlb335-angle-grid img{
  height:118px !important;
  object-fit:contain !important;
  padding:6px !important;
  background:linear-gradient(180deg,#081426,#030711) !important;
}

.stlb414-buy-panel{
  position:sticky;
  top:18px;
  align-self:start;
  border-radius:30px !important;
  background:
    radial-gradient(circle at 80% 0%,rgba(14,165,233,.16),transparent 36%),
    linear-gradient(180deg,rgba(9,18,34,.98),rgba(3,7,16,.99)) !important;
}

.stlb414-buy-panel h1{
  color:#fff !important;
  letter-spacing:-.055em !important;
  text-wrap:balance;
}

.stlb335-sales-copy{
  color:#c7d9ef !important;
  font-size:1.02rem !important;
  line-height:1.6 !important;
}

.stlb414-snapshot{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin:14px 0 2px;
}

.stlb414-snapshot div{
  padding:12px;
  border-radius:18px;
  background:rgba(103,232,249,.055);
  border:1px solid rgba(103,232,249,.13);
}

.stlb414-snapshot span{
  display:block;
  color:#67e8f9;
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:6px;
}

.stlb414-snapshot b{
  display:block;
  color:#f8fbff;
  font-size:.86rem;
  line-height:1.28;
}

.stlb414-buy-points{
  display:grid !important;
  gap:8px !important;
  margin:14px 0 !important;
  padding:0 !important;
  list-style:none !important;
}

.stlb414-buy-points li{
  padding:10px 12px 10px 34px !important;
  border-radius:16px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.075);
  color:#d8e8fb;
  position:relative;
}

.stlb414-buy-points li::before{
  content:"✓";
  position:absolute;
  left:12px;top:10px;
  color:#67e8f9;
  font-weight:1000;
}

.stlb414-confidence-panel{
  grid-template-columns:1fr !important;
  gap:9px !important;
}

.stlb414-confidence-panel > div{
  border-radius:18px !important;
  background:rgba(255,255,255,.035) !important;
  border:1px solid rgba(103,232,249,.11) !important;
}

.stlb414-conversion-stack{
  margin-top:clamp(18px,3vw,34px);
  padding:clamp(18px,2.6vw,30px);
  border-radius:30px;
  background:
    radial-gradient(circle at 12% 8%,rgba(14,165,233,.10),transparent 30%),
    linear-gradient(180deg,rgba(9,18,34,.96),rgba(3,7,16,.99));
}

.stlb414-section-head{
  max-width:820px;
  margin-bottom:18px;
}

.stlb414-section-head h2{
  margin:.25rem 0 .5rem;
  color:#fff;
  font-size:clamp(1.6rem,3vw,2.8rem);
  letter-spacing:-.055em;
  line-height:1.05;
  text-wrap:balance;
}

.stlb414-section-head p{
  color:#a8bdd7;
  line-height:1.55;
}

.stlb414-value-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.stlb414-value-grid article{
  padding:16px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  border:1px solid rgba(103,232,249,.13);
}

.stlb414-value-grid span{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(38,133,255,.14);
  color:#7ee8ff;
  font-weight:950;
  font-size:.70rem;
  margin-bottom:12px;
}

.stlb414-value-grid b{
  display:block;
  color:#fff;
  font-size:1.02rem;
  margin-bottom:8px;
}

.stlb414-value-grid p{
  color:#a8bdd7;
  margin:0;
  line-height:1.5;
  font-size:.92rem;
}

.stlb414-decision-band{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}

.stlb414-decision-card{
  padding:18px;
  border-radius:26px;
  background:linear-gradient(180deg,rgba(9,18,34,.96),rgba(3,7,16,.99));
}

.stlb414-decision-card.primary{
  background:
    radial-gradient(circle at 78% 0%,rgba(14,165,233,.18),transparent 34%),
    linear-gradient(180deg,rgba(10,25,46,.98),rgba(4,9,18,.99));
}

.stlb414-decision-card span{
  display:inline-flex;
  color:#67e8f9;
  font-weight:950;
  font-size:.72rem;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.stlb414-decision-card h2{
  margin:.35rem 0 .5rem;
  color:#fff;
  font-size:clamp(1.15rem,1.6vw,1.45rem);
  line-height:1.08;
  letter-spacing:-.035em;
}

.stlb414-decision-card p{
  color:#a8bdd7;
  line-height:1.5;
  min-height:3.1em;
}

.stlb414-decision-card .btn{
  width:100%;
  justify-content:center;
  margin-top:8px;
}

.stlb335-details-grid{
  margin-top:clamp(18px,3vw,34px) !important;
}

.stlb335-detail-card{
  border-color:rgba(103,232,249,.15) !important;
  background:linear-gradient(180deg,rgba(9,18,34,.96),rgba(3,7,16,.99)) !important;
}

.stlb335-detail-card h2,
.stlb335-detail-card strong{
  color:#fff !important;
}

.stlb414-delivery-note,
.stlb350-product-policy,
.stlb316-product-note{
  border-radius:18px !important;
  background:rgba(103,232,249,.055) !important;
  border:1px solid rgba(103,232,249,.12) !important;
  color:#c7d9ef !important;
}

@media(max-width:980px){
  .stlb414-buy-panel{position:relative;top:auto;}
  .stlb414-value-grid,.stlb414-decision-band{grid-template-columns:1fr 1fr;}
}

@media(max-width:680px){
  .stlb414-gallery-panel .stlb335-main-render{
    min-height:280px !important;
    height:82vw !important;
  }
  .stlb414-gallery-panel .stlb335-angle-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
  .stlb414-gallery-panel .stlb335-angle-grid img{
    height:82px !important;
  }
  .stlb414-snapshot{
    grid-template-columns:1fr;
  }
  .stlb414-value-grid,
  .stlb414-decision-band{
    grid-template-columns:1fr;
  }
  .stlb414-conversion-stack,
  .stlb414-decision-card{
    border-radius:22px;
  }
  .stlb414-decision-card p{
    min-height:auto;
  }
}
