/* STLBEAST V368 Product Print Profile Bridge */
.stlb368-profile-bridge{
  margin-top:24px;
  padding:22px;
  border:1px solid rgba(94,234,212,.22);
  border-radius:24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(52,211,153,.14), transparent 32%),
    linear-gradient(135deg, rgba(7,16,34,.94), rgba(13,21,42,.90));
  box-shadow:0 22px 70px rgba(0,0,0,.28);
  overflow:hidden;
}
.stlb368-profile-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  margin-bottom:16px;
}
.stlb368-profile-head h2{margin:.15rem 0 .4rem;font-size:clamp(1.35rem,2.2vw,2rem);line-height:1.05;}
.stlb368-profile-head p{max-width:760px;color:rgba(232,241,255,.78);margin:0;}
.stlb368-profile-head>span{
  white-space:nowrap;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.07);
  color:#dffcff;
  border-radius:999px;
  padding:.55rem .8rem;
  font-size:.82rem;
  letter-spacing:.06em;
  font-weight:800;
}
.stlb368-profile-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:18px 0;
}
.stlb368-profile-grid div{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.055);
  border-radius:18px;
  padding:14px;
  min-height:96px;
}
.stlb368-profile-grid strong{display:block;color:#fff;font-size:.9rem;margin-bottom:7px;}
.stlb368-profile-grid span{display:block;color:rgba(232,241,255,.76);font-size:.94rem;line-height:1.4;}
.stlb368-profile-note{
  border-left:3px solid rgba(94,234,212,.70);
  background:rgba(94,234,212,.08);
  color:rgba(232,241,255,.84);
  padding:12px 14px;
  border-radius:14px;
  line-height:1.45;
}
.stlb368-profile-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.stlb368-doctor-link{
  color:#99f6e4;
  font-weight:800;
  text-decoration:none;
}
.stlb368-doctor-link:hover{text-decoration:underline;}
.stlb368-profile-disclaimer{
  margin:14px 0 0;
  color:rgba(232,241,255,.60);
  font-size:.86rem;
}
@media (max-width:900px){
  .stlb368-profile-head{display:block;}
  .stlb368-profile-head>span{display:inline-flex;margin-top:12px;}
  .stlb368-profile-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:620px){
  .stlb368-profile-bridge{padding:18px;border-radius:20px;}
  .stlb368-profile-grid{grid-template-columns:1fr;}
  .stlb368-profile-grid div{min-height:auto;}
  .stlb368-profile-actions .btn{width:100%;text-align:center;justify-content:center;}
}
