/**
 * CodeMason portal product page — SaaS landing overrides.
 */
.dws-gen2.dws-portal-product .dws-portal-stage .portal-logo--product{
  width:min(220px,70%);
  height:auto;
  border-radius:28px;
  box-shadow:0 16px 40px rgba(17,24,39,.12);
}
.dws-gen2.dws-portal-product .portal-tagline{
  margin:0 0 14px;
  font-size:20px;
  font-weight:800;
  letter-spacing:-.03em;
  color:var(--teal,#008ed6);
}
.dws-gen2.dws-portal-product .portal-byline{
  margin:0 0 18px;
  color:var(--muted,#667085);
  font-size:15px;
}
.dws-gen2.dws-portal-product .portal-price{
  margin-bottom:18px;
}
.dws-gen2.dws-portal-product .dws-portal-actions{
  display:grid;
  gap:10px;
}
.dws-gen2.dws-portal-product .dws-portal-preview{
  padding:0;
  overflow:hidden;
}
.dws-gen2.dws-portal-product .dws-portal-preview img{
  display:block;
  width:100%;
  height:auto;
}
