/* STLBEAST V544 Triple Polish */

.stlb544-page{
  min-height:100vh;
  color:#eef7ff;
  background:
    radial-gradient(circle at 10% 0%, rgba(24,202,255,.18), transparent 34%),
    radial-gradient(circle at 86% 6%, rgba(255,59,215,.10), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(255,118,93,.075), transparent 38%),
    linear-gradient(180deg,#04080f 0%,#07111d 54%,#03060b 100%);
  font-family:Arial,Helvetica,sans-serif;
}

.stlb544-shell{max-width:1200px;margin:0 auto;padding:clamp(22px,5vw,60px) 16px;}
.stlb544-hero{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  border-radius:34px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.025)),
    radial-gradient(circle at 16% 0%,rgba(24,202,255,.14),transparent 38%);
  box-shadow:0 30px 100px rgba(0,0,0,.34);
  padding:clamp(24px,5vw,54px);
  margin-bottom:18px;
}

.stlb544-hero:after{
  content:"";
  position:absolute;
  inset:auto -10% -35% 40%;
  height:260px;
  background:radial-gradient(circle, rgba(24,202,255,.11), transparent 66%);
  pointer-events:none;
}

.stlb544-kicker{
  margin:0 0 10px;
  color:#58dfff;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.75rem;
  font-weight:950;
}

.stlb544-hero h1{
  max-width:920px;
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(2.25rem,6vw,5.15rem);
  line-height:.88;
  letter-spacing:-.07em;
}

.stlb544-hero p{
  max-width:870px;
  margin:0;
  color:rgba(236,244,255,.76);
  font-size:1.05rem;
  line-height:1.58;
}

.stlb544-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px;}
.stlb544-btn{
  display:inline-flex;
  min-height:44px;
  padding:10px 15px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  text-decoration:none;
  color:#061018;
  background:linear-gradient(90deg,#18caff,#ff3bd7);
  font-weight:950;
  box-shadow:0 15px 36px rgba(24,202,255,.15);
}

.stlb544-btn.secondary{
  color:#eef7ff;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:none;
}

.stlb544-proof{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:18px 0;
}

.stlb544-proof div{
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.052);
  padding:14px;
}

.stlb544-proof strong{display:block;color:#fff;font-size:1.05rem;margin-bottom:4px;}
.stlb544-proof span{display:block;color:rgba(236,244,255,.67);font-size:.86rem;line-height:1.35;}

.stlb544-panel{
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  background:
    radial-gradient(circle at 12% 0%,rgba(24,202,255,.08),transparent 36%),
    linear-gradient(135deg,rgba(255,255,255,.058),rgba(255,255,255,.024));
  box-shadow:0 22px 78px rgba(0,0,0,.25);
  padding:clamp(18px,3vw,26px);
  margin-bottom:18px;
}

.stlb544-panel h2{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(1.45rem,3vw,2.45rem);
  line-height:1;
  letter-spacing:-.045em;
}

.stlb544-panel p,
.stlb544-panel li{
  color:rgba(236,244,255,.72);
  line-height:1.5;
}

.stlb544-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:14px;
}

.stlb544-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:170px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:22px;
  background:rgba(0,0,0,.18);
  padding:16px;
}

.stlb544-card h3{margin:0 0 8px;color:#fff;line-height:1.1;}
.stlb544-card p{margin:0;color:rgba(236,244,255,.70);line-height:1.45;}
.stlb544-card a{color:#8feaff;}

.stlb544-badge{
  align-self:flex-start;
  display:inline-flex;
  margin-bottom:10px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  padding:5px 8px;
  color:#ffcabf;
  background:rgba(255,118,93,.08);
  font-size:.66rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.stlb544-faq{display:grid;gap:10px;}
.stlb544-faq details{
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(0,0,0,.18);
  padding:14px;
}
.stlb544-faq summary{color:#fff;cursor:pointer;font-weight:950;}
.stlb544-faq p{margin:10px 0 0;}

.stlb544-link-row{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:12px;
}

.stlb544-link-row a{color:#8feaff;}

@media(max-width:840px){
  .stlb544-proof{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
  .stlb544-shell{padding:22px 13px;}
  .stlb544-hero{border-radius:24px;padding:22px 16px;}
  .stlb544-hero h1{font-size:2.35rem;}
  .stlb544-actions{display:grid;grid-template-columns:1fr;}
  .stlb544-proof,.stlb544-grid{grid-template-columns:1fr;}
}
